From 056cb7c66dcd05278bf8674c8dd66c2cc35176f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Sun, 19 Jan 2025 13:29:19 +0100 Subject: [PATCH] Translation followup (#9735) Address PR comments and more progress on translation --- .../components/LeftPanelSkeletonLoader.tsx | 4 +- packages/twenty-front/src/locales/de.po | 407 ++++++++++++++++- packages/twenty-front/src/locales/en.po | 411 +++++++++++++++++- packages/twenty-front/src/locales/es.po | 407 ++++++++++++++++- packages/twenty-front/src/locales/fr.po | 407 ++++++++++++++++- .../twenty-front/src/locales/generated/de.ts | 2 +- .../twenty-front/src/locales/generated/en.ts | 2 +- .../twenty-front/src/locales/generated/es.ts | 2 +- .../twenty-front/src/locales/generated/fr.ts | 2 +- .../twenty-front/src/locales/generated/it.ts | 2 +- .../src/locales/generated/pseudo-en.ts | 2 +- .../twenty-front/src/locales/generated/pt.ts | 2 +- .../src/locales/generated/zh-Hans.ts | 2 +- .../src/locales/generated/zh-Hant.ts | 2 +- packages/twenty-front/src/locales/it.po | 407 ++++++++++++++++- .../twenty-front/src/locales/pseudo-en.po | 411 +++++++++++++++++- packages/twenty-front/src/locales/pt.po | 407 ++++++++++++++++- packages/twenty-front/src/locales/zh-Hans.po | 407 ++++++++++++++++- packages/twenty-front/src/locales/zh-Hant.po | 407 ++++++++++++++++- .../components/RecordIndexActionMenuBar.tsx | 4 +- .../RecordShowRightDrawerActionMenu.tsx | 6 +- .../RightDrawerActionMenuDropdown.tsx | 4 +- .../components/CalendarCurrentEventCursor.tsx | 4 +- ...MessageThreadSubscribersDropdownButton.tsx | 4 +- .../files/components/AttachmentDropdown.tsx | 4 +- .../TimelineActivities.stories.tsx | 4 +- .../__stories__/EventCardMessage.stories.tsx | 4 +- .../components/AnalyticsActivityGraph.tsx | 4 +- .../modules/auth/components/AuthProvider.tsx | 6 +- .../command-menu/components/CommandMenu.tsx | 27 +- .../components/CommandMenuContainer.tsx | 4 +- .../__stories__/CommandMenu.stories.tsx | 2 + .../components/PageFavoriteFolderDropdown.tsx | 4 +- .../components/AppNavigationDrawer.tsx | 2 +- .../components/MainNavigationDrawerItems.tsx | 11 +- .../AppNavigationDrawer.stories.tsx | 4 +- .../ObjectFilterDropdownOperandDropdown.tsx | 4 +- .../scopes/RecordFieldInputScope.tsx | 4 +- .../hooks/useRecordShowPagePagination.ts | 12 +- .../RecordDetailRelationSection.tsx | 4 +- .../RecordDetailRelationSection.stories.tsx | 2 + .../RecordTableColumnAggregateFooterValue.tsx | 5 +- .../SettingsAccountsBlocklistInput.tsx | 49 ++- .../SettingsAccountsListEmptyStateCard.tsx | 9 +- ...SettingsAccountsBlocklistInput.stories.tsx | 3 +- ...ttingsAccountsBlocklistSection.stories.tsx | 3 +- .../SaveAndCancelButtons/CancelButton.tsx | 4 +- .../SettingsNavigationDrawerItems.tsx | 41 +- .../__stories__/CancelButton.stories.tsx | 2 + ...ngsDataModelNewFieldBreadcrumbDropDown.tsx | 4 +- .../SettingsDataModelPreviewFormCard.tsx | 5 +- .../SettingsDataModelFieldIconLabelForm.tsx | 17 +- .../SettingsObjectNewFieldSelector.tsx | 8 +- ...ngsDataModelFieldIconLabelForm.stories.tsx | 2 + ...DataModelFieldSettingsFormCard.stories.tsx | 2 + .../SettingsDataModelFieldDateForm.tsx | 5 +- ...tingsDataModelFieldSelectFormOptionRow.tsx | 8 +- ...ettingsObjectFieldActiveActionDropdown.tsx | 4 +- .../components/SettingsObjectCoverImage.tsx | 4 +- .../SettingsObjectInactiveMenuDropDown.tsx | 4 +- ...ettingsDataModelObjectSettingsFormCard.tsx | 5 +- .../SettingsReadDocumentationButton.tsx | 5 +- ...FunctionTabEnvironmentVariableTableRow.tsx | 4 +- .../workspace/components/NameField.tsx | 4 +- .../SignInAppNavigationDrawerMock.tsx | 12 +- .../SignInBackgroundMockContainer.tsx | 4 +- .../components/__stories__/Upload.stories.tsx | 4 +- .../support/components/SupportDropdown.tsx | 4 +- .../scopes/DialogManagerScope.tsx | 4 +- .../snack-bar-manager/components/SnackBar.tsx | 6 +- .../__stories__/SnackBar.stories.tsx | 5 +- .../scopes/SnackBarProviderScope.tsx | 4 +- .../ui/input/components/ImageInput.tsx | 4 +- .../__stories__/ImageInput.stories.tsx | 4 +- .../modal/components/ConfirmationModal.tsx | 6 +- ...ries.tsx => ConfirmationModal.stories.tsx} | 3 +- .../layout/page/components/DefaultLayout.tsx | 4 +- .../right-drawer/components/RightDrawer.tsx | 4 +- .../components/ShowPageAddButton.tsx | 4 +- .../components/NavigationDrawer.tsx | 4 +- ...avigationDrawerAnimatedCollapseWrapper.tsx | 4 +- .../components/NavigationDrawerInput.tsx | 4 +- .../hooks/internal/useViewFromQueryParams.ts | 4 +- .../components/WorkflowSingleRecordPicker.tsx | 4 +- .../WorkflowVariablesDropdownFieldItems.tsx | 4 +- .../twenty-front/src/pages/auth/Authorize.tsx | 10 +- .../src/pages/auth/PasswordReset.tsx | 4 +- .../pages/object-record/RecordShowPage.tsx | 8 +- .../src/pages/onboarding/ChooseYourPlan.tsx | 41 +- .../data-model/SettingsObjectFieldEdit.tsx | 30 +- .../SettingsObjectNewFieldConfigure.tsx | 28 +- .../SettingsDevelopersApiKeyDetail.tsx | 69 +-- .../api-keys/SettingsDevelopersApiKeysNew.tsx | 18 +- .../DateTimeSettingsDateFormatSelect.tsx | 13 +- .../DateTimeSettingsTimeFormatSelect.tsx | 40 +- ...ntDecorator.tsx => I18nFrontDecorator.tsx} | 4 +- ...taAndApolloMocksAndContextStoreWrapper.tsx | 8 +- 97 files changed, 3981 insertions(+), 402 deletions(-) rename packages/twenty-front/src/modules/ui/layout/modal/components/__stories__/{ConfirmModal.stories.tsx => ConfirmationModal.stories.tsx} (85%) rename packages/twenty-front/src/testing/decorators/{i18nFrontDecorator.tsx => I18nFrontDecorator.tsx} (73%) diff --git a/packages/twenty-front/src/loading/components/LeftPanelSkeletonLoader.tsx b/packages/twenty-front/src/loading/components/LeftPanelSkeletonLoader.tsx index b3ea1eda9..fa446c7d5 100644 --- a/packages/twenty-front/src/loading/components/LeftPanelSkeletonLoader.tsx +++ b/packages/twenty-front/src/loading/components/LeftPanelSkeletonLoader.tsx @@ -57,9 +57,7 @@ export const LeftPanelSkeletonLoader = () => { : NAV_DRAWER_WIDTHS.menu.desktop.expanded, opacity: isMobile ? 0 : 1, }} - transition={{ - duration: ANIMATION.duration.fast, - }} + transition={{ duration: ANIMATION.duration.fast }} > diff --git a/packages/twenty-front/src/locales/de.po b/packages/twenty-front/src/locales/de.po index 399b812b9..d0acbcded 100644 --- a/packages/twenty-front/src/locales/de.po +++ b/packages/twenty-front/src/locales/de.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: de\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "einstellungen beenden'" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 Workflow-Knotenausführungen" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Feld konfigurieren" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API & Webhooks" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "API-Schlüssel" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "API-Name" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "Konto-Löschung" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Konten" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Aktivieren Sie" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "SSO-Identitätsanbieter hinzufügen" msgid "Add object" msgstr "Objekt hinzufügen" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Zur Blockliste hinzufügen" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Erlauben Sie Anmeldungen über die Google-Single-Sign-On-Funktion." @@ -90,12 +125,17 @@ msgstr "Mindestens eine Authentifizierungsmethode muss aktiviert sein" msgid "Authentication" msgstr "Authentifizierung" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Autorisieren Sie" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Zurück zum Inhalt" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Rechnungsstellung" @@ -103,24 +143,44 @@ msgstr "Rechnungsstellung" msgid "Blocklist" msgstr "Blockliste" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Buchen Sie einen Anruf" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Berechnen Sie" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Kalender" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Kalendarien" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Abbrechen" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Plan stornieren" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Jederzeit abbrechen" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "Ihr Abonnement kündigen" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "Chinesisch - Traditionell" msgid "Choose an object" msgstr "Wählen Sie ein Objekt" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Wählen Sie Ihre Probezeit" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Schließen Sie" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Unternehmen" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Konfigurieren Sie eine SSO-Verbindung" @@ -166,18 +238,35 @@ msgstr "Verbinden Sie ein Google-Konto" msgid "Connect a new account to your workspace" msgstr "Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Mit Google verbinden" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Verbindung mit Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Verbundene Konten" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Weiter" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Kopilot" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Link zur Einladung kopieren" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Kopieren Sie diesen Schlüssel, da er nur dieses eine Mal sichtbar sein wird" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "API-Schlüssel erstellen" @@ -186,6 +275,14 @@ msgstr "API-Schlüssel erstellen" msgid "Create Webhook" msgstr "Webhook erstellen" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Benutzerdefinierte Objekte" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Benutzerdefinierte Objekte" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Domäne anpassen" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "Passen Sie die Sicherheit Ihres Arbeitsbereichs an" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Gefahrenzone" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Datenmodell" @@ -208,14 +308,31 @@ msgstr "Datenmodell" msgid "Date and time" msgstr "Datum und Uhrzeit" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Deaktivieren Sie" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Deaktivieren Sie \"Objektbezeichnungen und API-Namen synchronisieren\", um einen benutzerdefinierten API-Namen festzulegen" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Deaktivieren Sie dieses Feld" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Definieren Sie den Namen und die Beschreibung Ihres Objekts" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Löschen" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "API-Schlüssel löschen" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "Konto und alle zugehörigen Daten löschen" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Löschen Sie diese Integration" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "Löschen Sie Ihren gesamten Arbeitsbereich" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Beschreibung" @@ -252,9 +372,15 @@ msgstr "Beschreibung" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Entwickler" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Anzeige als relatives Datum" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "Entwickler" msgid "Domain" msgstr "Domäne" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "Z.B. Backoffice-Integration" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Abrechnungsintervall bearbeiten" @@ -277,14 +408,27 @@ msgstr "Bearbeiten Sie den Namen Ihrer Subdomain oder legen Sie eine benutzerdef #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "E-Mail" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "E-Mail-Integration" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "E-Mail oder Domain ist bereits in der Blockliste" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "E-Mails" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "Mitarbeiter" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "Endpunkt-URL" msgid "English" msgstr "Englisch" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Genießen Sie eine {withCreditCardTrialPeriodDuration}-tägige kostenlose Testphase" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Unternehmen" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Fehler beim Löschen des Api-Schlüssels: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Fehler beim Regenerieren des Api-Schlüssels: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "Fehler beim Umschalten des Abonnements {to}." @@ -314,11 +470,24 @@ msgstr "Die folgenden Personen und Domänen von der E-Mail-Synchronisierung auss msgid "Existing objects" msgstr "Vorhandene Objekte" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Beenden der Einstellungen" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Erfahrung" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Verfallsdatum" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Verfallsdatum" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Läuft ab in" @@ -339,9 +508,18 @@ msgstr "Filter" msgid "French" msgstr "Französisch" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Vollständiger Zugang" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Funktionen" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "Allgemein" @@ -353,17 +531,35 @@ msgstr "Deutsch" msgid "Get the most out of your workspace by inviting your team." msgstr "Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team einladen." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "Holen Sie sich Ihr Abonnement" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "Gewähren Sie dem Twenty-Support vorübergehend Zugang zu Ihrem Arbeitsbereich, damit wir Probleme beheben oder Inhalte in Ihrem Namen wiederherstellen können. Sie können den Zugriff jederzeit widerrufen." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Icon und Name" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "Wenn Sie diesen Schlüssel verloren haben, können Sie ihn neu generieren, aber beachten Sie, dass jedes Skript, das diesen Schlüssel verwendet, aktualisiert werden muss. Bitte geben Sie zur Bestätigung \"{confirmationValue}\" ein." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inaktiv" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "Die Eingabe muss in Großbuchstaben erfolgen und darf nicht mit einer Zahl beginnen" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Integrationen" @@ -375,6 +571,11 @@ msgstr "Ungültiger Autorisierungsanbieter" msgid "Invalid email" msgstr "Ungültige E-Mail" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Ungültige E-Mail oder Domäne" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Ungültige Formularwerte" @@ -415,6 +616,14 @@ msgstr "Sprache" msgid "Link copied to clipboard" msgstr "Link in die Zwischenablage kopiert" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Abmelden" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Abmeldung" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Mitglieder verwalten" @@ -433,28 +642,45 @@ msgstr "Verwalten Sie Ihr Abonnement" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Mitglieder" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Name" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Name Ihres API-Schlüssels" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Name Ihres Arbeitsbereichs" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Navigieren" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "Neu" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "Neuer Schlüssel" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "Neues Objekt" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "Neues Passwort" @@ -466,12 +692,26 @@ msgstr "Neuer Webhook" msgid "New account" msgstr "Neues Konto" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "Neuer Schlüssel" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "Kein verbundenes Konto" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Anmerkungen" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Objekt erfolgreich erstellt" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Objekte" @@ -479,6 +719,14 @@ msgstr "Objekte" msgid "Off the beaten path" msgstr "Abseits der ausgetretenen Pfade" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Möglichkeiten" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Andere" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Seite nicht gefunden" @@ -491,6 +739,10 @@ msgstr "Passwort" msgid "Password reset link has been sent to the email" msgstr "Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "Menschen" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "Bild" msgid "Please enter a valid URL" msgstr "Bitte geben Sie eine gültige URL ein" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Bitte geben Sie \"{confirmationValue}\" ein, um zu bestätigen, dass Sie diesen API-Schlüssel löschen möchten. Beachten Sie, dass jedes Skript, das diesen Schlüssel verwendet, nicht mehr funktioniert." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Bitte geben Sie {confirmationText} ein, um zu bestätigen, dass Sie diesen Webhook löschen möchten." @@ -508,8 +764,14 @@ msgstr "Bitte geben Sie {confirmationText} ein, um zu bestätigen, dass Sie dies msgid "Portuguese" msgstr "Portugiesisch" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Vorschau" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Profil" @@ -517,12 +779,34 @@ msgstr "Profil" msgid "Pseudo-English" msgstr "Pseudo-Englisch" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Dokumentation lesen" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Sie erhalten eine E-Mail mit einem Link zur Passwortaktualisierung" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Datensatz-Auswahl" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Schlüssel regenerieren" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Einen API-Schlüssel neu generieren" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Schlüssel neu generieren" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Veröffentlichungen" @@ -538,6 +822,11 @@ msgstr "Passwort zurücksetzen" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Suche" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Ein Feld suchen..." @@ -552,6 +841,7 @@ msgstr "Suche nach einem Objekt..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Sicherheit" @@ -567,6 +857,10 @@ msgstr "Wählen Sie Ihre bevorzugte Sprache" msgid "Send an invite email to your team" msgstr "Senden Sie eine Einladungs-E-Mail an Ihr Team" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Server-Verwaltungsbereich" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Legen Sie die Sichtbarkeit von E-Mails fest, verwalten Sie Ihre Blockliste und vieles mehr." @@ -575,7 +869,9 @@ msgstr "Legen Sie die Sichtbarkeit von E-Mails fest, verwalten Sie Ihre Blocklis msgid "Set the name of your subdomain" msgstr "Legen Sie den Namen Ihrer Subdomain fest" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Einstellungen" @@ -583,6 +879,10 @@ msgstr "Einstellungen" msgid "Share this link to invite users to join your workspace" msgstr "Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsbereich beizutreten" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "Sollte die Änderung einer Feldbezeichnung auch den API-Namen ändern?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Überspringen" @@ -623,14 +923,49 @@ msgstr "Schalter {from}" msgid "Switch {to}" msgstr "Schalter {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Feldbezeichnung und API-Name synchronisieren" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "Systemeinstellungen - {systemTimeFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "Systemeinstellungen - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Aufgaben" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "Die Beschreibung dieses Feldes" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "Die mit Ihrem Konto verbundene E-Mail" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "Der Name und das Symbol dieses Feldes" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "Die Seite, die Sie suchen, ist entweder nicht mehr vorhanden oder wurde nie angezeigt. Bringen wir Sie wieder auf den richtigen Weg" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "Die Werte dieses Feldes" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "Die Werte dieses Feldes müssen eindeutig sein" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Es gab ein Problem" @@ -643,6 +978,10 @@ msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird dieser msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr gesamter Arbeitsbereich dauerhaft gelöscht. <0/> Bitte geben Sie Ihre E-Mail zur Bestätigung ein." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Zeitformat" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "Typ" @@ -652,6 +991,10 @@ msgstr "Typ" msgid "URL" msgstr "URL" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Unbegrenzte Kontakte" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Hochladen" @@ -664,6 +1007,7 @@ msgstr "Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und ende #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "Benutzer" @@ -672,10 +1016,28 @@ msgstr "Benutzer" msgid "User is not logged in" msgstr "Benutzer ist nicht eingeloggt" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Werte" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "Siehe" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "Details zur Rechnungsstellung anzeigen" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualisieren Sie" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "Wir unterstützen Ihre quadratischen PNGs, JPEGs und GIFs unter 10MB" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "Wann der API-Schlüssel abläuft." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "Wenn die Taste deaktiviert wird" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Workflow Datensatzauswahl" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Arbeitsabläufe" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "Webhooks" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Arbeitsbereich" @@ -728,6 +1112,10 @@ msgstr "Ihr Name, wie er angezeigt werden soll" msgid "Your workspace will be disabled" msgstr "Ihr Arbeitsbereich wird deaktiviert" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "mitarbeiter" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "von monatlich bis jährlich" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "bis jährlich" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "ja" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} API-Schlüssel" diff --git a/packages/twenty-front/src/locales/en.po b/packages/twenty-front/src/locales/en.po index bf96c3741..d47e7f442 100644 --- a/packages/twenty-front/src/locales/en.po +++ b/packages/twenty-front/src/locales/en.po @@ -13,14 +13,30 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "'Exit Settings'" - #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 #~ msgid "{0}" #~ msgstr "{0}" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} API Key" + +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 workflow node executions" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Configure field" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" msgstr "Abort" @@ -40,9 +56,14 @@ msgid "Account Deletion" msgstr "Account Deletion" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Accounts" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Activate" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -64,6 +85,10 @@ msgstr "Add object" msgid "Add SSO Identity Provider" msgstr "Add SSO Identity Provider" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Add to blocklist" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Allow logins through Google's single sign-on functionality." @@ -84,10 +109,24 @@ msgstr "Allow users to sign in with an email and password." msgid "An optional description" msgstr "An optional description" +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API & Webhooks" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "API Key" + #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" msgstr "API keys" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "API Name" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" msgstr "Appearance" @@ -112,12 +151,17 @@ msgstr "At least one authentication method must be enabled" msgid "Authentication" msgstr "Authentication" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Authorize" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Back to content" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Billing" @@ -125,15 +169,35 @@ msgstr "Billing" msgid "Blocklist" msgstr "Blocklist" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Book a Call" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Calculate" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Calendar" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Calendars" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Cancel" + +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Cancel anytime" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Cancel Plan" @@ -150,7 +214,7 @@ msgstr "Cancel your subscription" msgid "Change {to}" msgstr "Change {to}" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -172,6 +236,18 @@ msgstr "Chinese — Traditional" msgid "Choose an object" msgstr "Choose an object" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Choose your Trial" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Close" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Companies" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Configure an SSO connection" @@ -196,18 +272,35 @@ msgstr "Connect a Google account" msgid "Connect a new account to your workspace" msgstr "Connect a new account to your workspace" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Connect with Google" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Connect with Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Connected accounts" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Continue" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Copilot" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Copy invitation link" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Copy this key as it will only be visible this one time" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "Create API key" @@ -216,6 +309,14 @@ msgstr "Create API key" msgid "Create Webhook" msgstr "Create Webhook" +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Custom objects" + +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Custom Objects" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Customize Domain" @@ -225,12 +326,15 @@ msgid "Customize your workspace security" msgstr "Customize your workspace security" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Danger zone" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Data model" @@ -238,11 +342,24 @@ msgstr "Data model" msgid "Date and time" msgstr "Date and time" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Deactivate" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Deactivate this field" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Define the name and description of your object" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Delete" @@ -256,7 +373,12 @@ msgstr "Delete account" msgid "Delete account and all the associated data" msgstr "Delete account and all the associated data" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "Delete API key" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Delete this integration" @@ -275,6 +397,8 @@ msgid "Delete your whole workspace" msgstr "Delete your whole workspace" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Description" @@ -282,9 +406,15 @@ msgstr "Description" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Developers" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Display as relative date" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -292,6 +422,11 @@ msgstr "Developers" msgid "Domain" msgstr "Domain" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "E.g. backoffice integration" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Edit billing interval" @@ -307,14 +442,31 @@ msgstr "Edit your subdomain name or set a custom domain." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "Email" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "Email integration" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "Email or domain is already in blocklist" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "Emails" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "employees" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "Employees" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -324,10 +476,22 @@ msgstr "Endpoint URL" msgid "English" msgstr "English" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Enterprise" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Error deleting api key: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Error regenerating api key: {err}" + #: src/pages/settings/SettingsBilling.tsx:118 #~ msgid "Error while switching subscription {1}." #~ msgstr "Error while switching subscription {1}." @@ -348,11 +512,28 @@ msgstr "Exclude the following people and domains from my email sync" msgid "Existing objects" msgstr "Existing objects" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +#~ msgid "Exit settings" +#~ msgstr "Exit settings" + +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Exit Settings" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Experience" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Expiration" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Expiration Date" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Expires in" @@ -381,9 +562,18 @@ msgstr "from monthly to yearly" msgid "from yearly to monthly" msgstr "from yearly to monthly" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Full access" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Functions" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "General" @@ -395,17 +585,35 @@ msgstr "German" msgid "Get the most out of your workspace by inviting your team." msgstr "Get the most out of your workspace by inviting your team." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "Get your subscription" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "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." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Icon and Name" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inactive" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "Input must be in camel case and cannot start with a number" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Integrations" @@ -417,6 +625,11 @@ msgstr "Invalid auth provider" msgid "Invalid email" msgstr "Invalid email" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Invalid email or domain" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Invalid form values" @@ -457,6 +670,14 @@ msgstr "Language" msgid "Link copied to clipboard" msgstr "Link copied to clipboard" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Log out" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Logout" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Manage Members" @@ -475,6 +696,7 @@ msgstr "Manage your subscription" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Members" @@ -486,13 +708,25 @@ msgstr "Members" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Name" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Name of your API key" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Name of your workspace" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Navigate" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "New" @@ -501,11 +735,19 @@ msgstr "New" msgid "New account" msgstr "New account" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "New key" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "New Key" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "New Object" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "New Password" @@ -513,16 +755,26 @@ msgstr "New Password" msgid "New Webhook" msgstr "New Webhook" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "No connected account" + #: src/pages/settings/workspace/SettingsDomain.tsx:108 msgid "not allowed" msgstr "not allowed" +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Notes" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Object created successfully" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Objects" @@ -530,10 +782,18 @@ msgstr "Objects" msgid "Off the beaten path" msgstr "Off the beaten path" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Opportunities" + #: src/pages/onboarding/InviteTeam.tsx:213 msgid "or" msgstr "or" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Other" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Page Not Found" @@ -550,6 +810,10 @@ msgstr "Password" msgid "Password reset link has been sent to the email" msgstr "Password reset link has been sent to the email" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "People" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -559,6 +823,10 @@ msgstr "Picture" msgid "Please enter a valid URL" msgstr "Please enter a valid URL" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Please type {confirmationText} to confirm you want to delete this webhook." @@ -567,8 +835,14 @@ msgstr "Please type {confirmationText} to confirm you want to delete this webhoo msgid "Portuguese" msgstr "Portuguese" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Preview" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Profile" @@ -576,12 +850,34 @@ msgstr "Profile" msgid "Pseudo-English" msgstr "Pseudo-English" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Read documentation" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Receive an email containing password update link" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Record Selection" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Regenerate an API key" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Regenerate key" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Regenerate Key" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Releases" @@ -593,6 +889,11 @@ msgstr "Remove" msgid "Reset Password" msgstr "Reset Password" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Search" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Search a field..." @@ -611,6 +912,7 @@ msgstr "Search for an object..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Security" @@ -626,6 +928,10 @@ msgstr "Select your preferred language" msgid "Send an invite email to your team" msgstr "Send an invite email to your team" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Server Admin Panel" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Set email visibility, manage your blocklist and more." @@ -634,7 +940,9 @@ msgstr "Set email visibility, manage your blocklist and more." msgid "Set the name of your subdomain" msgstr "Set the name of your subdomain" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Settings" @@ -642,6 +950,10 @@ msgstr "Settings" msgid "Share this link to invite users to join your workspace" msgstr "Share this link to invite users to join your workspace" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "Should changing a field's label also change the API name?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Skip" @@ -702,14 +1014,49 @@ msgstr "Switch {to}" msgid "Switch billing {to}" msgstr "Switch billing {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Synchronize Field Label and API Name" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "System settings - {systemDateFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "System Settings - {systemTimeFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Tasks" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "The description of this field" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "The email associated to your account" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "The name and icon of this field" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "The page you're seeking is either gone or never was. Let's get you back on track" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "The values of this field" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "The values of this field must be unique" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "There was an issue" @@ -726,6 +1073,10 @@ msgstr "This action cannot be undone. This will permanently delete this user and msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Time format" + #: src/pages/settings/SettingsBilling.tsx:51 msgid "to monthly" msgstr "to monthly" @@ -738,6 +1089,10 @@ msgstr "to yearly" msgid "Type" msgstr "Type" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Unlimited contacts" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Upload" @@ -755,6 +1110,7 @@ msgstr "Use letter, number and dash only. Start and finish with a letter or a nu #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "User" @@ -763,10 +1119,28 @@ msgstr "User" msgid "User is not logged in" msgstr "User is not logged in" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Values" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "View" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "View billing details" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualize" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "We support your square PNGs, JPEGs and GIFs under 10MB" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -780,6 +1154,22 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "When the API key will expire." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "When the key will be disabled" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Workflow Record Selection" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Workflows" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -790,8 +1180,14 @@ msgstr "Webhooks" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Workspace" @@ -804,6 +1200,7 @@ msgid "Write a description" msgstr "Write a description" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "yes" diff --git a/packages/twenty-front/src/locales/es.po b/packages/twenty-front/src/locales/es.po index 466378812..45ed83dd9 100644 --- a/packages/twenty-front/src/locales/es.po +++ b/packages/twenty-front/src/locales/es.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: es\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "salir de la configuración" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 ejecuciones de nodos de flujo de trabajo" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Configurar campo" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API y Webhooks" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "Clave API" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "Nombre API" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "Eliminación de la cuenta" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Cuentas" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Activar" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "Añadir proveedor de identidad SSO" msgid "Add object" msgstr "Añadir objeto" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Añadir a la lista de bloqueo" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Permitir el inicio de sesión a través de la funcionalidad de inicio de sesión único de Google." @@ -90,12 +125,17 @@ msgstr "Al menos un método de autenticación debe estar activado" msgid "Authentication" msgstr "Autenticación" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Autorizar" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Volver al contenido" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Facturación" @@ -103,24 +143,44 @@ msgstr "Facturación" msgid "Blocklist" msgstr "Lista de bloqueo" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Reservar una llamada" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Calcule" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Calendario" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Calendarios" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Cancelar" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Cancelar plan" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Cancelar" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "Cancelar su suscripción" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "Chino - Tradicional" msgid "Choose an object" msgstr "Elija un objeto" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Elija su prueba" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Cerrar" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Empresas" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Configurar una conexión SSO" @@ -166,18 +238,35 @@ msgstr "Conectar una cuenta de Google" msgid "Connect a new account to your workspace" msgstr "Conectar una nueva cuenta a su espacio de trabajo" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Conectar con Google" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Conectar con Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Cuentas conectadas" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Continúe" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Copiloto" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Copiar enlace de invitación" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Copie esta clave ya que sólo será visible esta vez" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "Crear clave API" @@ -186,6 +275,14 @@ msgstr "Crear clave API" msgid "Create Webhook" msgstr "Crear Webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Objetos personalizados" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Objetos personalizados" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Personalizar dominio" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "Personalice la seguridad de su espacio de trabajo" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Zona de peligro" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Modelo de datos" @@ -208,14 +308,31 @@ msgstr "Modelo de datos" msgid "Date and time" msgstr "Fecha y hora" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Desactivar" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Desactive \"Sincronizar etiquetas de objetos y nombres de API\" para establecer un nombre de API personalizado" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Desactivar este campo" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Defina el nombre y la descripción de su objeto" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Borrar" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "Borrar clave API" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "Eliminar la cuenta y todos los datos asociados" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Eliminar esta integración" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "Borrar todo el espacio de trabajo" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Descripción" @@ -252,9 +372,15 @@ msgstr "Descripción" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Desarrolladores" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Mostrar como fecha relativa" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "Desarrolladores" msgid "Domain" msgstr "Dominio" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "Por ejemplo, integración de backoffice" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Editar el intervalo de facturación" @@ -277,14 +408,27 @@ msgstr "Edite el nombre de su subdominio o establezca un dominio personalizado." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "Correo electrónico" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "Integración del correo electrónico" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "El correo electrónico o el dominio ya están en la lista de bloqueo" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "Correos electrónicos" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "Empleados" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "URL del punto final" msgid "English" msgstr "Inglés" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Disfrute de {withCreditCardTrialPeriodDuration}-días de prueba gratis" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Empresa" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Error al borrar la clave api: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Error al regenerar la clave api: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "Error al cambiar de abono {to}." @@ -314,11 +470,24 @@ msgstr "Excluir a las siguientes personas y dominios de mi sincronización de co msgid "Existing objects" msgstr "Objetos existentes" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Salir de Ajustes" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Experiencia" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Caducidad" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Fecha de expiración" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Expira en" @@ -339,9 +508,18 @@ msgstr "Filtros" msgid "French" msgstr "Francés" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Acceso total" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Funciones" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "General" @@ -353,17 +531,35 @@ msgstr "Alemán" msgid "Get the most out of your workspace by inviting your team." msgstr "Aproveche al máximo su espacio de trabajo invitando a su equipo." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "Consiga su abono" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "Concede al servicio de asistencia de Twenty acceso temporal a tu espacio de trabajo para que podamos solucionar problemas o recuperar contenidos en tu nombre. Puedes revocar el acceso en cualquier momento." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Icono y nombre" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "Si has perdido esta clave, puedes regenerarla, pero ten en cuenta que cualquier script que utilice esta clave tendrá que ser actualizado. Escribe \"{confirmationValue}\" para confirmar." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inactivo" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "La entrada debe ir en mayúsculas y no puede empezar por un número" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Integraciones" @@ -375,6 +571,11 @@ msgstr "Proveedor de autenticación no válido" msgid "Invalid email" msgstr "Correo electrónico no válido" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Correo electrónico o dominio no válidos" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Valores de formulario no válidos" @@ -415,6 +616,14 @@ msgstr "Idioma" msgid "Link copied to clipboard" msgstr "Enlace copiado en el portapapeles" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Cerrar sesión" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Cierre de sesión" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Gestionar miembros" @@ -433,28 +642,45 @@ msgstr "Gestione su suscripción" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Miembros" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Nombre" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Nombre de su clave API" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Nombre de su espacio de trabajo" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Navegue por" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "Nuevo" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "Nueva llave" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "Nuevo objeto" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "Nueva contraseña" @@ -466,12 +692,26 @@ msgstr "Nuevo Webhook" msgid "New account" msgstr "Nueva cuenta" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "Nueva llave" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "Ninguna cuenta conectada" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Notas" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Objeto creado correctamente" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Objetos" @@ -479,6 +719,14 @@ msgstr "Objetos" msgid "Off the beaten path" msgstr "Fuera de los caminos trillados" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Oportunidades" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Otros" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Página no encontrada" @@ -491,6 +739,10 @@ msgstr "Contraseña" msgid "Password reset link has been sent to the email" msgstr "Se ha enviado el enlace de restablecimiento de contraseña al correo electrónico" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "Personas" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "Fotografía" msgid "Please enter a valid URL" msgstr "Introduzca una URL válida" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Escriba \"{confirmationValue}\" para confirmar que desea eliminar esta clave de API. Tenga en cuenta que cualquier script que utilice esta clave dejará de funcionar." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Por favor, escriba {confirmationText} para confirmar que desea eliminar este webhook." @@ -508,8 +764,14 @@ msgstr "Por favor, escriba {confirmationText} para confirmar que desea eliminar msgid "Portuguese" msgstr "Portugués" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Vista previa" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Perfil" @@ -517,12 +779,34 @@ msgstr "Perfil" msgid "Pseudo-English" msgstr "Pseudoinglés" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Leer la documentación" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Recibir un correo electrónico con un enlace para actualizar la contraseña" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Selección de discos" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Regenerar llave" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Regenerar una clave API" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Regenerar llave" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Comunicados" @@ -538,6 +822,11 @@ msgstr "Restablecer contraseña" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Buscar en" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Buscar un campo..." @@ -552,6 +841,7 @@ msgstr "Busca un objeto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Seguridad" @@ -567,6 +857,10 @@ msgstr "Seleccione su idioma preferido" msgid "Send an invite email to your team" msgstr "Envíe una invitación por correo electrónico a su equipo" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Panel de administración del servidor" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Establezca la visibilidad del correo electrónico, gestione su lista de bloqueo y mucho más." @@ -575,7 +869,9 @@ msgstr "Establezca la visibilidad del correo electrónico, gestione su lista de msgid "Set the name of your subdomain" msgstr "Establezca el nombre de su subdominio" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Ajustes" @@ -583,6 +879,10 @@ msgstr "Ajustes" msgid "Share this link to invite users to join your workspace" msgstr "Comparte este enlace para invitar a los usuarios a unirse a tu espacio de trabajo" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "¿Debería cambiar también el nombre de la API al cambiar la etiqueta de un campo?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Saltar" @@ -623,14 +923,49 @@ msgstr "Interruptor {from}" msgid "Switch {to}" msgstr "Interruptor {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Sincronizar etiqueta de campo y nombre de API" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "Ajustes del sistema - {systemTimeFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "Ajustes del sistema - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Tareas" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "Descripción de este campo" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "El correo electrónico asociado a su cuenta" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "Nombre e icono de este campo" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "La página que busca ha desaparecido o nunca existió. Volvamos a la pista" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "Los valores de este campo" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "Los valores de este campo deben ser únicos" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Hubo un problema" @@ -643,6 +978,10 @@ msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente a este msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente todo tu espacio de trabajo. <0/> Escriba su correo electrónico para confirmar." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Formato de hora" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "Tipo" @@ -652,6 +991,10 @@ msgstr "Tipo" msgid "URL" msgstr "URL" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Contactos ilimitados" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Cargar" @@ -664,6 +1007,7 @@ msgstr "Utilice sólo letra, número y guión. Empiece y termine con una letra o #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "Usuario" @@ -672,10 +1016,28 @@ msgstr "Usuario" msgid "User is not logged in" msgstr "El usuario no ha iniciado sesión" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Valores" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "Ver" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "Ver detalles de facturación" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualice" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "Admitimos tus PNG, JPEG y GIF cuadrados de menos de 10 MB" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "Gancho web" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "Cuándo caducará la clave API." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "Cuándo se desactivará la tecla" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Selección de registros del flujo de trabajo" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Flujos de trabajo" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "Webhooks" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Espacio de trabajo" @@ -728,6 +1112,10 @@ msgstr "Su nombre tal y como se mostrará" msgid "Your workspace will be disabled" msgstr "Tu espacio de trabajo se desactivará" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "empleados" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "de mensual a anual" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "al año" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "sí" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} Clave API" diff --git a/packages/twenty-front/src/locales/fr.po b/packages/twenty-front/src/locales/fr.po index d75d5336e..891b86f21 100644 --- a/packages/twenty-front/src/locales/fr.po +++ b/packages/twenty-front/src/locales/fr.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: fr\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "quitter les paramètres" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 exécutions de nœuds de flux de travail" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Configurer le champ" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API & Webhooks" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "Clé API" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "Nom de l'API" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "Suppression de compte" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Comptes" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Activer" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "Ajouter un fournisseur d'identité SSO" msgid "Add object" msgstr "Ajouter un objet" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Ajouter à la liste de blocage" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Autoriser les connexions via la fonctionnalité d'authentification unique de Google." @@ -90,12 +125,17 @@ msgstr "Au moins une méthode d'authentification doit être activée" msgid "Authentication" msgstr "Authentification" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Autoriser" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Retour au contenu" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Facturation" @@ -103,24 +143,44 @@ msgstr "Facturation" msgid "Blocklist" msgstr "Liste de blocage" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Réserver un appel" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Calculer" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Calendrier" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Calendriers" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Annuler" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Annuler le plan" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Annuler à tout moment" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "Annuler votre abonnement" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "Chinois - Traditionnel" msgid "Choose an object" msgstr "Choisir un objet" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Choisissez votre essai" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Fermer" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Entreprises" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Configurer une connexion SSO" @@ -166,18 +238,35 @@ msgstr "Connecter un compte Google" msgid "Connect a new account to your workspace" msgstr "Connecter un nouveau compte à votre espace de travail" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Se connecter à Google" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Se connecter avec Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Comptes connectés" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Continuer" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Copilote" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Copier le lien de l'invitation" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Copiez cette clé car elle ne sera visible qu'une seule fois" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "Créer une clé API" @@ -186,6 +275,14 @@ msgstr "Créer une clé API" msgid "Create Webhook" msgstr "Créer un Webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Objets personnalisés" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Objets personnalisés" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Personnaliser le domaine" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "Personnalisez la sécurité de votre espace de travail" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Zone de danger" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Modèle de données" @@ -208,14 +308,31 @@ msgstr "Modèle de données" msgid "Date and time" msgstr "Date et heure" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Désactiver" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Désactiver la fonction \"Synchroniser les étiquettes des objets et les noms des API\" pour définir un nom d'API personnalisé" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Désactiver ce champ" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Définir le nom et la description de votre objet" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Supprimer" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "Supprimer la clé API" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "Supprimer le compte et toutes les données associées" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Supprimer cette intégration" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "Supprimer l'ensemble de l'espace de travail" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Description" @@ -252,9 +372,15 @@ msgstr "Description" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Développeurs" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Affichage en tant que date relative" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "Développeurs" msgid "Domain" msgstr "Domaine" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "Par exemple, l'intégration du backoffice" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Modifier l'intervalle de facturation" @@ -277,14 +408,27 @@ msgstr "Modifiez le nom de votre sous-domaine ou définissez un domaine personna #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "Courriel" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "Intégration du courrier électronique" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "L'email ou le domaine est déjà dans la liste de blocage" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "Emails" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "Salariés" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "URL du point final" msgid "English" msgstr "Anglais" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Profitez d'un essai gratuit de {withCreditCardTrialPeriodDuration}-jours" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Entreprise" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Erreur lors de la suppression de la clé api : {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Erreur de régénération de la clé api : {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "Erreur lors de la commutation de l'abonnement {to}." @@ -314,11 +470,24 @@ msgstr "Exclure les personnes et domaines suivants de ma synchronisation d'email msgid "Existing objects" msgstr "Objets existants" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Quitter les paramètres" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Expérience" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Expiration" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Date d'expiration" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Expire en" @@ -339,9 +508,18 @@ msgstr "Filtres" msgid "French" msgstr "Français" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Accès complet" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Fonctions" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "Général" @@ -353,17 +531,35 @@ msgstr "Allemand" msgid "Get the most out of your workspace by inviting your team." msgstr "Tirez le meilleur parti de votre espace de travail en y invitant votre équipe." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "S'abonner" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "Accordez à Twenty support un accès temporaire à votre espace de travail afin que nous puissions résoudre des problèmes ou récupérer du contenu en votre nom. Vous pouvez révoquer l'accès à tout moment." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Icône et nom" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "Si vous avez perdu cette clé, vous pouvez la régénérer, mais sachez que tout script utilisant cette clé devra être mis à jour. Veuillez taper \"{confirmationValue}\" pour confirmer." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inactif" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "Les données doivent être en majuscules et ne peuvent pas commencer par un chiffre" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Intégrations" @@ -375,6 +571,11 @@ msgstr "Fournisseur d'authentification invalide" msgid "Invalid email" msgstr "Courriel non valide" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Courriel ou domaine invalide" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Valeurs de formulaire non valides" @@ -415,6 +616,14 @@ msgstr "Langue" msgid "Link copied to clipboard" msgstr "Lien copié dans le presse-papiers" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Déconnexion" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Déconnexion" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Gérer les membres" @@ -433,28 +642,45 @@ msgstr "Gérer votre abonnement" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Les membres" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Nom" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Nom de votre clé API" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Nom de votre espace de travail" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Naviguer" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "Nouveau" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "Nouvelle clé" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "Nouvel objet" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "Nouveau mot de passe" @@ -466,12 +692,26 @@ msgstr "Nouveau Webhook" msgid "New account" msgstr "Nouveau compte" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "Nouvelle clé" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "Pas de compte connecté" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Notes" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Objet créé avec succès" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Objets" @@ -479,6 +719,14 @@ msgstr "Objets" msgid "Off the beaten path" msgstr "Hors des sentiers battus" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Opportunités" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Autres" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Page non trouvée" @@ -491,6 +739,10 @@ msgstr "Mot de passe" msgid "Password reset link has been sent to the email" msgstr "Le lien de réinitialisation du mot de passe a été envoyé à l'email" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "Les personnes" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "Photo" msgid "Please enter a valid URL" msgstr "Veuillez saisir une URL valide" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Veuillez taper \"{confirmationValue}\" pour confirmer que vous souhaitez supprimer cette clé API. Sachez que tout script utilisant cette clé cessera de fonctionner." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Veuillez taper {confirmationText} pour confirmer que vous souhaitez supprimer ce webhook." @@ -508,8 +764,14 @@ msgstr "Veuillez taper {confirmationText} pour confirmer que vous souhaitez supp msgid "Portuguese" msgstr "Portugais" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Avant-première" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Profil" @@ -517,12 +779,34 @@ msgstr "Profil" msgid "Pseudo-English" msgstr "Pseudo-anglais" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Lire la documentation" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Recevoir un courriel contenant un lien de mise à jour du mot de passe" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Sélection des enregistrements" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Régénérer la clé" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Régénérer une clé API" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Régénérer la clé" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Communiqués" @@ -538,6 +822,11 @@ msgstr "Réinitialiser le mot de passe" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Recherche" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Rechercher un champ..." @@ -552,6 +841,7 @@ msgstr "Recherche d'un objet..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Sécurité" @@ -567,6 +857,10 @@ msgstr "Sélectionnez votre langue préférée" msgid "Send an invite email to your team" msgstr "Envoyez un courriel d'invitation à votre équipe" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Panneau d'administration du serveur" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Définissez la visibilité des e-mails, gérez votre liste de blocage et bien plus encore." @@ -575,7 +869,9 @@ msgstr "Définissez la visibilité des e-mails, gérez votre liste de blocage et msgid "Set the name of your subdomain" msgstr "Définissez le nom de votre sous-domaine" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Paramètres" @@ -583,6 +879,10 @@ msgstr "Paramètres" msgid "Share this link to invite users to join your workspace" msgstr "Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace de travail" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "La modification de l'intitulé d'un champ doit-elle également entraîner la modification du nom de l'API ?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Sauter" @@ -623,14 +923,49 @@ msgstr "Changer en {from}" msgid "Switch {to}" msgstr "Changer en {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Synchroniser l'étiquette du champ et le nom de l'API" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "Paramètres du système - {systemTimeFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "Paramètres du système - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Tâches" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "La description de ce champ" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "L'email associé à votre compte" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "Le nom et l'icône de ce champ" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "La page que vous recherchez a disparu ou n'a jamais existé. Remettons les choses en ordre" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "Les valeurs de ce champ" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "Les valeurs de ce champ doivent être uniques" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Il y a eu un problème" @@ -643,6 +978,10 @@ msgstr "Cette action ne peut être annulée. Cette action supprimera définitive msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "Cette action ne peut être annulée. Elle supprimera définitivement l'ensemble de votre espace de travail. <0/> Veuillez saisir votre adresse électronique pour confirmer." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Format de l'heure" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "Type" @@ -652,6 +991,10 @@ msgstr "Type" msgid "URL" msgstr "URL" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Nombre illimité de contacts" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Télécharger" @@ -664,6 +1007,7 @@ msgstr "Utilisez uniquement des lettres, des chiffres et des tirets. Commencer e #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "Utilisateur" @@ -672,10 +1016,28 @@ msgstr "Utilisateur" msgid "User is not logged in" msgstr "L'utilisateur n'est pas connecté" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Valeurs" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "Voir" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "Voir les détails de la facturation" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualiser" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "Nous prenons en charge vos PNG, JPEG et GIF carrés de moins de 10 Mo" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "Crochet Web" msgid "Webhooks" msgstr "Crochets Web" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "Date d'expiration de la clé API." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "Quand la clé sera désactivée" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Sélection des enregistrements du flux de travail" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Flux de travail" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "Crochets Web" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Espace de travail" @@ -728,6 +1112,10 @@ msgstr "Votre nom tel qu'il sera affiché" msgid "Your workspace will be disabled" msgstr "Votre espace de travail sera désactivé" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "employés" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "de mensuel à annuel" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "à l'année" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "oui" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} Clé API" diff --git a/packages/twenty-front/src/locales/generated/de.ts b/packages/twenty-front/src/locales/generated/de.ts index 105f052f8..37e310342 100644 --- a/packages/twenty-front/src/locales/generated/de.ts +++ b/packages/twenty-front/src/locales/generated/de.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"einstellungen beenden'\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abbrechen\"],\"uyJsf6\":[\"Über\"],\"AeXO77\":[\"Konto\"],\"nD0Y+a\":[\"Konto-Löschung\"],\"bPwFdf\":[\"Konten\"],\"F6pfE9\":[\"Aktiv\"],\"Mue4oc\":[\"Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Objekt hinzufügen\"],\"sgXUv+\":[\"SSO-Identitätsanbieter hinzufügen\"],\"GMx1K0\":[\"Erlauben Sie Anmeldungen über die Google-Single-Sign-On-Funktion.\"],\"dea+zy\":[\"Erlauben Sie Anmeldungen über Microsofts Single Sign-On-Funktion.\"],\"wMg43c\":[\"Erlauben Sie die Einladung neuer Benutzer durch die Freigabe eines Einladungslinks.\"],\"vHeVg5\":[\"Erlauben Sie den Benutzern, sich mit einer E-Mail und einem Passwort anzumelden.\"],\"mJ6m4C\":[\"Eine optionale Beschreibung\"],\"5h8ooz\":[\"API-Schlüssel\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"3iX0kh\":[\"Sind Sie sicher, dass Sie Ihr Abrechnungsintervall ändern möchten?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Mindestens eine Authentifizierungsmethode muss aktiviert sein\"],\"P8fBlG\":[\"Authentifizierung\"],\"Dht9W3\":[\"Zurück zum Inhalt\"],\"R+w/Va\":[\"Rechnungsstellung\"],\"K1172m\":[\"Blockliste\"],\"AjVXBS\":[\"Kalender\"],\"EUpfsd\":[\"Kalendarien\"],\"rRK/Lf\":[\"Plan stornieren\"],\"N6gPiD\":[\"Ihr Abonnement kündigen\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Ändern \",[\"to\"]],\"VhMDMg\":[\"Passwort ändern\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinesisch - Vereinfacht\"],\"dzb4Ep\":[\"Chinesisch - Traditionell\"],\"JEFFOR\":[\"Wählen Sie ein Objekt\"],\"+zUMwJ\":[\"Konfigurieren Sie eine SSO-Verbindung\"],\"QTNsSm\":[\"Konfigurieren Sie Ihre Kalendereinstellungen und passen Sie sie an.\"],\"aGwm+D\":[\"Konfigurieren Sie die Anzeige von Daten in der App\"],\"Bh4GBD\":[\"Konfigurieren Sie Ihre E-Mail- und Kalendereinstellungen.\"],\"pA86+/\":[\"Verbinden Sie ein Google-Konto\"],\"D8ATlr\":[\"Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich\"],\"9TzudL\":[\"Verbundene Konten\"],\"xGVfLh\":[\"Weiter\"],\"7eVkEH\":[\"Link zur Einladung kopieren\"],\"uXGLuq\":[\"API-Schlüssel erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"CMhr4u\":[\"Domäne anpassen\"],\"bCJa9l\":[\"Passen Sie die Sicherheit Ihres Arbeitsbereichs an\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"5cNMFz\":[\"Datenmodell\"],\"Ud9zHv\":[\"Datum und Uhrzeit\"],\"Y2ImVJ\":[\"Definieren Sie den Namen und die Beschreibung Ihres Objekts\"],\"cnGeoo\":[\"Löschen\"],\"ZDGm40\":[\"Konto löschen\"],\"gAz0S5\":[\"Konto und alle zugehörigen Daten löschen\"],\"T6S2Ns\":[\"Löschen Sie diese Integration\"],\"snMaH4\":[\"Webhook löschen\"],\"kYu0eF\":[\"Arbeitsbereich löschen\"],\"mk2Ygs\":[\"Löschen Sie Ihren gesamten Arbeitsbereich\"],\"Nu4oKW\":[\"Beschreibung\"],\"n+SX4g\":[\"Entwickler\"],\"EoKe5U\":[\"Domäne\"],\"v+uKyy\":[\"Abrechnungsintervall bearbeiten\"],\"h2KoTu\":[\"Zahlungsmethode bearbeiten, Rechnungen einsehen und mehr\"],\"6o1M/Q\":[\"Bearbeiten Sie den Namen Ihrer Subdomain oder legen Sie eine benutzerdefinierte Domain fest.\"],\"O3oNi5\":[\"E-Mail\"],\"BXEcos\":[\"E-Mails\"],\"T3juzf\":[\"Endpunkt-URL\"],\"lYGfRP\":[\"Englisch\"],\"GpB8YV\":[\"Unternehmen\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Fehler beim Umschalten des Abonnements \",[\"to\"],\".\"],\"JLxMta\":[\"Erstellen Sie Webhook-Endpunkte für Benachrichtigungen über asynchrone Ereignisse.\"],\"cIgBjB\":[\"Die folgenden Personen und Domänen von der E-Mail-Synchronisierung ausschließen\"],\"fV7V51\":[\"Vorhandene Objekte\"],\"bKBhgb\":[\"Erfahrung\"],\"i9qiyR\":[\"Läuft ab in\"],\"Q0iobh\":[\"Objekt konnte nicht erstellt werden\"],\"vF68cg\":[\"Felder\"],\"cSev+j\":[\"Filter\"],\"nLC6tu\":[\"Französisch\"],\"aTieE0\":[\"von monatlich bis jährlich\"],\"K04lE5\":[\"von jährlich auf monatlich\"],\"Weq9zb\":[\"Allgemein\"],\"DDcvSo\":[\"Deutsch\"],\"NXEW3h\":[\"Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team einladen.\"],\"hWp1MY\":[\"Gewähren Sie dem Twenty-Support vorübergehend Zugang zu Ihrem Arbeitsbereich, damit wir Probleme beheben oder Inhalte in Ihrem Namen wiederherstellen können. Sie können den Zugriff jederzeit widerrufen.\"],\"NoNwIX\":[\"Inaktiv\"],\"nbfdhU\":[\"Integrationen\"],\"NtFk/Z\":[\"Ungültiger Autorisierungsanbieter\"],\"B2Tpo0\":[\"Ungültige E-Mail\"],\"QdoUFL\":[\"Ungültige Formularwerte\"],\"/Wrd4p\":[\"Ungültige Objektdaten\"],\"0M8+El\":[\"Per E-Mail einladen\"],\"PWIq/W\":[\"Per Link einladen\"],\"3athPG\":[\"Einladen per Link\"],\"5IfmKA\":[\"Einladungslink an E-Mail-Adressen gesendet\"],\"d+Y+rP\":[\"Laden Sie Ihr Team ein\"],\"Lj7sBL\":[\"Italienisch\"],\"vXIe7J\":[\"Sprache\"],\"pQjjYo\":[\"Link in die Zwischenablage kopiert\"],\"T6YjCk\":[\"Mitglieder verwalten\"],\"4cjU2u\":[\"Verwalten Sie hier die Mitglieder Ihres Bereichs\"],\"FyFNsd\":[\"Verwalten Sie Ihre Internetkonten.\"],\"36kYu0\":[\"Verwalten Sie Ihr Abonnement\"],\"wlQNTg\":[\"Mitglieder\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name Ihres Arbeitsbereichs\"],\"isRobC\":[\"Neu\"],\"Kcr9Fr\":[\"Neues Konto\"],\"hFxdey\":[\"Neues Objekt\"],\"7vhWI8\":[\"Neues Passwort\"],\"U1DAok\":[\"Neuer Webhook\"],\"+FLRjr\":[\"nicht erlaubt\"],\"FU94q4\":[\"Objekt erfolgreich erstellt\"],\"B3toQF\":[\"Objekte\"],\"KNz3EF\":[\"Abseits der ausgetretenen Pfade\"],\"BzEFor\":[\"oder\"],\"boJlGf\":[\"Seite nicht gefunden\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Passwort\"],\"mi6Rel\":[\"Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet\"],\"N0+GsR\":[\"Bild\"],\"jEw0Mr\":[\"Bitte geben Sie eine gültige URL ein\"],\"mFZTXr\":[\"Bitte geben Sie \",[\"confirmationText\"],\" ein, um zu bestätigen, dass Sie diesen Webhook löschen möchten.\"],\"MOERNx\":[\"Portugiesisch\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-Englisch\"],\"v3xM25\":[\"Sie erhalten eine E-Mail mit einem Link zur Passwortaktualisierung\"],\"5icoS1\":[\"Veröffentlichungen\"],\"t/YqKh\":[\"Entfernen\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"l1/uy2\":[\"Ein Feld suchen...\"],\"k7kp5/\":[\"Suche in einem Index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Suche nach einem Objekt...\"],\"a3LDKx\":[\"Sicherheit\"],\"xraglu\":[\"Wählen Sie die Ereignisse aus, die Sie an diesen Endpunkt senden möchten\"],\"AXTJAW\":[\"Wählen Sie Ihre bevorzugte Sprache\"],\"mjK8F3\":[\"Senden Sie eine Einladungs-E-Mail an Ihr Team\"],\"V7fgiB\":[\"Legen Sie die Sichtbarkeit von E-Mails fest, verwalten Sie Ihre Blockliste und vieles mehr.\"],\"tn41zE\":[\"Legen Sie den Namen Ihrer Subdomain fest\"],\"Tz0i8g\":[\"Einstellungen\"],\"Vy9kmk\":[\"Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsbereich beizutreten\"],\"6Uau97\":[\"Überspringen\"],\"65A04M\":[\"Spanisch\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain bereits belegt\"],\"OlC/tU\":[\"Die Subdomain darf nicht länger als 30 Zeichen sein\"],\"ZETwlU\":[\"Die Subdomain darf nicht kürzer als 3 Zeichen sein\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Das Abonnement wurde umgestellt \",[\"to\"]],\"XYLcNv\":[\"Unterstützung\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Schalter \",[\"from\"]],\"qi74XZ\":[\"Schalter \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Abrechnung wechseln \",[\"to\"]],\"VGZYbZ\":[\"Die mit Ihrem Konto verbundene E-Mail\"],\"L97sPr\":[\"Die Seite, die Sie suchen, ist entweder nicht mehr vorhanden oder wurde nie angezeigt. Bringen wir Sie wieder auf den richtigen Weg\"],\"PmtLRf\":[\"Es gab ein Problem\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird dieser Benutzer dauerhaft gelöscht und aus allen seinen Aufgaben entfernt.\"],\"gWGuHC\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr gesamter Arbeitsbereich dauerhaft gelöscht. <0/> Bitte geben Sie Ihre E-Mail zur Bestätigung ein.\"],\"aqMzDX\":[\"auf monatlich\"],\"WXXiXO\":[\"bis jährlich\"],\"+zy2Nq\":[\"Typ\"],\"ONWvwQ\":[\"Hochladen\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl\"],\"7PzzBU\":[\"Benutzer\"],\"IjyOjp\":[\"Benutzer ist nicht eingeloggt\"],\"KANz0G\":[\"Details zur Rechnungsstellung anzeigen\"],\"ZS7vYp\":[\"Für jedes neue Ereignis werden POST-Anfragen an diesen Endpunkt gesendet\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Arbeitsbereich\"],\"VicISP\":[\"Löschen von Arbeitsbereichen\"],\"Q9pNST\":[\"Schreiben Sie eine Beschreibung\"],\"3d1wCB\":[\"ja\"],\"zSkMV0\":[\"Sie werden sofort für das gesamte Jahr belastet.\"],\"XVnj6K\":[\"Ihr Guthaben wird zur Begleichung der monatlichen Rechnungen verwendet.\"],\"9ivpwk\":[\"Ihr Name, wie er angezeigt werden soll\"],\"RhNbPE\":[\"Ihr Arbeitsbereich wird deaktiviert\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" API-Schlüssel\"],\"YT0WJ4\":[\"1 000 Workflow-Knotenausführungen\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Feld konfigurieren\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Abbrechen\"],\"uyJsf6\":[\"Über\"],\"AeXO77\":[\"Konto\"],\"nD0Y+a\":[\"Konto-Löschung\"],\"bPwFdf\":[\"Konten\"],\"FQBaXG\":[\"Aktivieren Sie\"],\"F6pfE9\":[\"Aktiv\"],\"Mue4oc\":[\"Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Objekt hinzufügen\"],\"sgXUv+\":[\"SSO-Identitätsanbieter hinzufügen\"],\"5+ttxv\":[\"Zur Blockliste hinzufügen\"],\"GMx1K0\":[\"Erlauben Sie Anmeldungen über die Google-Single-Sign-On-Funktion.\"],\"dea+zy\":[\"Erlauben Sie Anmeldungen über Microsofts Single Sign-On-Funktion.\"],\"wMg43c\":[\"Erlauben Sie die Einladung neuer Benutzer durch die Freigabe eines Einladungslinks.\"],\"vHeVg5\":[\"Erlauben Sie den Benutzern, sich mit einer E-Mail und einem Passwort anzumelden.\"],\"mJ6m4C\":[\"Eine optionale Beschreibung\"],\"0RqpZr\":[\"API & Webhooks\"],\"yRnk5W\":[\"API-Schlüssel\"],\"5h8ooz\":[\"API-Schlüssel\"],\"kAtj+q\":[\"API-Name\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"3iX0kh\":[\"Sind Sie sicher, dass Sie Ihr Abrechnungsintervall ändern möchten?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Mindestens eine Authentifizierungsmethode muss aktiviert sein\"],\"P8fBlG\":[\"Authentifizierung\"],\"yIVrHZ\":[\"Autorisieren Sie\"],\"Dht9W3\":[\"Zurück zum Inhalt\"],\"R+w/Va\":[\"Rechnungsstellung\"],\"K1172m\":[\"Blockliste\"],\"2yl5lQ\":[\"Buchen Sie einen Anruf\"],\"PmmvzS\":[\"Berechnen Sie\"],\"AjVXBS\":[\"Kalender\"],\"EUpfsd\":[\"Kalendarien\"],\"dEgA5A\":[\"Abbrechen\"],\"0TllC8\":[\"Jederzeit abbrechen\"],\"rRK/Lf\":[\"Plan stornieren\"],\"N6gPiD\":[\"Ihr Abonnement kündigen\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Ändern \",[\"to\"]],\"VhMDMg\":[\"Passwort ändern\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinesisch - Vereinfacht\"],\"dzb4Ep\":[\"Chinesisch - Traditionell\"],\"JEFFOR\":[\"Wählen Sie ein Objekt\"],\"9qP96p\":[\"Wählen Sie Ihre Probezeit\"],\"yz7wBu\":[\"Schließen Sie\"],\"s2QZS6\":[\"Unternehmen\"],\"+zUMwJ\":[\"Konfigurieren Sie eine SSO-Verbindung\"],\"QTNsSm\":[\"Konfigurieren Sie Ihre Kalendereinstellungen und passen Sie sie an.\"],\"aGwm+D\":[\"Konfigurieren Sie die Anzeige von Daten in der App\"],\"Bh4GBD\":[\"Konfigurieren Sie Ihre E-Mail- und Kalendereinstellungen.\"],\"pA86+/\":[\"Verbinden Sie ein Google-Konto\"],\"D8ATlr\":[\"Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich\"],\"Zgi9Fd\":[\"Mit Google verbinden\"],\"IOfqM8\":[\"Verbindung mit Microsoft\"],\"9TzudL\":[\"Verbundene Konten\"],\"xGVfLh\":[\"Weiter\"],\"CcGOj+\":[\"Kopilot\"],\"7eVkEH\":[\"Link zur Einladung kopieren\"],\"hgTg6d\":[\"Kopieren Sie diesen Schlüssel, da er nur dieses eine Mal sichtbar sein wird\"],\"uXGLuq\":[\"API-Schlüssel erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"8skTDV\":[\"Benutzerdefinierte Objekte\"],\"ekOgDG\":[\"Benutzerdefinierte Objekte\"],\"CMhr4u\":[\"Domäne anpassen\"],\"bCJa9l\":[\"Passen Sie die Sicherheit Ihres Arbeitsbereichs an\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"5cNMFz\":[\"Datenmodell\"],\"Ud9zHv\":[\"Datum und Uhrzeit\"],\"5y3O+A\":[\"Deaktivieren Sie\"],\"qk4i22\":[\"Deaktivieren Sie \\\"Objektbezeichnungen und API-Namen synchronisieren\\\", um einen benutzerdefinierten API-Namen festzulegen\"],\"gexAq8\":[\"Deaktivieren Sie dieses Feld\"],\"Y2ImVJ\":[\"Definieren Sie den Namen und die Beschreibung Ihres Objekts\"],\"cnGeoo\":[\"Löschen\"],\"ZDGm40\":[\"Konto löschen\"],\"gAz0S5\":[\"Konto und alle zugehörigen Daten löschen\"],\"hGfWDm\":[\"API-Schlüssel löschen\"],\"T6S2Ns\":[\"Löschen Sie diese Integration\"],\"snMaH4\":[\"Webhook löschen\"],\"kYu0eF\":[\"Arbeitsbereich löschen\"],\"mk2Ygs\":[\"Löschen Sie Ihren gesamten Arbeitsbereich\"],\"Nu4oKW\":[\"Beschreibung\"],\"n+SX4g\":[\"Entwickler\"],\"i66xz9\":[\"Anzeige als relatives Datum\"],\"EoKe5U\":[\"Domäne\"],\"QVVmxi\":[\"Z.B. Backoffice-Integration\"],\"v+uKyy\":[\"Abrechnungsintervall bearbeiten\"],\"h2KoTu\":[\"Zahlungsmethode bearbeiten, Rechnungen einsehen und mehr\"],\"6o1M/Q\":[\"Bearbeiten Sie den Namen Ihrer Subdomain oder legen Sie eine benutzerdefinierte Domain fest.\"],\"O3oNi5\":[\"E-Mail\"],\"lfQsvW\":[\"E-Mail-Integration\"],\"QT/Wo7\":[\"E-Mail oder Domain ist bereits in der Blockliste\"],\"BXEcos\":[\"E-Mails\"],\"eXoH4Q\":[\"mitarbeiter\"],\"gqv5ZL\":[\"Mitarbeiter\"],\"T3juzf\":[\"Endpunkt-URL\"],\"lYGfRP\":[\"Englisch\"],\"/bfFKe\":[\"Genießen Sie eine \",[\"withCreditCardTrialPeriodDuration\"],\"-tägige kostenlose Testphase\"],\"GpB8YV\":[\"Unternehmen\"],\"c3qGJX\":[\"Fehler beim Löschen des Api-Schlüssels: \",[\"err\"]],\"bj7nh3\":[\"Fehler beim Regenerieren des Api-Schlüssels: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Fehler beim Umschalten des Abonnements \",[\"to\"],\".\"],\"JLxMta\":[\"Erstellen Sie Webhook-Endpunkte für Benachrichtigungen über asynchrone Ereignisse.\"],\"cIgBjB\":[\"Die folgenden Personen und Domänen von der E-Mail-Synchronisierung ausschließen\"],\"fV7V51\":[\"Vorhandene Objekte\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Beenden der Einstellungen\"],\"bKBhgb\":[\"Erfahrung\"],\"LxRNPw\":[\"Verfallsdatum\"],\"SkXfL0\":[\"Verfallsdatum\"],\"i9qiyR\":[\"Läuft ab in\"],\"Q0iobh\":[\"Objekt konnte nicht erstellt werden\"],\"vF68cg\":[\"Felder\"],\"cSev+j\":[\"Filter\"],\"nLC6tu\":[\"Französisch\"],\"aTieE0\":[\"von monatlich bis jährlich\"],\"K04lE5\":[\"von jährlich auf monatlich\"],\"scmRyR\":[\"Vollständiger Zugang\"],\"xANKBj\":[\"Funktionen\"],\"Weq9zb\":[\"Allgemein\"],\"DDcvSo\":[\"Deutsch\"],\"NXEW3h\":[\"Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team einladen.\"],\"zSGbaR\":[\"Holen Sie sich Ihr Abonnement\"],\"hWp1MY\":[\"Gewähren Sie dem Twenty-Support vorübergehend Zugang zu Ihrem Arbeitsbereich, damit wir Probleme beheben oder Inhalte in Ihrem Namen wiederherstellen können. Sie können den Zugriff jederzeit widerrufen.\"],\"XTWO+W\":[\"Icon und Name\"],\"j843N3\":[\"Wenn Sie diesen Schlüssel verloren haben, können Sie ihn neu generieren, aber beachten Sie, dass jedes Skript, das diesen Schlüssel verwendet, aktualisiert werden muss. Bitte geben Sie zur Bestätigung \\\"\",[\"confirmationValue\"],\"\\\" ein.\"],\"NoNwIX\":[\"Inaktiv\"],\"JE2tjr\":[\"Die Eingabe muss in Großbuchstaben erfolgen und darf nicht mit einer Zahl beginnen\"],\"nbfdhU\":[\"Integrationen\"],\"NtFk/Z\":[\"Ungültiger Autorisierungsanbieter\"],\"B2Tpo0\":[\"Ungültige E-Mail\"],\"/m52AE\":[\"Ungültige E-Mail oder Domäne\"],\"QdoUFL\":[\"Ungültige Formularwerte\"],\"/Wrd4p\":[\"Ungültige Objektdaten\"],\"0M8+El\":[\"Per E-Mail einladen\"],\"PWIq/W\":[\"Per Link einladen\"],\"3athPG\":[\"Einladen per Link\"],\"5IfmKA\":[\"Einladungslink an E-Mail-Adressen gesendet\"],\"d+Y+rP\":[\"Laden Sie Ihr Team ein\"],\"Lj7sBL\":[\"Italienisch\"],\"vXIe7J\":[\"Sprache\"],\"pQjjYo\":[\"Link in die Zwischenablage kopiert\"],\"FgAxTj\":[\"Abmelden\"],\"nOhz3x\":[\"Abmeldung\"],\"T6YjCk\":[\"Mitglieder verwalten\"],\"4cjU2u\":[\"Verwalten Sie hier die Mitglieder Ihres Bereichs\"],\"FyFNsd\":[\"Verwalten Sie Ihre Internetkonten.\"],\"36kYu0\":[\"Verwalten Sie Ihr Abonnement\"],\"wlQNTg\":[\"Mitglieder\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name Ihres API-Schlüssels\"],\"J7w8lI\":[\"Name Ihres Arbeitsbereichs\"],\"dbDjdV\":[\"Navigieren\"],\"isRobC\":[\"Neu\"],\"Kcr9Fr\":[\"Neues Konto\"],\"o8MyXb\":[\"Neuer Schlüssel\"],\"j313SZ\":[\"Neuer Schlüssel\"],\"hFxdey\":[\"Neues Objekt\"],\"7vhWI8\":[\"Neues Passwort\"],\"U1DAok\":[\"Neuer Webhook\"],\"pwenQu\":[\"Kein verbundenes Konto\"],\"+FLRjr\":[\"nicht erlaubt\"],\"1DBGsz\":[\"Anmerkungen\"],\"FU94q4\":[\"Objekt erfolgreich erstellt\"],\"B3toQF\":[\"Objekte\"],\"KNz3EF\":[\"Abseits der ausgetretenen Pfade\"],\"4MyDFl\":[\"Möglichkeiten\"],\"BzEFor\":[\"oder\"],\"/IX/7x\":[\"Andere\"],\"boJlGf\":[\"Seite nicht gefunden\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Passwort\"],\"mi6Rel\":[\"Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet\"],\"1wdjme\":[\"Menschen\"],\"N0+GsR\":[\"Bild\"],\"jEw0Mr\":[\"Bitte geben Sie eine gültige URL ein\"],\"6nsIo3\":[\"Bitte geben Sie \\\"\",[\"confirmationValue\"],\"\\\" ein, um zu bestätigen, dass Sie diesen API-Schlüssel löschen möchten. Beachten Sie, dass jedes Skript, das diesen Schlüssel verwendet, nicht mehr funktioniert.\"],\"mFZTXr\":[\"Bitte geben Sie \",[\"confirmationText\"],\" ein, um zu bestätigen, dass Sie diesen Webhook löschen möchten.\"],\"MOERNx\":[\"Portugiesisch\"],\"rdUucN\":[\"Vorschau\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-Englisch\"],\"ibPuCP\":[\"Dokumentation lesen\"],\"v3xM25\":[\"Sie erhalten eine E-Mail mit einem Link zur Passwortaktualisierung\"],\"dSCufP\":[\"Datensatz-Auswahl\"],\"vpZcGd\":[\"Einen API-Schlüssel neu generieren\"],\"Mwqo5m\":[\"Schlüssel neu generieren\"],\"D+Mv78\":[\"Schlüssel regenerieren\"],\"5icoS1\":[\"Veröffentlichungen\"],\"t/YqKh\":[\"Entfernen\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"A1taO8\":[\"Suche\"],\"l1/uy2\":[\"Ein Feld suchen...\"],\"k7kp5/\":[\"Suche in einem Index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Suche nach einem Objekt...\"],\"a3LDKx\":[\"Sicherheit\"],\"xraglu\":[\"Wählen Sie die Ereignisse aus, die Sie an diesen Endpunkt senden möchten\"],\"AXTJAW\":[\"Wählen Sie Ihre bevorzugte Sprache\"],\"mjK8F3\":[\"Senden Sie eine Einladungs-E-Mail an Ihr Team\"],\"yy5k7a\":[\"Server-Verwaltungsbereich\"],\"V7fgiB\":[\"Legen Sie die Sichtbarkeit von E-Mails fest, verwalten Sie Ihre Blockliste und vieles mehr.\"],\"tn41zE\":[\"Legen Sie den Namen Ihrer Subdomain fest\"],\"Tz0i8g\":[\"Einstellungen\"],\"Vy9kmk\":[\"Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsbereich beizutreten\"],\"gWk8gY\":[\"Sollte die Änderung einer Feldbezeichnung auch den API-Namen ändern?\"],\"6Uau97\":[\"Überspringen\"],\"65A04M\":[\"Spanisch\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain bereits belegt\"],\"OlC/tU\":[\"Die Subdomain darf nicht länger als 30 Zeichen sein\"],\"ZETwlU\":[\"Die Subdomain darf nicht kürzer als 3 Zeichen sein\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Das Abonnement wurde umgestellt \",[\"to\"]],\"XYLcNv\":[\"Unterstützung\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Schalter \",[\"from\"]],\"qi74XZ\":[\"Schalter \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Abrechnung wechseln \",[\"to\"]],\"AtzMpB\":[\"Feldbezeichnung und API-Name synchronisieren\"],\"E3AMmw\":[\"Systemeinstellungen - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Systemeinstellungen - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Aufgaben\"],\"2OUtmv\":[\"Die Beschreibung dieses Feldes\"],\"VGZYbZ\":[\"Die mit Ihrem Konto verbundene E-Mail\"],\"h8mvCd\":[\"Der Name und das Symbol dieses Feldes\"],\"L97sPr\":[\"Die Seite, die Sie suchen, ist entweder nicht mehr vorhanden oder wurde nie angezeigt. Bringen wir Sie wieder auf den richtigen Weg\"],\"uWikAA\":[\"Die Werte dieses Feldes\"],\"+69KDk\":[\"Die Werte dieses Feldes müssen eindeutig sein\"],\"PmtLRf\":[\"Es gab ein Problem\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird dieser Benutzer dauerhaft gelöscht und aus allen seinen Aufgaben entfernt.\"],\"gWGuHC\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr gesamter Arbeitsbereich dauerhaft gelöscht. <0/> Bitte geben Sie Ihre E-Mail zur Bestätigung ein.\"],\"n9nSNJ\":[\"Zeitformat\"],\"aqMzDX\":[\"auf monatlich\"],\"WXXiXO\":[\"bis jährlich\"],\"+zy2Nq\":[\"Typ\"],\"GQCXQS\":[\"Unbegrenzte Kontakte\"],\"ONWvwQ\":[\"Hochladen\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl\"],\"7PzzBU\":[\"Benutzer\"],\"IjyOjp\":[\"Benutzer ist nicht eingeloggt\"],\"fXVIZq\":[\"Werte\"],\"jpctdh\":[\"Siehe\"],\"KANz0G\":[\"Details zur Rechnungsstellung anzeigen\"],\"6n7jtr\":[\"Visualisieren Sie\"],\"id6ein\":[\"Wir unterstützen Ihre quadratischen PNGs, JPEGs und GIFs unter 10MB\"],\"ZS7vYp\":[\"Für jedes neue Ereignis werden POST-Anfragen an diesen Endpunkt gesendet\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"C51ilI\":[\"Wann der API-Schlüssel abläuft.\"],\"leUubq\":[\"Wenn die Taste deaktiviert wird\"],\"yLOrIT\":[\"Workflow Datensatzauswahl\"],\"woYYQq\":[\"Arbeitsabläufe\"],\"pmUArF\":[\"Arbeitsbereich\"],\"VicISP\":[\"Löschen von Arbeitsbereichen\"],\"Q9pNST\":[\"Schreiben Sie eine Beschreibung\"],\"3d1wCB\":[\"ja\"],\"zSkMV0\":[\"Sie werden sofort für das gesamte Jahr belastet.\"],\"XVnj6K\":[\"Ihr Guthaben wird zur Begleichung der monatlichen Rechnungen verwendet.\"],\"9ivpwk\":[\"Ihr Name, wie er angezeigt werden soll\"],\"RhNbPE\":[\"Ihr Arbeitsbereich wird deaktiviert\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/en.ts b/packages/twenty-front/src/locales/generated/en.ts index ad733c628..f15c61e41 100644 --- a/packages/twenty-front/src/locales/generated/en.ts +++ b/packages/twenty-front/src/locales/generated/en.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"'Exit Settings'\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"AeXO77\":[\"Account\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"sgXUv+\":[\"Add SSO Identity Provider\"],\"GMx1K0\":[\"Allow logins through Google's single sign-on functionality.\"],\"dea+zy\":[\"Allow logins through Microsoft's single sign-on functionality.\"],\"wMg43c\":[\"Allow the invitation of new users by sharing an invite link.\"],\"vHeVg5\":[\"Allow users to sign in with an email and password.\"],\"mJ6m4C\":[\"An optional description\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"At least one authentication method must be enabled\"],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"K1172m\":[\"Blocklist\"],\"AjVXBS\":[\"Calendar\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"VhMDMg\":[\"Change Password\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinese — Simplified\"],\"dzb4Ep\":[\"Chinese — Traditional\"],\"JEFFOR\":[\"Choose an object\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"QTNsSm\":[\"Configure and customize your calendar preferences.\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"Bh4GBD\":[\"Configure your emails and calendar settings.\"],\"pA86+/\":[\"Connect a Google account\"],\"D8ATlr\":[\"Connect a new account to your workspace\"],\"9TzudL\":[\"Connected accounts\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"cnGeoo\":[\"Delete\"],\"ZDGm40\":[\"Delete account\"],\"gAz0S5\":[\"Delete account and all the associated data\"],\"T6S2Ns\":[\"Delete this integration\"],\"snMaH4\":[\"Delete webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"Nu4oKW\":[\"Description\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"BXEcos\":[\"Emails\"],\"T3juzf\":[\"Endpoint URL\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"cIgBjB\":[\"Exclude the following people and domains from my email sync\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"cSev+j\":[\"Filters\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"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.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"NtFk/Z\":[\"Invalid auth provider\"],\"B2Tpo0\":[\"Invalid email\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"3athPG\":[\"Invite by Link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"FyFNsd\":[\"Manage your internet accounts.\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"Kcr9Fr\":[\"New account\"],\"hFxdey\":[\"New Object\"],\"7vhWI8\":[\"New Password\"],\"U1DAok\":[\"New Webhook\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"boJlGf\":[\"Page Not Found\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Password reset link has been sent to the email\"],\"N0+GsR\":[\"Picture\"],\"jEw0Mr\":[\"Please enter a valid URL\"],\"mFZTXr\":[\"Please type \",[\"confirmationText\"],\" to confirm you want to delete this webhook.\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"v3xM25\":[\"Receive an email containing password update link\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"KbS2K9\":[\"Reset Password\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"xraglu\":[\"Select the events you wish to send to this endpoint\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"V7fgiB\":[\"Set email visibility, manage your blocklist and more.\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Tz0i8g\":[\"Settings\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"PmtLRf\":[\"There was an issue\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignments.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"IjyOjp\":[\"User is not logged in\"],\"KANz0G\":[\"View billing details\"],\"ZS7vYp\":[\"We will send POST requests to this endpoint for every new event\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"Q9pNST\":[\"Write a description\"],\"3d1wCB\":[\"yes\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" API Key\"],\"YT0WJ4\":[\"1 000 workflow node executions\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Configure field\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"AeXO77\":[\"Account\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"FQBaXG\":[\"Activate\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"sgXUv+\":[\"Add SSO Identity Provider\"],\"5+ttxv\":[\"Add to blocklist\"],\"GMx1K0\":[\"Allow logins through Google's single sign-on functionality.\"],\"dea+zy\":[\"Allow logins through Microsoft's single sign-on functionality.\"],\"wMg43c\":[\"Allow the invitation of new users by sharing an invite link.\"],\"vHeVg5\":[\"Allow users to sign in with an email and password.\"],\"mJ6m4C\":[\"An optional description\"],\"0RqpZr\":[\"API & Webhooks\"],\"yRnk5W\":[\"API Key\"],\"5h8ooz\":[\"API keys\"],\"kAtj+q\":[\"API Name\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"At least one authentication method must be enabled\"],\"P8fBlG\":[\"Authentication\"],\"yIVrHZ\":[\"Authorize\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"K1172m\":[\"Blocklist\"],\"2yl5lQ\":[\"Book a Call\"],\"PmmvzS\":[\"Calculate\"],\"AjVXBS\":[\"Calendar\"],\"EUpfsd\":[\"Calendars\"],\"dEgA5A\":[\"Cancel\"],\"0TllC8\":[\"Cancel anytime\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"VhMDMg\":[\"Change Password\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinese — Simplified\"],\"dzb4Ep\":[\"Chinese — Traditional\"],\"JEFFOR\":[\"Choose an object\"],\"9qP96p\":[\"Choose your Trial\"],\"yz7wBu\":[\"Close\"],\"s2QZS6\":[\"Companies\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"QTNsSm\":[\"Configure and customize your calendar preferences.\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"Bh4GBD\":[\"Configure your emails and calendar settings.\"],\"pA86+/\":[\"Connect a Google account\"],\"D8ATlr\":[\"Connect a new account to your workspace\"],\"Zgi9Fd\":[\"Connect with Google\"],\"IOfqM8\":[\"Connect with Microsoft\"],\"9TzudL\":[\"Connected accounts\"],\"xGVfLh\":[\"Continue\"],\"CcGOj+\":[\"Copilot\"],\"7eVkEH\":[\"Copy invitation link\"],\"hgTg6d\":[\"Copy this key as it will only be visible this one time\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"8skTDV\":[\"Custom objects\"],\"ekOgDG\":[\"Custom Objects\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"5y3O+A\":[\"Deactivate\"],\"qk4i22\":[\"Deactivate \\\"Synchronize Objects Labels and API Names\\\" to set a custom API name\"],\"gexAq8\":[\"Deactivate this field\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"cnGeoo\":[\"Delete\"],\"ZDGm40\":[\"Delete account\"],\"gAz0S5\":[\"Delete account and all the associated data\"],\"hGfWDm\":[\"Delete API key\"],\"T6S2Ns\":[\"Delete this integration\"],\"snMaH4\":[\"Delete webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"Nu4oKW\":[\"Description\"],\"n+SX4g\":[\"Developers\"],\"i66xz9\":[\"Display as relative date\"],\"EoKe5U\":[\"Domain\"],\"QVVmxi\":[\"E.g. backoffice integration\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lfQsvW\":[\"Email integration\"],\"QT/Wo7\":[\"Email or domain is already in blocklist\"],\"BXEcos\":[\"Emails\"],\"eXoH4Q\":[\"employees\"],\"gqv5ZL\":[\"Employees\"],\"T3juzf\":[\"Endpoint URL\"],\"lYGfRP\":[\"English\"],\"/bfFKe\":[\"Enjoy a \",[\"withCreditCardTrialPeriodDuration\"],\"-days free trial\"],\"GpB8YV\":[\"Enterprise\"],\"c3qGJX\":[\"Error deleting api key: \",[\"err\"]],\"bj7nh3\":[\"Error regenerating api key: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"cIgBjB\":[\"Exclude the following people and domains from my email sync\"],\"fV7V51\":[\"Existing objects\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Exit Settings\"],\"bKBhgb\":[\"Experience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Expiration Date\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"cSev+j\":[\"Filters\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"scmRyR\":[\"Full access\"],\"xANKBj\":[\"Functions\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"zSGbaR\":[\"Get your subscription\"],\"hWp1MY\":[\"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.\"],\"XTWO+W\":[\"Icon and Name\"],\"j843N3\":[\"If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\\\"\",[\"confirmationValue\"],\"\\\" to confirm.\"],\"NoNwIX\":[\"Inactive\"],\"JE2tjr\":[\"Input must be in camel case and cannot start with a number\"],\"nbfdhU\":[\"Integrations\"],\"NtFk/Z\":[\"Invalid auth provider\"],\"B2Tpo0\":[\"Invalid email\"],\"/m52AE\":[\"Invalid email or domain\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"3athPG\":[\"Invite by Link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"FgAxTj\":[\"Log out\"],\"nOhz3x\":[\"Logout\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"FyFNsd\":[\"Manage your internet accounts.\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name of your API key\"],\"J7w8lI\":[\"Name of your workspace\"],\"dbDjdV\":[\"Navigate\"],\"isRobC\":[\"New\"],\"Kcr9Fr\":[\"New account\"],\"o8MyXb\":[\"New key\"],\"j313SZ\":[\"New Key\"],\"hFxdey\":[\"New Object\"],\"7vhWI8\":[\"New Password\"],\"U1DAok\":[\"New Webhook\"],\"pwenQu\":[\"No connected account\"],\"+FLRjr\":[\"not allowed\"],\"1DBGsz\":[\"Notes\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"4MyDFl\":[\"Opportunities\"],\"BzEFor\":[\"or\"],\"/IX/7x\":[\"Other\"],\"boJlGf\":[\"Page Not Found\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Password reset link has been sent to the email\"],\"1wdjme\":[\"People\"],\"N0+GsR\":[\"Picture\"],\"jEw0Mr\":[\"Please enter a valid URL\"],\"6nsIo3\":[\"Please type \\\"\",[\"confirmationValue\"],\"\\\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working.\"],\"mFZTXr\":[\"Please type \",[\"confirmationText\"],\" to confirm you want to delete this webhook.\"],\"MOERNx\":[\"Portuguese\"],\"rdUucN\":[\"Preview\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"ibPuCP\":[\"Read documentation\"],\"v3xM25\":[\"Receive an email containing password update link\"],\"dSCufP\":[\"Record Selection\"],\"vpZcGd\":[\"Regenerate an API key\"],\"Mwqo5m\":[\"Regenerate key\"],\"D+Mv78\":[\"Regenerate Key\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"KbS2K9\":[\"Reset Password\"],\"A1taO8\":[\"Search\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"xraglu\":[\"Select the events you wish to send to this endpoint\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"yy5k7a\":[\"Server Admin Panel\"],\"V7fgiB\":[\"Set email visibility, manage your blocklist and more.\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Tz0i8g\":[\"Settings\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"gWk8gY\":[\"Should changing a field's label also change the API name?\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"AtzMpB\":[\"Synchronize Field Label and API Name\"],\"E3AMmw\":[\"System settings - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"System Settings - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Tasks\"],\"2OUtmv\":[\"The description of this field\"],\"VGZYbZ\":[\"The email associated to your account\"],\"h8mvCd\":[\"The name and icon of this field\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"uWikAA\":[\"The values of this field\"],\"+69KDk\":[\"The values of this field must be unique\"],\"PmtLRf\":[\"There was an issue\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignments.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"n9nSNJ\":[\"Time format\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"GQCXQS\":[\"Unlimited contacts\"],\"ONWvwQ\":[\"Upload\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"IjyOjp\":[\"User is not logged in\"],\"fXVIZq\":[\"Values\"],\"jpctdh\":[\"View\"],\"KANz0G\":[\"View billing details\"],\"6n7jtr\":[\"Visualize\"],\"id6ein\":[\"We support your square PNGs, JPEGs and GIFs under 10MB\"],\"ZS7vYp\":[\"We will send POST requests to this endpoint for every new event\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"C51ilI\":[\"When the API key will expire.\"],\"leUubq\":[\"When the key will be disabled\"],\"yLOrIT\":[\"Workflow Record Selection\"],\"woYYQq\":[\"Workflows\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"Q9pNST\":[\"Write a description\"],\"3d1wCB\":[\"yes\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/es.ts b/packages/twenty-front/src/locales/generated/es.ts index dc853f357..d86771f04 100644 --- a/packages/twenty-front/src/locales/generated/es.ts +++ b/packages/twenty-front/src/locales/generated/es.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"salir de la configuración\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Acerca de\"],\"AeXO77\":[\"Cuenta\"],\"nD0Y+a\":[\"Eliminación de la cuenta\"],\"bPwFdf\":[\"Cuentas\"],\"F6pfE9\":[\"Activo\"],\"Mue4oc\":[\"Claves API activas creadas por usted o su equipo.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Añadir objeto\"],\"sgXUv+\":[\"Añadir proveedor de identidad SSO\"],\"GMx1K0\":[\"Permitir el inicio de sesión a través de la funcionalidad de inicio de sesión único de Google.\"],\"dea+zy\":[\"Permitir el inicio de sesión a través de la funcionalidad de inicio de sesión único de Microsoft.\"],\"wMg43c\":[\"Permitir la invitación de nuevos usuarios compartiendo un enlace de invitación.\"],\"vHeVg5\":[\"Permitir que los usuarios se registren con un correo electrónico y una contraseña.\"],\"mJ6m4C\":[\"Una descripción opcional\"],\"5h8ooz\":[\"Claves API\"],\"aAIQg2\":[\"Apariencia\"],\"3iX0kh\":[\"¿Está seguro de que desea cambiar el intervalo de facturación?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Al menos un método de autenticación debe estar activado\"],\"P8fBlG\":[\"Autenticación\"],\"Dht9W3\":[\"Volver al contenido\"],\"R+w/Va\":[\"Facturación\"],\"K1172m\":[\"Lista de bloqueo\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendarios\"],\"rRK/Lf\":[\"Cancelar plan\"],\"N6gPiD\":[\"Cancelar su suscripción\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiar \",[\"to\"]],\"VhMDMg\":[\"Cambiar contraseña\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chino simplificado\"],\"dzb4Ep\":[\"Chino - Tradicional\"],\"JEFFOR\":[\"Elija un objeto\"],\"+zUMwJ\":[\"Configurar una conexión SSO\"],\"QTNsSm\":[\"Configura y personaliza tus preferencias de calendario.\"],\"aGwm+D\":[\"Configurar cómo se muestran las fechas en la aplicación\"],\"Bh4GBD\":[\"Configura tus correos electrónicos y calendario.\"],\"pA86+/\":[\"Conectar una cuenta de Google\"],\"D8ATlr\":[\"Conectar una nueva cuenta a su espacio de trabajo\"],\"9TzudL\":[\"Cuentas conectadas\"],\"xGVfLh\":[\"Continúe\"],\"7eVkEH\":[\"Copiar enlace de invitación\"],\"uXGLuq\":[\"Crear clave API\"],\"dkAPxi\":[\"Crear Webhook\"],\"CMhr4u\":[\"Personalizar dominio\"],\"bCJa9l\":[\"Personalice la seguridad de su espacio de trabajo\"],\"Zz6Cxn\":[\"Zona de peligro\"],\"5cNMFz\":[\"Modelo de datos\"],\"Ud9zHv\":[\"Fecha y hora\"],\"Y2ImVJ\":[\"Defina el nombre y la descripción de su objeto\"],\"cnGeoo\":[\"Borrar\"],\"ZDGm40\":[\"Eliminar cuenta\"],\"gAz0S5\":[\"Eliminar la cuenta y todos los datos asociados\"],\"T6S2Ns\":[\"Eliminar esta integración\"],\"snMaH4\":[\"Borrar webhook\"],\"kYu0eF\":[\"Eliminar espacio de trabajo\"],\"mk2Ygs\":[\"Borrar todo el espacio de trabajo\"],\"Nu4oKW\":[\"Descripción\"],\"n+SX4g\":[\"Desarrolladores\"],\"EoKe5U\":[\"Dominio\"],\"v+uKyy\":[\"Editar el intervalo de facturación\"],\"h2KoTu\":[\"Editar la forma de pago, ver sus facturas y mucho más\"],\"6o1M/Q\":[\"Edite el nombre de su subdominio o establezca un dominio personalizado.\"],\"O3oNi5\":[\"Correo electrónico\"],\"BXEcos\":[\"Correos electrónicos\"],\"T3juzf\":[\"URL del punto final\"],\"lYGfRP\":[\"Inglés\"],\"GpB8YV\":[\"Empresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error al cambiar de abono \",[\"to\"],\".\"],\"JLxMta\":[\"Establezca puntos finales Webhook para notificaciones sobre eventos asíncronos.\"],\"cIgBjB\":[\"Excluir a las siguientes personas y dominios de mi sincronización de correo electrónico\"],\"fV7V51\":[\"Objetos existentes\"],\"bKBhgb\":[\"Experiencia\"],\"i9qiyR\":[\"Expira en\"],\"Q0iobh\":[\"Error al crear objeto\"],\"vF68cg\":[\"Campos\"],\"cSev+j\":[\"Filtros\"],\"nLC6tu\":[\"Francés\"],\"aTieE0\":[\"de mensual a anual\"],\"K04lE5\":[\"de anual a mensual\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"Alemán\"],\"NXEW3h\":[\"Aproveche al máximo su espacio de trabajo invitando a su equipo.\"],\"hWp1MY\":[\"Concede al servicio de asistencia de Twenty acceso temporal a tu espacio de trabajo para que podamos solucionar problemas o recuperar contenidos en tu nombre. Puedes revocar el acceso en cualquier momento.\"],\"NoNwIX\":[\"Inactivo\"],\"nbfdhU\":[\"Integraciones\"],\"NtFk/Z\":[\"Proveedor de autenticación no válido\"],\"B2Tpo0\":[\"Correo electrónico no válido\"],\"QdoUFL\":[\"Valores de formulario no válidos\"],\"/Wrd4p\":[\"Datos de objeto no válidos\"],\"0M8+El\":[\"Invitar por correo electrónico\"],\"PWIq/W\":[\"Invitar por enlace\"],\"3athPG\":[\"Invitar por enlace\"],\"5IfmKA\":[\"Envío del enlace de invitación a las direcciones de correo electrónico\"],\"d+Y+rP\":[\"Invite a su equipo\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Idioma\"],\"pQjjYo\":[\"Enlace copiado en el portapapeles\"],\"T6YjCk\":[\"Gestionar miembros\"],\"4cjU2u\":[\"Gestione aquí los miembros de su espacio\"],\"FyFNsd\":[\"Gestione sus cuentas de Internet.\"],\"36kYu0\":[\"Gestione su suscripción\"],\"wlQNTg\":[\"Miembros\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nombre\"],\"J7w8lI\":[\"Nombre de su espacio de trabajo\"],\"isRobC\":[\"Nuevo\"],\"Kcr9Fr\":[\"Nueva cuenta\"],\"hFxdey\":[\"Nuevo objeto\"],\"7vhWI8\":[\"Nueva contraseña\"],\"U1DAok\":[\"Nuevo Webhook\"],\"+FLRjr\":[\"no autorizado\"],\"FU94q4\":[\"Objeto creado correctamente\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fuera de los caminos trillados\"],\"BzEFor\":[\"o\"],\"boJlGf\":[\"Página no encontrada\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Contraseña\"],\"mi6Rel\":[\"Se ha enviado el enlace de restablecimiento de contraseña al correo electrónico\"],\"N0+GsR\":[\"Fotografía\"],\"jEw0Mr\":[\"Introduzca una URL válida\"],\"mFZTXr\":[\"Por favor, escriba \",[\"confirmationText\"],\" para confirmar que desea eliminar este webhook.\"],\"MOERNx\":[\"Portugués\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudoinglés\"],\"v3xM25\":[\"Recibir un correo electrónico con un enlace para actualizar la contraseña\"],\"5icoS1\":[\"Comunicados\"],\"t/YqKh\":[\"Eliminar\"],\"KbS2K9\":[\"Restablecer contraseña\"],\"l1/uy2\":[\"Buscar un campo...\"],\"k7kp5/\":[\"Buscar en un índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Busca un objeto...\"],\"a3LDKx\":[\"Seguridad\"],\"xraglu\":[\"Seleccione los eventos que desea enviar a este endpoint\"],\"AXTJAW\":[\"Seleccione su idioma preferido\"],\"mjK8F3\":[\"Envíe una invitación por correo electrónico a su equipo\"],\"V7fgiB\":[\"Establezca la visibilidad del correo electrónico, gestione su lista de bloqueo y mucho más.\"],\"tn41zE\":[\"Establezca el nombre de su subdominio\"],\"Tz0i8g\":[\"Ajustes\"],\"Vy9kmk\":[\"Comparte este enlace para invitar a los usuarios a unirse a tu espacio de trabajo\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Español\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdominio ya ocupado\"],\"OlC/tU\":[\"El subdominio no puede tener más de 30 caracteres\"],\"ZETwlU\":[\"El subdominio no puede tener menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Se ha cambiado la suscripción \",[\"to\"]],\"XYLcNv\":[\"Ayuda\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Facturación del interruptor \",[\"to\"]],\"VGZYbZ\":[\"El correo electrónico asociado a su cuenta\"],\"L97sPr\":[\"La página que busca ha desaparecido o nunca existió. Volvamos a la pista\"],\"PmtLRf\":[\"Hubo un problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente a este usuario y lo eliminará de todas sus asignaciones.\"],\"gWGuHC\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente todo tu espacio de trabajo. <0/> Escriba su correo electrónico para confirmar.\"],\"aqMzDX\":[\"al mes\"],\"WXXiXO\":[\"al año\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Cargar\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilice sólo letra, número y guión. Empiece y termine con una letra o un número\"],\"7PzzBU\":[\"Usuario\"],\"IjyOjp\":[\"El usuario no ha iniciado sesión\"],\"KANz0G\":[\"Ver detalles de facturación\"],\"ZS7vYp\":[\"Enviaremos peticiones POST a este endpoint para cada nuevo evento\"],\"TRDppN\":[\"Gancho web\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Espacio de trabajo\"],\"VicISP\":[\"Eliminación del espacio de trabajo\"],\"Q9pNST\":[\"Escriba una descripción\"],\"3d1wCB\":[\"sí\"],\"zSkMV0\":[\"Se le cobrará inmediatamente el año completo.\"],\"XVnj6K\":[\"Su saldo de crédito se utilizará para pagar las facturas mensuales.\"],\"9ivpwk\":[\"Su nombre tal y como se mostrará\"],\"RhNbPE\":[\"Tu espacio de trabajo se desactivará\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clave API\"],\"YT0WJ4\":[\"1 000 ejecuciones de nodos de flujo de trabajo\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Configurar campo\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Acerca de\"],\"AeXO77\":[\"Cuenta\"],\"nD0Y+a\":[\"Eliminación de la cuenta\"],\"bPwFdf\":[\"Cuentas\"],\"FQBaXG\":[\"Activar\"],\"F6pfE9\":[\"Activo\"],\"Mue4oc\":[\"Claves API activas creadas por usted o su equipo.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Añadir objeto\"],\"sgXUv+\":[\"Añadir proveedor de identidad SSO\"],\"5+ttxv\":[\"Añadir a la lista de bloqueo\"],\"GMx1K0\":[\"Permitir el inicio de sesión a través de la funcionalidad de inicio de sesión único de Google.\"],\"dea+zy\":[\"Permitir el inicio de sesión a través de la funcionalidad de inicio de sesión único de Microsoft.\"],\"wMg43c\":[\"Permitir la invitación de nuevos usuarios compartiendo un enlace de invitación.\"],\"vHeVg5\":[\"Permitir que los usuarios se registren con un correo electrónico y una contraseña.\"],\"mJ6m4C\":[\"Una descripción opcional\"],\"0RqpZr\":[\"API y Webhooks\"],\"yRnk5W\":[\"Clave API\"],\"5h8ooz\":[\"Claves API\"],\"kAtj+q\":[\"Nombre API\"],\"aAIQg2\":[\"Apariencia\"],\"3iX0kh\":[\"¿Está seguro de que desea cambiar el intervalo de facturación?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Al menos un método de autenticación debe estar activado\"],\"P8fBlG\":[\"Autenticación\"],\"yIVrHZ\":[\"Autorizar\"],\"Dht9W3\":[\"Volver al contenido\"],\"R+w/Va\":[\"Facturación\"],\"K1172m\":[\"Lista de bloqueo\"],\"2yl5lQ\":[\"Reservar una llamada\"],\"PmmvzS\":[\"Calcule\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendarios\"],\"dEgA5A\":[\"Cancelar\"],\"0TllC8\":[\"Cancelar\"],\"rRK/Lf\":[\"Cancelar plan\"],\"N6gPiD\":[\"Cancelar su suscripción\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiar \",[\"to\"]],\"VhMDMg\":[\"Cambiar contraseña\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chino simplificado\"],\"dzb4Ep\":[\"Chino - Tradicional\"],\"JEFFOR\":[\"Elija un objeto\"],\"9qP96p\":[\"Elija su prueba\"],\"yz7wBu\":[\"Cerrar\"],\"s2QZS6\":[\"Empresas\"],\"+zUMwJ\":[\"Configurar una conexión SSO\"],\"QTNsSm\":[\"Configura y personaliza tus preferencias de calendario.\"],\"aGwm+D\":[\"Configurar cómo se muestran las fechas en la aplicación\"],\"Bh4GBD\":[\"Configura tus correos electrónicos y calendario.\"],\"pA86+/\":[\"Conectar una cuenta de Google\"],\"D8ATlr\":[\"Conectar una nueva cuenta a su espacio de trabajo\"],\"Zgi9Fd\":[\"Conectar con Google\"],\"IOfqM8\":[\"Conectar con Microsoft\"],\"9TzudL\":[\"Cuentas conectadas\"],\"xGVfLh\":[\"Continúe\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar enlace de invitación\"],\"hgTg6d\":[\"Copie esta clave ya que sólo será visible esta vez\"],\"uXGLuq\":[\"Crear clave API\"],\"dkAPxi\":[\"Crear Webhook\"],\"8skTDV\":[\"Objetos personalizados\"],\"ekOgDG\":[\"Objetos personalizados\"],\"CMhr4u\":[\"Personalizar dominio\"],\"bCJa9l\":[\"Personalice la seguridad de su espacio de trabajo\"],\"Zz6Cxn\":[\"Zona de peligro\"],\"5cNMFz\":[\"Modelo de datos\"],\"Ud9zHv\":[\"Fecha y hora\"],\"5y3O+A\":[\"Desactivar\"],\"qk4i22\":[\"Desactive \\\"Sincronizar etiquetas de objetos y nombres de API\\\" para establecer un nombre de API personalizado\"],\"gexAq8\":[\"Desactivar este campo\"],\"Y2ImVJ\":[\"Defina el nombre y la descripción de su objeto\"],\"cnGeoo\":[\"Borrar\"],\"ZDGm40\":[\"Eliminar cuenta\"],\"gAz0S5\":[\"Eliminar la cuenta y todos los datos asociados\"],\"hGfWDm\":[\"Borrar clave API\"],\"T6S2Ns\":[\"Eliminar esta integración\"],\"snMaH4\":[\"Borrar webhook\"],\"kYu0eF\":[\"Eliminar espacio de trabajo\"],\"mk2Ygs\":[\"Borrar todo el espacio de trabajo\"],\"Nu4oKW\":[\"Descripción\"],\"n+SX4g\":[\"Desarrolladores\"],\"i66xz9\":[\"Mostrar como fecha relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Por ejemplo, integración de backoffice\"],\"v+uKyy\":[\"Editar el intervalo de facturación\"],\"h2KoTu\":[\"Editar la forma de pago, ver sus facturas y mucho más\"],\"6o1M/Q\":[\"Edite el nombre de su subdominio o establezca un dominio personalizado.\"],\"O3oNi5\":[\"Correo electrónico\"],\"lfQsvW\":[\"Integración del correo electrónico\"],\"QT/Wo7\":[\"El correo electrónico o el dominio ya están en la lista de bloqueo\"],\"BXEcos\":[\"Correos electrónicos\"],\"eXoH4Q\":[\"empleados\"],\"gqv5ZL\":[\"Empleados\"],\"T3juzf\":[\"URL del punto final\"],\"lYGfRP\":[\"Inglés\"],\"/bfFKe\":[\"Disfrute de \",[\"withCreditCardTrialPeriodDuration\"],\"-días de prueba gratis\"],\"GpB8YV\":[\"Empresa\"],\"c3qGJX\":[\"Error al borrar la clave api: \",[\"err\"]],\"bj7nh3\":[\"Error al regenerar la clave api: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error al cambiar de abono \",[\"to\"],\".\"],\"JLxMta\":[\"Establezca puntos finales Webhook para notificaciones sobre eventos asíncronos.\"],\"cIgBjB\":[\"Excluir a las siguientes personas y dominios de mi sincronización de correo electrónico\"],\"fV7V51\":[\"Objetos existentes\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Salir de Ajustes\"],\"bKBhgb\":[\"Experiencia\"],\"LxRNPw\":[\"Caducidad\"],\"SkXfL0\":[\"Fecha de expiración\"],\"i9qiyR\":[\"Expira en\"],\"Q0iobh\":[\"Error al crear objeto\"],\"vF68cg\":[\"Campos\"],\"cSev+j\":[\"Filtros\"],\"nLC6tu\":[\"Francés\"],\"aTieE0\":[\"de mensual a anual\"],\"K04lE5\":[\"de anual a mensual\"],\"scmRyR\":[\"Acceso total\"],\"xANKBj\":[\"Funciones\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"Alemán\"],\"NXEW3h\":[\"Aproveche al máximo su espacio de trabajo invitando a su equipo.\"],\"zSGbaR\":[\"Consiga su abono\"],\"hWp1MY\":[\"Concede al servicio de asistencia de Twenty acceso temporal a tu espacio de trabajo para que podamos solucionar problemas o recuperar contenidos en tu nombre. Puedes revocar el acceso en cualquier momento.\"],\"XTWO+W\":[\"Icono y nombre\"],\"j843N3\":[\"Si has perdido esta clave, puedes regenerarla, pero ten en cuenta que cualquier script que utilice esta clave tendrá que ser actualizado. Escribe \\\"\",[\"confirmationValue\"],\"\\\" para confirmar.\"],\"NoNwIX\":[\"Inactivo\"],\"JE2tjr\":[\"La entrada debe ir en mayúsculas y no puede empezar por un número\"],\"nbfdhU\":[\"Integraciones\"],\"NtFk/Z\":[\"Proveedor de autenticación no válido\"],\"B2Tpo0\":[\"Correo electrónico no válido\"],\"/m52AE\":[\"Correo electrónico o dominio no válidos\"],\"QdoUFL\":[\"Valores de formulario no válidos\"],\"/Wrd4p\":[\"Datos de objeto no válidos\"],\"0M8+El\":[\"Invitar por correo electrónico\"],\"PWIq/W\":[\"Invitar por enlace\"],\"3athPG\":[\"Invitar por enlace\"],\"5IfmKA\":[\"Envío del enlace de invitación a las direcciones de correo electrónico\"],\"d+Y+rP\":[\"Invite a su equipo\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Idioma\"],\"pQjjYo\":[\"Enlace copiado en el portapapeles\"],\"FgAxTj\":[\"Cerrar sesión\"],\"nOhz3x\":[\"Cierre de sesión\"],\"T6YjCk\":[\"Gestionar miembros\"],\"4cjU2u\":[\"Gestione aquí los miembros de su espacio\"],\"FyFNsd\":[\"Gestione sus cuentas de Internet.\"],\"36kYu0\":[\"Gestione su suscripción\"],\"wlQNTg\":[\"Miembros\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nombre\"],\"z+6jaZ\":[\"Nombre de su clave API\"],\"J7w8lI\":[\"Nombre de su espacio de trabajo\"],\"dbDjdV\":[\"Navegue por\"],\"isRobC\":[\"Nuevo\"],\"Kcr9Fr\":[\"Nueva cuenta\"],\"o8MyXb\":[\"Nueva llave\"],\"j313SZ\":[\"Nueva llave\"],\"hFxdey\":[\"Nuevo objeto\"],\"7vhWI8\":[\"Nueva contraseña\"],\"U1DAok\":[\"Nuevo Webhook\"],\"pwenQu\":[\"Ninguna cuenta conectada\"],\"+FLRjr\":[\"no autorizado\"],\"1DBGsz\":[\"Notas\"],\"FU94q4\":[\"Objeto creado correctamente\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fuera de los caminos trillados\"],\"4MyDFl\":[\"Oportunidades\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Otros\"],\"boJlGf\":[\"Página no encontrada\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Contraseña\"],\"mi6Rel\":[\"Se ha enviado el enlace de restablecimiento de contraseña al correo electrónico\"],\"1wdjme\":[\"Personas\"],\"N0+GsR\":[\"Fotografía\"],\"jEw0Mr\":[\"Introduzca una URL válida\"],\"6nsIo3\":[\"Escriba \\\"\",[\"confirmationValue\"],\"\\\" para confirmar que desea eliminar esta clave de API. Tenga en cuenta que cualquier script que utilice esta clave dejará de funcionar.\"],\"mFZTXr\":[\"Por favor, escriba \",[\"confirmationText\"],\" para confirmar que desea eliminar este webhook.\"],\"MOERNx\":[\"Portugués\"],\"rdUucN\":[\"Vista previa\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudoinglés\"],\"ibPuCP\":[\"Leer la documentación\"],\"v3xM25\":[\"Recibir un correo electrónico con un enlace para actualizar la contraseña\"],\"dSCufP\":[\"Selección de discos\"],\"vpZcGd\":[\"Regenerar una clave API\"],\"Mwqo5m\":[\"Regenerar llave\"],\"D+Mv78\":[\"Regenerar llave\"],\"5icoS1\":[\"Comunicados\"],\"t/YqKh\":[\"Eliminar\"],\"KbS2K9\":[\"Restablecer contraseña\"],\"A1taO8\":[\"Buscar en\"],\"l1/uy2\":[\"Buscar un campo...\"],\"k7kp5/\":[\"Buscar en un índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Busca un objeto...\"],\"a3LDKx\":[\"Seguridad\"],\"xraglu\":[\"Seleccione los eventos que desea enviar a este endpoint\"],\"AXTJAW\":[\"Seleccione su idioma preferido\"],\"mjK8F3\":[\"Envíe una invitación por correo electrónico a su equipo\"],\"yy5k7a\":[\"Panel de administración del servidor\"],\"V7fgiB\":[\"Establezca la visibilidad del correo electrónico, gestione su lista de bloqueo y mucho más.\"],\"tn41zE\":[\"Establezca el nombre de su subdominio\"],\"Tz0i8g\":[\"Ajustes\"],\"Vy9kmk\":[\"Comparte este enlace para invitar a los usuarios a unirse a tu espacio de trabajo\"],\"gWk8gY\":[\"¿Debería cambiar también el nombre de la API al cambiar la etiqueta de un campo?\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Español\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdominio ya ocupado\"],\"OlC/tU\":[\"El subdominio no puede tener más de 30 caracteres\"],\"ZETwlU\":[\"El subdominio no puede tener menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Se ha cambiado la suscripción \",[\"to\"]],\"XYLcNv\":[\"Ayuda\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Facturación del interruptor \",[\"to\"]],\"AtzMpB\":[\"Sincronizar etiqueta de campo y nombre de API\"],\"E3AMmw\":[\"Ajustes del sistema - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Ajustes del sistema - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Tareas\"],\"2OUtmv\":[\"Descripción de este campo\"],\"VGZYbZ\":[\"El correo electrónico asociado a su cuenta\"],\"h8mvCd\":[\"Nombre e icono de este campo\"],\"L97sPr\":[\"La página que busca ha desaparecido o nunca existió. Volvamos a la pista\"],\"uWikAA\":[\"Los valores de este campo\"],\"+69KDk\":[\"Los valores de este campo deben ser únicos\"],\"PmtLRf\":[\"Hubo un problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente a este usuario y lo eliminará de todas sus asignaciones.\"],\"gWGuHC\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente todo tu espacio de trabajo. <0/> Escriba su correo electrónico para confirmar.\"],\"n9nSNJ\":[\"Formato de hora\"],\"aqMzDX\":[\"al mes\"],\"WXXiXO\":[\"al año\"],\"+zy2Nq\":[\"Tipo\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Cargar\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilice sólo letra, número y guión. Empiece y termine con una letra o un número\"],\"7PzzBU\":[\"Usuario\"],\"IjyOjp\":[\"El usuario no ha iniciado sesión\"],\"fXVIZq\":[\"Valores\"],\"jpctdh\":[\"Ver\"],\"KANz0G\":[\"Ver detalles de facturación\"],\"6n7jtr\":[\"Visualice\"],\"id6ein\":[\"Admitimos tus PNG, JPEG y GIF cuadrados de menos de 10 MB\"],\"ZS7vYp\":[\"Enviaremos peticiones POST a este endpoint para cada nuevo evento\"],\"TRDppN\":[\"Gancho web\"],\"v1kQyJ\":[\"Webhooks\"],\"C51ilI\":[\"Cuándo caducará la clave API.\"],\"leUubq\":[\"Cuándo se desactivará la tecla\"],\"yLOrIT\":[\"Selección de registros del flujo de trabajo\"],\"woYYQq\":[\"Flujos de trabajo\"],\"pmUArF\":[\"Espacio de trabajo\"],\"VicISP\":[\"Eliminación del espacio de trabajo\"],\"Q9pNST\":[\"Escriba una descripción\"],\"3d1wCB\":[\"sí\"],\"zSkMV0\":[\"Se le cobrará inmediatamente el año completo.\"],\"XVnj6K\":[\"Su saldo de crédito se utilizará para pagar las facturas mensuales.\"],\"9ivpwk\":[\"Su nombre tal y como se mostrará\"],\"RhNbPE\":[\"Tu espacio de trabajo se desactivará\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/fr.ts b/packages/twenty-front/src/locales/generated/fr.ts index 51a1eebba..d3d072fa3 100644 --- a/packages/twenty-front/src/locales/generated/fr.ts +++ b/packages/twenty-front/src/locales/generated/fr.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"quitter les paramètres\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abandonner\"],\"uyJsf6\":[\"A propos de\"],\"AeXO77\":[\"Compte\"],\"nD0Y+a\":[\"Suppression de compte\"],\"bPwFdf\":[\"Comptes\"],\"F6pfE9\":[\"Actif\"],\"Mue4oc\":[\"Clés API actives créées par vous ou votre équipe.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Ajouter un objet\"],\"sgXUv+\":[\"Ajouter un fournisseur d'identité SSO\"],\"GMx1K0\":[\"Autoriser les connexions via la fonctionnalité d'authentification unique de Google.\"],\"dea+zy\":[\"Autoriser les connexions via la fonctionnalité d'authentification unique de Microsoft.\"],\"wMg43c\":[\"Permettre l'invitation de nouveaux utilisateurs en partageant un lien d'invitation.\"],\"vHeVg5\":[\"Permettre aux utilisateurs de se connecter à l'aide d'un courriel et d'un mot de passe.\"],\"mJ6m4C\":[\"Une description facultative\"],\"5h8ooz\":[\"Clés API\"],\"aAIQg2\":[\"Apparence\"],\"3iX0kh\":[\"Êtes-vous sûr de vouloir modifier votre intervalle de facturation ?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Au moins une méthode d'authentification doit être activée\"],\"P8fBlG\":[\"Authentification\"],\"Dht9W3\":[\"Retour au contenu\"],\"R+w/Va\":[\"Facturation\"],\"K1172m\":[\"Liste de blocage\"],\"AjVXBS\":[\"Calendrier\"],\"EUpfsd\":[\"Calendriers\"],\"rRK/Lf\":[\"Annuler le plan\"],\"N6gPiD\":[\"Annuler votre abonnement\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Modifier \",[\"to\"]],\"VhMDMg\":[\"Modifier le mot de passe\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinois - simplifié\"],\"dzb4Ep\":[\"Chinois - Traditionnel\"],\"JEFFOR\":[\"Choisir un objet\"],\"+zUMwJ\":[\"Configurer une connexion SSO\"],\"QTNsSm\":[\"Configurez et personnalisez vos préférences en matière de calendrier.\"],\"aGwm+D\":[\"Configurer l'affichage des dates dans l'application\"],\"Bh4GBD\":[\"Configurez vos courriels et votre calendrier.\"],\"pA86+/\":[\"Connecter un compte Google\"],\"D8ATlr\":[\"Connecter un nouveau compte à votre espace de travail\"],\"9TzudL\":[\"Comptes connectés\"],\"xGVfLh\":[\"Continuer\"],\"7eVkEH\":[\"Copier le lien de l'invitation\"],\"uXGLuq\":[\"Créer une clé API\"],\"dkAPxi\":[\"Créer un Webhook\"],\"CMhr4u\":[\"Personnaliser le domaine\"],\"bCJa9l\":[\"Personnalisez la sécurité de votre espace de travail\"],\"Zz6Cxn\":[\"Zone de danger\"],\"5cNMFz\":[\"Modèle de données\"],\"Ud9zHv\":[\"Date et heure\"],\"Y2ImVJ\":[\"Définir le nom et la description de votre objet\"],\"cnGeoo\":[\"Supprimer\"],\"ZDGm40\":[\"Supprimer le compte\"],\"gAz0S5\":[\"Supprimer le compte et toutes les données associées\"],\"T6S2Ns\":[\"Supprimer cette intégration\"],\"snMaH4\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Supprimer l'espace de travail\"],\"mk2Ygs\":[\"Supprimer l'ensemble de l'espace de travail\"],\"Nu4oKW\":[\"Description\"],\"n+SX4g\":[\"Développeurs\"],\"EoKe5U\":[\"Domaine\"],\"v+uKyy\":[\"Modifier l'intervalle de facturation\"],\"h2KoTu\":[\"Modifier le mode de paiement, consulter vos factures et plus encore\"],\"6o1M/Q\":[\"Modifiez le nom de votre sous-domaine ou définissez un domaine personnalisé.\"],\"O3oNi5\":[\"Courriel\"],\"BXEcos\":[\"Emails\"],\"T3juzf\":[\"URL du point final\"],\"lYGfRP\":[\"Anglais\"],\"GpB8YV\":[\"Entreprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erreur lors de la commutation de l'abonnement \",[\"to\"],\".\"],\"JLxMta\":[\"Établir des points de terminaison Webhook pour les notifications d'événements asynchrones.\"],\"cIgBjB\":[\"Exclure les personnes et domaines suivants de ma synchronisation d'emails\"],\"fV7V51\":[\"Objets existants\"],\"bKBhgb\":[\"Expérience\"],\"i9qiyR\":[\"Expire en\"],\"Q0iobh\":[\"Échec de la création de l'objet\"],\"vF68cg\":[\"Domaines\"],\"cSev+j\":[\"Filtres\"],\"nLC6tu\":[\"Français\"],\"aTieE0\":[\"de mensuel à annuel\"],\"K04lE5\":[\"d'annuel à mensuel\"],\"Weq9zb\":[\"Général\"],\"DDcvSo\":[\"Allemand\"],\"NXEW3h\":[\"Tirez le meilleur parti de votre espace de travail en y invitant votre équipe.\"],\"hWp1MY\":[\"Accordez à Twenty support un accès temporaire à votre espace de travail afin que nous puissions résoudre des problèmes ou récupérer du contenu en votre nom. Vous pouvez révoquer l'accès à tout moment.\"],\"NoNwIX\":[\"Inactif\"],\"nbfdhU\":[\"Intégrations\"],\"NtFk/Z\":[\"Fournisseur d'authentification invalide\"],\"B2Tpo0\":[\"Courriel non valide\"],\"QdoUFL\":[\"Valeurs de formulaire non valides\"],\"/Wrd4p\":[\"Données d'objet non valides\"],\"0M8+El\":[\"Inviter par courriel\"],\"PWIq/W\":[\"Inviter par lien\"],\"3athPG\":[\"Inviter par lien\"],\"5IfmKA\":[\"Lien d'invitation envoyé aux adresses électroniques\"],\"d+Y+rP\":[\"Invitez votre équipe\"],\"Lj7sBL\":[\"Italien\"],\"vXIe7J\":[\"Langue\"],\"pQjjYo\":[\"Lien copié dans le presse-papiers\"],\"T6YjCk\":[\"Gérer les membres\"],\"4cjU2u\":[\"Gérez les membres de votre espace ici\"],\"FyFNsd\":[\"Gérer vos comptes internet.\"],\"36kYu0\":[\"Gérer votre abonnement\"],\"wlQNTg\":[\"Les membres\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nom\"],\"J7w8lI\":[\"Nom de votre espace de travail\"],\"isRobC\":[\"Nouveau\"],\"Kcr9Fr\":[\"Nouveau compte\"],\"hFxdey\":[\"Nouvel objet\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"U1DAok\":[\"Nouveau Webhook\"],\"+FLRjr\":[\"non autorisé\"],\"FU94q4\":[\"Objet créé avec succès\"],\"B3toQF\":[\"Objets\"],\"KNz3EF\":[\"Hors des sentiers battus\"],\"BzEFor\":[\"ou\"],\"boJlGf\":[\"Page non trouvée\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Mot de passe\"],\"mi6Rel\":[\"Le lien de réinitialisation du mot de passe a été envoyé à l'email\"],\"N0+GsR\":[\"Photo\"],\"jEw0Mr\":[\"Veuillez saisir une URL valide\"],\"mFZTXr\":[\"Veuillez taper \",[\"confirmationText\"],\" pour confirmer que vous souhaitez supprimer ce webhook.\"],\"MOERNx\":[\"Portugais\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-anglais\"],\"v3xM25\":[\"Recevoir un courriel contenant un lien de mise à jour du mot de passe\"],\"5icoS1\":[\"Communiqués\"],\"t/YqKh\":[\"Retirer\"],\"KbS2K9\":[\"Réinitialiser le mot de passe\"],\"l1/uy2\":[\"Rechercher un champ...\"],\"k7kp5/\":[\"Rechercher un index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Recherche d'un objet...\"],\"a3LDKx\":[\"Sécurité\"],\"xraglu\":[\"Sélectionnez les événements que vous souhaitez envoyer à ce point de contact\"],\"AXTJAW\":[\"Sélectionnez votre langue préférée\"],\"mjK8F3\":[\"Envoyez un courriel d'invitation à votre équipe\"],\"V7fgiB\":[\"Définissez la visibilité des e-mails, gérez votre liste de blocage et bien plus encore.\"],\"tn41zE\":[\"Définissez le nom de votre sous-domaine\"],\"Tz0i8g\":[\"Paramètres\"],\"Vy9kmk\":[\"Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace de travail\"],\"6Uau97\":[\"Sauter\"],\"65A04M\":[\"Espagnol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sous-domaine déjà pris\"],\"OlC/tU\":[\"Le sous-domaine ne doit pas comporter plus de 30 caractères\"],\"ZETwlU\":[\"Le sous-domaine ne peut être inférieur à 3 caractères\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abonnement a été modifié \",[\"to\"]],\"XYLcNv\":[\"Soutien\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Changer en \",[\"from\"]],\"qi74XZ\":[\"Changer en \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Changer la facturation en \",[\"to\"]],\"VGZYbZ\":[\"L'email associé à votre compte\"],\"L97sPr\":[\"La page que vous recherchez a disparu ou n'a jamais existé. Remettons les choses en ordre\"],\"PmtLRf\":[\"Il y a eu un problème\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Cette action ne peut être annulée. Cette action supprimera définitivement l'utilisateur et l'exclura de toutes ses affectations.\"],\"gWGuHC\":[\"Cette action ne peut être annulée. Elle supprimera définitivement l'ensemble de votre espace de travail. <0/> Veuillez saisir votre adresse électronique pour confirmer.\"],\"aqMzDX\":[\"au mois\"],\"WXXiXO\":[\"à l'année\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Télécharger\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre\"],\"7PzzBU\":[\"Utilisateur\"],\"IjyOjp\":[\"L'utilisateur n'est pas connecté\"],\"KANz0G\":[\"Voir les détails de la facturation\"],\"ZS7vYp\":[\"Nous enverrons des requêtes POST à ce point de terminaison pour chaque nouvel événement\"],\"TRDppN\":[\"Crochet Web\"],\"v1kQyJ\":[\"Crochets Web\"],\"pmUArF\":[\"Espace de travail\"],\"VicISP\":[\"Suppression de l'espace de travail\"],\"Q9pNST\":[\"Rédiger une description\"],\"3d1wCB\":[\"oui\"],\"zSkMV0\":[\"Vous serez immédiatement facturé pour l'année entière.\"],\"XVnj6K\":[\"Votre solde créditeur sera utilisé pour payer les factures mensuelles.\"],\"9ivpwk\":[\"Votre nom tel qu'il sera affiché\"],\"RhNbPE\":[\"Votre espace de travail sera désactivé\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clé API\"],\"YT0WJ4\":[\"1 000 exécutions de nœuds de flux de travail\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Configurer le champ\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Abandonner\"],\"uyJsf6\":[\"A propos de\"],\"AeXO77\":[\"Compte\"],\"nD0Y+a\":[\"Suppression de compte\"],\"bPwFdf\":[\"Comptes\"],\"FQBaXG\":[\"Activer\"],\"F6pfE9\":[\"Actif\"],\"Mue4oc\":[\"Clés API actives créées par vous ou votre équipe.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Ajouter un objet\"],\"sgXUv+\":[\"Ajouter un fournisseur d'identité SSO\"],\"5+ttxv\":[\"Ajouter à la liste de blocage\"],\"GMx1K0\":[\"Autoriser les connexions via la fonctionnalité d'authentification unique de Google.\"],\"dea+zy\":[\"Autoriser les connexions via la fonctionnalité d'authentification unique de Microsoft.\"],\"wMg43c\":[\"Permettre l'invitation de nouveaux utilisateurs en partageant un lien d'invitation.\"],\"vHeVg5\":[\"Permettre aux utilisateurs de se connecter à l'aide d'un courriel et d'un mot de passe.\"],\"mJ6m4C\":[\"Une description facultative\"],\"0RqpZr\":[\"API & Webhooks\"],\"yRnk5W\":[\"Clé API\"],\"5h8ooz\":[\"Clés API\"],\"kAtj+q\":[\"Nom de l'API\"],\"aAIQg2\":[\"Apparence\"],\"3iX0kh\":[\"Êtes-vous sûr de vouloir modifier votre intervalle de facturation ?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Au moins une méthode d'authentification doit être activée\"],\"P8fBlG\":[\"Authentification\"],\"yIVrHZ\":[\"Autoriser\"],\"Dht9W3\":[\"Retour au contenu\"],\"R+w/Va\":[\"Facturation\"],\"K1172m\":[\"Liste de blocage\"],\"2yl5lQ\":[\"Réserver un appel\"],\"PmmvzS\":[\"Calculer\"],\"AjVXBS\":[\"Calendrier\"],\"EUpfsd\":[\"Calendriers\"],\"dEgA5A\":[\"Annuler\"],\"0TllC8\":[\"Annuler à tout moment\"],\"rRK/Lf\":[\"Annuler le plan\"],\"N6gPiD\":[\"Annuler votre abonnement\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Modifier \",[\"to\"]],\"VhMDMg\":[\"Modifier le mot de passe\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinois - simplifié\"],\"dzb4Ep\":[\"Chinois - Traditionnel\"],\"JEFFOR\":[\"Choisir un objet\"],\"9qP96p\":[\"Choisissez votre essai\"],\"yz7wBu\":[\"Fermer\"],\"s2QZS6\":[\"Entreprises\"],\"+zUMwJ\":[\"Configurer une connexion SSO\"],\"QTNsSm\":[\"Configurez et personnalisez vos préférences en matière de calendrier.\"],\"aGwm+D\":[\"Configurer l'affichage des dates dans l'application\"],\"Bh4GBD\":[\"Configurez vos courriels et votre calendrier.\"],\"pA86+/\":[\"Connecter un compte Google\"],\"D8ATlr\":[\"Connecter un nouveau compte à votre espace de travail\"],\"Zgi9Fd\":[\"Se connecter à Google\"],\"IOfqM8\":[\"Se connecter avec Microsoft\"],\"9TzudL\":[\"Comptes connectés\"],\"xGVfLh\":[\"Continuer\"],\"CcGOj+\":[\"Copilote\"],\"7eVkEH\":[\"Copier le lien de l'invitation\"],\"hgTg6d\":[\"Copiez cette clé car elle ne sera visible qu'une seule fois\"],\"uXGLuq\":[\"Créer une clé API\"],\"dkAPxi\":[\"Créer un Webhook\"],\"8skTDV\":[\"Objets personnalisés\"],\"ekOgDG\":[\"Objets personnalisés\"],\"CMhr4u\":[\"Personnaliser le domaine\"],\"bCJa9l\":[\"Personnalisez la sécurité de votre espace de travail\"],\"Zz6Cxn\":[\"Zone de danger\"],\"5cNMFz\":[\"Modèle de données\"],\"Ud9zHv\":[\"Date et heure\"],\"5y3O+A\":[\"Désactiver\"],\"qk4i22\":[\"Désactiver la fonction \\\"Synchroniser les étiquettes des objets et les noms des API\\\" pour définir un nom d'API personnalisé\"],\"gexAq8\":[\"Désactiver ce champ\"],\"Y2ImVJ\":[\"Définir le nom et la description de votre objet\"],\"cnGeoo\":[\"Supprimer\"],\"ZDGm40\":[\"Supprimer le compte\"],\"gAz0S5\":[\"Supprimer le compte et toutes les données associées\"],\"hGfWDm\":[\"Supprimer la clé API\"],\"T6S2Ns\":[\"Supprimer cette intégration\"],\"snMaH4\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Supprimer l'espace de travail\"],\"mk2Ygs\":[\"Supprimer l'ensemble de l'espace de travail\"],\"Nu4oKW\":[\"Description\"],\"n+SX4g\":[\"Développeurs\"],\"i66xz9\":[\"Affichage en tant que date relative\"],\"EoKe5U\":[\"Domaine\"],\"QVVmxi\":[\"Par exemple, l'intégration du backoffice\"],\"v+uKyy\":[\"Modifier l'intervalle de facturation\"],\"h2KoTu\":[\"Modifier le mode de paiement, consulter vos factures et plus encore\"],\"6o1M/Q\":[\"Modifiez le nom de votre sous-domaine ou définissez un domaine personnalisé.\"],\"O3oNi5\":[\"Courriel\"],\"lfQsvW\":[\"Intégration du courrier électronique\"],\"QT/Wo7\":[\"L'email ou le domaine est déjà dans la liste de blocage\"],\"BXEcos\":[\"Emails\"],\"eXoH4Q\":[\"employés\"],\"gqv5ZL\":[\"Salariés\"],\"T3juzf\":[\"URL du point final\"],\"lYGfRP\":[\"Anglais\"],\"/bfFKe\":[\"Profitez d'un essai gratuit de \",[\"withCreditCardTrialPeriodDuration\"],\"-jours\"],\"GpB8YV\":[\"Entreprise\"],\"c3qGJX\":[\"Erreur lors de la suppression de la clé api : \",[\"err\"]],\"bj7nh3\":[\"Erreur de régénération de la clé api : \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erreur lors de la commutation de l'abonnement \",[\"to\"],\".\"],\"JLxMta\":[\"Établir des points de terminaison Webhook pour les notifications d'événements asynchrones.\"],\"cIgBjB\":[\"Exclure les personnes et domaines suivants de ma synchronisation d'emails\"],\"fV7V51\":[\"Objets existants\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Quitter les paramètres\"],\"bKBhgb\":[\"Expérience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Date d'expiration\"],\"i9qiyR\":[\"Expire en\"],\"Q0iobh\":[\"Échec de la création de l'objet\"],\"vF68cg\":[\"Domaines\"],\"cSev+j\":[\"Filtres\"],\"nLC6tu\":[\"Français\"],\"aTieE0\":[\"de mensuel à annuel\"],\"K04lE5\":[\"d'annuel à mensuel\"],\"scmRyR\":[\"Accès complet\"],\"xANKBj\":[\"Fonctions\"],\"Weq9zb\":[\"Général\"],\"DDcvSo\":[\"Allemand\"],\"NXEW3h\":[\"Tirez le meilleur parti de votre espace de travail en y invitant votre équipe.\"],\"zSGbaR\":[\"S'abonner\"],\"hWp1MY\":[\"Accordez à Twenty support un accès temporaire à votre espace de travail afin que nous puissions résoudre des problèmes ou récupérer du contenu en votre nom. Vous pouvez révoquer l'accès à tout moment.\"],\"XTWO+W\":[\"Icône et nom\"],\"j843N3\":[\"Si vous avez perdu cette clé, vous pouvez la régénérer, mais sachez que tout script utilisant cette clé devra être mis à jour. Veuillez taper \\\"\",[\"confirmationValue\"],\"\\\" pour confirmer.\"],\"NoNwIX\":[\"Inactif\"],\"JE2tjr\":[\"Les données doivent être en majuscules et ne peuvent pas commencer par un chiffre\"],\"nbfdhU\":[\"Intégrations\"],\"NtFk/Z\":[\"Fournisseur d'authentification invalide\"],\"B2Tpo0\":[\"Courriel non valide\"],\"/m52AE\":[\"Courriel ou domaine invalide\"],\"QdoUFL\":[\"Valeurs de formulaire non valides\"],\"/Wrd4p\":[\"Données d'objet non valides\"],\"0M8+El\":[\"Inviter par courriel\"],\"PWIq/W\":[\"Inviter par lien\"],\"3athPG\":[\"Inviter par lien\"],\"5IfmKA\":[\"Lien d'invitation envoyé aux adresses électroniques\"],\"d+Y+rP\":[\"Invitez votre équipe\"],\"Lj7sBL\":[\"Italien\"],\"vXIe7J\":[\"Langue\"],\"pQjjYo\":[\"Lien copié dans le presse-papiers\"],\"FgAxTj\":[\"Déconnexion\"],\"nOhz3x\":[\"Déconnexion\"],\"T6YjCk\":[\"Gérer les membres\"],\"4cjU2u\":[\"Gérez les membres de votre espace ici\"],\"FyFNsd\":[\"Gérer vos comptes internet.\"],\"36kYu0\":[\"Gérer votre abonnement\"],\"wlQNTg\":[\"Les membres\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nom\"],\"z+6jaZ\":[\"Nom de votre clé API\"],\"J7w8lI\":[\"Nom de votre espace de travail\"],\"dbDjdV\":[\"Naviguer\"],\"isRobC\":[\"Nouveau\"],\"Kcr9Fr\":[\"Nouveau compte\"],\"o8MyXb\":[\"Nouvelle clé\"],\"j313SZ\":[\"Nouvelle clé\"],\"hFxdey\":[\"Nouvel objet\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"U1DAok\":[\"Nouveau Webhook\"],\"pwenQu\":[\"Pas de compte connecté\"],\"+FLRjr\":[\"non autorisé\"],\"1DBGsz\":[\"Notes\"],\"FU94q4\":[\"Objet créé avec succès\"],\"B3toQF\":[\"Objets\"],\"KNz3EF\":[\"Hors des sentiers battus\"],\"4MyDFl\":[\"Opportunités\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Autres\"],\"boJlGf\":[\"Page non trouvée\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Mot de passe\"],\"mi6Rel\":[\"Le lien de réinitialisation du mot de passe a été envoyé à l'email\"],\"1wdjme\":[\"Les personnes\"],\"N0+GsR\":[\"Photo\"],\"jEw0Mr\":[\"Veuillez saisir une URL valide\"],\"6nsIo3\":[\"Veuillez taper \\\"\",[\"confirmationValue\"],\"\\\" pour confirmer que vous souhaitez supprimer cette clé API. Sachez que tout script utilisant cette clé cessera de fonctionner.\"],\"mFZTXr\":[\"Veuillez taper \",[\"confirmationText\"],\" pour confirmer que vous souhaitez supprimer ce webhook.\"],\"MOERNx\":[\"Portugais\"],\"rdUucN\":[\"Avant-première\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-anglais\"],\"ibPuCP\":[\"Lire la documentation\"],\"v3xM25\":[\"Recevoir un courriel contenant un lien de mise à jour du mot de passe\"],\"dSCufP\":[\"Sélection des enregistrements\"],\"vpZcGd\":[\"Régénérer une clé API\"],\"Mwqo5m\":[\"Régénérer la clé\"],\"D+Mv78\":[\"Régénérer la clé\"],\"5icoS1\":[\"Communiqués\"],\"t/YqKh\":[\"Retirer\"],\"KbS2K9\":[\"Réinitialiser le mot de passe\"],\"A1taO8\":[\"Recherche\"],\"l1/uy2\":[\"Rechercher un champ...\"],\"k7kp5/\":[\"Rechercher un index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Recherche d'un objet...\"],\"a3LDKx\":[\"Sécurité\"],\"xraglu\":[\"Sélectionnez les événements que vous souhaitez envoyer à ce point de contact\"],\"AXTJAW\":[\"Sélectionnez votre langue préférée\"],\"mjK8F3\":[\"Envoyez un courriel d'invitation à votre équipe\"],\"yy5k7a\":[\"Panneau d'administration du serveur\"],\"V7fgiB\":[\"Définissez la visibilité des e-mails, gérez votre liste de blocage et bien plus encore.\"],\"tn41zE\":[\"Définissez le nom de votre sous-domaine\"],\"Tz0i8g\":[\"Paramètres\"],\"Vy9kmk\":[\"Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace de travail\"],\"gWk8gY\":[\"La modification de l'intitulé d'un champ doit-elle également entraîner la modification du nom de l'API ?\"],\"6Uau97\":[\"Sauter\"],\"65A04M\":[\"Espagnol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sous-domaine déjà pris\"],\"OlC/tU\":[\"Le sous-domaine ne doit pas comporter plus de 30 caractères\"],\"ZETwlU\":[\"Le sous-domaine ne peut être inférieur à 3 caractères\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abonnement a été modifié \",[\"to\"]],\"XYLcNv\":[\"Soutien\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Changer en \",[\"from\"]],\"qi74XZ\":[\"Changer en \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Changer la facturation en \",[\"to\"]],\"AtzMpB\":[\"Synchroniser l'étiquette du champ et le nom de l'API\"],\"E3AMmw\":[\"Paramètres du système - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Paramètres du système - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Tâches\"],\"2OUtmv\":[\"La description de ce champ\"],\"VGZYbZ\":[\"L'email associé à votre compte\"],\"h8mvCd\":[\"Le nom et l'icône de ce champ\"],\"L97sPr\":[\"La page que vous recherchez a disparu ou n'a jamais existé. Remettons les choses en ordre\"],\"uWikAA\":[\"Les valeurs de ce champ\"],\"+69KDk\":[\"Les valeurs de ce champ doivent être uniques\"],\"PmtLRf\":[\"Il y a eu un problème\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Cette action ne peut être annulée. Cette action supprimera définitivement l'utilisateur et l'exclura de toutes ses affectations.\"],\"gWGuHC\":[\"Cette action ne peut être annulée. Elle supprimera définitivement l'ensemble de votre espace de travail. <0/> Veuillez saisir votre adresse électronique pour confirmer.\"],\"n9nSNJ\":[\"Format de l'heure\"],\"aqMzDX\":[\"au mois\"],\"WXXiXO\":[\"à l'année\"],\"+zy2Nq\":[\"Type\"],\"GQCXQS\":[\"Nombre illimité de contacts\"],\"ONWvwQ\":[\"Télécharger\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre\"],\"7PzzBU\":[\"Utilisateur\"],\"IjyOjp\":[\"L'utilisateur n'est pas connecté\"],\"fXVIZq\":[\"Valeurs\"],\"jpctdh\":[\"Voir\"],\"KANz0G\":[\"Voir les détails de la facturation\"],\"6n7jtr\":[\"Visualiser\"],\"id6ein\":[\"Nous prenons en charge vos PNG, JPEG et GIF carrés de moins de 10 Mo\"],\"ZS7vYp\":[\"Nous enverrons des requêtes POST à ce point de terminaison pour chaque nouvel événement\"],\"TRDppN\":[\"Crochet Web\"],\"v1kQyJ\":[\"Crochets Web\"],\"C51ilI\":[\"Date d'expiration de la clé API.\"],\"leUubq\":[\"Quand la clé sera désactivée\"],\"yLOrIT\":[\"Sélection des enregistrements du flux de travail\"],\"woYYQq\":[\"Flux de travail\"],\"pmUArF\":[\"Espace de travail\"],\"VicISP\":[\"Suppression de l'espace de travail\"],\"Q9pNST\":[\"Rédiger une description\"],\"3d1wCB\":[\"oui\"],\"zSkMV0\":[\"Vous serez immédiatement facturé pour l'année entière.\"],\"XVnj6K\":[\"Votre solde créditeur sera utilisé pour payer les factures mensuelles.\"],\"9ivpwk\":[\"Votre nom tel qu'il sera affiché\"],\"RhNbPE\":[\"Votre espace de travail sera désactivé\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/it.ts b/packages/twenty-front/src/locales/generated/it.ts index 5087d3270..e50b97a72 100644 --- a/packages/twenty-front/src/locales/generated/it.ts +++ b/packages/twenty-front/src/locales/generated/it.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"impostazioni di uscita\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Interruzione\"],\"uyJsf6\":[\"Circa\"],\"AeXO77\":[\"Conto\"],\"nD0Y+a\":[\"Cancellazione del conto\"],\"bPwFdf\":[\"Conti\"],\"F6pfE9\":[\"Attivo\"],\"Mue4oc\":[\"Chiavi API attive create da voi o dal vostro team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Aggiungi oggetto\"],\"sgXUv+\":[\"Aggiungere il provider di identità SSO\"],\"GMx1K0\":[\"Consentire l'accesso tramite la funzionalità single sign-on di Google.\"],\"dea+zy\":[\"Consentire l'accesso tramite la funzionalità single sign-on di Microsoft.\"],\"wMg43c\":[\"Consentire l'invito di nuovi utenti condividendo un link di invito.\"],\"vHeVg5\":[\"Consentire agli utenti di accedere con un'e-mail e una password.\"],\"mJ6m4C\":[\"Una descrizione opzionale\"],\"5h8ooz\":[\"Chiavi API\"],\"aAIQg2\":[\"Aspetto\"],\"3iX0kh\":[\"Siete sicuri di voler cambiare l'intervallo di fatturazione?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Deve essere abilitato almeno un metodo di autenticazione\"],\"P8fBlG\":[\"Autenticazione\"],\"Dht9W3\":[\"Torna al contenuto\"],\"R+w/Va\":[\"Fatturazione\"],\"K1172m\":[\"Elenco di blocco\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendari\"],\"rRK/Lf\":[\"Annullamento del piano\"],\"N6gPiD\":[\"Annullamento dell'abbonamento\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiare \",[\"to\"]],\"VhMDMg\":[\"Modifica della password\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Cinese semplificato\"],\"dzb4Ep\":[\"Cinese tradizionale\"],\"JEFFOR\":[\"Scegliere un oggetto\"],\"+zUMwJ\":[\"Configurare una connessione SSO\"],\"QTNsSm\":[\"Configurare e personalizzare le preferenze del calendario.\"],\"aGwm+D\":[\"Configurare la visualizzazione delle date nell'app\"],\"Bh4GBD\":[\"Configurare le impostazioni di e-mail e calendario.\"],\"pA86+/\":[\"Collegare un account Google\"],\"D8ATlr\":[\"Collegare un nuovo account al proprio spazio di lavoro\"],\"9TzudL\":[\"Conti collegati\"],\"xGVfLh\":[\"Continua\"],\"7eVkEH\":[\"Copiare il link dell'invito\"],\"uXGLuq\":[\"Creare la chiave API\"],\"dkAPxi\":[\"Creare un webhook\"],\"CMhr4u\":[\"Personalizzare il dominio\"],\"bCJa9l\":[\"Personalizzate la sicurezza del vostro spazio di lavoro\"],\"Zz6Cxn\":[\"Zona di pericolo\"],\"5cNMFz\":[\"Modello di dati\"],\"Ud9zHv\":[\"Data e ora\"],\"Y2ImVJ\":[\"Definire il nome e la descrizione dell'oggetto\"],\"cnGeoo\":[\"Cancellare\"],\"ZDGm40\":[\"Cancellare l'account\"],\"gAz0S5\":[\"Eliminare l'account e tutti i dati associati\"],\"T6S2Ns\":[\"Eliminare questa integrazione\"],\"snMaH4\":[\"Cancellare il webhook\"],\"kYu0eF\":[\"Cancellare l'area di lavoro\"],\"mk2Ygs\":[\"Cancellare l'intero spazio di lavoro\"],\"Nu4oKW\":[\"Descrizione\"],\"n+SX4g\":[\"Sviluppatori\"],\"EoKe5U\":[\"Dominio\"],\"v+uKyy\":[\"Modifica dell'intervallo di fatturazione\"],\"h2KoTu\":[\"Modifica del metodo di pagamento, visualizzazione delle fatture e altro ancora\"],\"6o1M/Q\":[\"Modificare il nome del sottodominio o impostare un dominio personalizzato.\"],\"O3oNi5\":[\"Email\"],\"BXEcos\":[\"Email\"],\"T3juzf\":[\"URL del punto finale\"],\"lYGfRP\":[\"Inglese\"],\"GpB8YV\":[\"Impresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Errore durante la commutazione dell'abbonamento \",[\"to\"],\".\"],\"JLxMta\":[\"Stabilire endpoint Webhook per le notifiche di eventi asincroni.\"],\"cIgBjB\":[\"Escludere le seguenti persone e domini dalla mia sincronizzazione e-mail\"],\"fV7V51\":[\"Oggetti esistenti\"],\"bKBhgb\":[\"Esperienza\"],\"i9qiyR\":[\"Scade in\"],\"Q0iobh\":[\"Impossibile creare l'oggetto\"],\"vF68cg\":[\"Campi\"],\"cSev+j\":[\"Filtri\"],\"nLC6tu\":[\"Francese\"],\"aTieE0\":[\"da mensile a annuale\"],\"K04lE5\":[\"da annuale a mensile\"],\"Weq9zb\":[\"Generale\"],\"DDcvSo\":[\"Tedesco\"],\"NXEW3h\":[\"Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team.\"],\"hWp1MY\":[\"Concedete al supporto Twenty l'accesso temporaneo al vostro spazio di lavoro, in modo che possiamo risolvere i problemi o recuperare i contenuti per vostro conto. È possibile revocare l'accesso in qualsiasi momento.\"],\"NoNwIX\":[\"Inattivo\"],\"nbfdhU\":[\"Integrazioni\"],\"NtFk/Z\":[\"Provider di autenticazione non valido\"],\"B2Tpo0\":[\"Email non valida\"],\"QdoUFL\":[\"Valori del modulo non validi\"],\"/Wrd4p\":[\"Dati dell'oggetto non validi\"],\"0M8+El\":[\"Invito via e-mail\"],\"PWIq/W\":[\"Invito tramite link\"],\"3athPG\":[\"Invito tramite link\"],\"5IfmKA\":[\"Link di invito inviato agli indirizzi e-mail\"],\"d+Y+rP\":[\"Invita il tuo team\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Lingua\"],\"pQjjYo\":[\"Link copiato negli appunti\"],\"T6YjCk\":[\"Gestione dei membri\"],\"4cjU2u\":[\"Gestite qui i membri del vostro spazio\"],\"FyFNsd\":[\"Gestire gli account Internet.\"],\"36kYu0\":[\"Gestire l'abbonamento\"],\"wlQNTg\":[\"Membri\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nome\"],\"J7w8lI\":[\"Nome dell'area di lavoro\"],\"isRobC\":[\"Nuovo\"],\"Kcr9Fr\":[\"Nuovo account\"],\"hFxdey\":[\"Nuovo oggetto\"],\"7vhWI8\":[\"Nuova password\"],\"U1DAok\":[\"Nuovo webhook\"],\"+FLRjr\":[\"non consentito\"],\"FU94q4\":[\"Oggetto creato con successo\"],\"B3toQF\":[\"Oggetti\"],\"KNz3EF\":[\"Fuori dai sentieri battuti\"],\"BzEFor\":[\"o\"],\"boJlGf\":[\"Pagina non trovata\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Il link per la reimpostazione della password è stato inviato all'e-mail\"],\"N0+GsR\":[\"Immagine\"],\"jEw0Mr\":[\"Inserire un URL valido\"],\"mFZTXr\":[\"Digitare \",[\"confirmationText\"],\" per confermare l'eliminazione di questo webhook.\"],\"MOERNx\":[\"Portoghese\"],\"vERlcd\":[\"Profilo\"],\"YJgRqq\":[\"Pseudoinglese\"],\"v3xM25\":[\"Ricevere un'e-mail contenente il link per l'aggiornamento della password\"],\"5icoS1\":[\"Comunicati\"],\"t/YqKh\":[\"Rimuovere\"],\"KbS2K9\":[\"Reimpostare la password\"],\"l1/uy2\":[\"Ricerca in un campo...\"],\"k7kp5/\":[\"Ricerca in un indice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Ricerca di un oggetto...\"],\"a3LDKx\":[\"Sicurezza\"],\"xraglu\":[\"Selezionare gli eventi che si desidera inviare a questo endpoint\"],\"AXTJAW\":[\"Selezionare la lingua preferita\"],\"mjK8F3\":[\"Inviate un'e-mail di invito al vostro team\"],\"V7fgiB\":[\"Impostate la visibilità delle e-mail, gestite la vostra blocklist e altro ancora.\"],\"tn41zE\":[\"Impostare il nome del sottodominio\"],\"Tz0i8g\":[\"Impostazioni\"],\"Vy9kmk\":[\"Condividete questo link per invitare gli utenti a unirsi al vostro spazio di lavoro\"],\"6Uau97\":[\"Salto\"],\"65A04M\":[\"Spagnolo\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sottodominio già occupato\"],\"OlC/tU\":[\"Il sottodominio non può essere più lungo di 30 caratteri\"],\"ZETwlU\":[\"Il sottodominio non può essere più breve di 3 caratteri\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abbonamento è stato commutato \",[\"to\"]],\"XYLcNv\":[\"Supporto\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruttore \",[\"from\"]],\"qi74XZ\":[\"Interruttore \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Fatturazione interruttore \",[\"to\"]],\"VGZYbZ\":[\"L'e-mail associata al vostro account\"],\"L97sPr\":[\"La pagina che state cercando è sparita o non è mai esistita. Riportiamo la pagina in carreggiata\"],\"PmtLRf\":[\"C'è stato un problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Questa azione non può essere annullata. L'utente verrà eliminato definitivamente e rimosso da tutti i suoi incarichi.\"],\"gWGuHC\":[\"Questa azione non può essere annullata. L'intera area di lavoro verrà eliminata in modo permanente. <0/> Digitare il proprio indirizzo e-mail per confermare.\"],\"aqMzDX\":[\"al mese\"],\"WXXiXO\":[\"all'anno\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Caricare\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero\"],\"7PzzBU\":[\"Utente\"],\"IjyOjp\":[\"L'utente non è connesso\"],\"KANz0G\":[\"Visualizza i dettagli della fatturazione\"],\"ZS7vYp\":[\"Verranno inviate richieste POST a questo endpoint per ogni nuovo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Ganci web\"],\"pmUArF\":[\"Spazio di lavoro\"],\"VicISP\":[\"Eliminazione dello spazio di lavoro\"],\"Q9pNST\":[\"Scrivere una descrizione\"],\"3d1wCB\":[\"sì\"],\"zSkMV0\":[\"L'addebito sarà immediato per l'intero anno.\"],\"XVnj6K\":[\"Il saldo del credito verrà utilizzato per pagare le fatture mensili.\"],\"9ivpwk\":[\"Il vostro nome come verrà visualizzato\"],\"RhNbPE\":[\"L'area di lavoro verrà disabilitata\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chiave API\"],\"YT0WJ4\":[\"1 000 esecuzioni di nodi del flusso di lavoro\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Configurare il campo\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Interruzione\"],\"uyJsf6\":[\"Circa\"],\"AeXO77\":[\"Conto\"],\"nD0Y+a\":[\"Cancellazione del conto\"],\"bPwFdf\":[\"Conti\"],\"FQBaXG\":[\"Attivare\"],\"F6pfE9\":[\"Attivo\"],\"Mue4oc\":[\"Chiavi API attive create da voi o dal vostro team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Aggiungi oggetto\"],\"sgXUv+\":[\"Aggiungere il provider di identità SSO\"],\"5+ttxv\":[\"Aggiungi alla lista di blocco\"],\"GMx1K0\":[\"Consentire l'accesso tramite la funzionalità single sign-on di Google.\"],\"dea+zy\":[\"Consentire l'accesso tramite la funzionalità single sign-on di Microsoft.\"],\"wMg43c\":[\"Consentire l'invito di nuovi utenti condividendo un link di invito.\"],\"vHeVg5\":[\"Consentire agli utenti di accedere con un'e-mail e una password.\"],\"mJ6m4C\":[\"Una descrizione opzionale\"],\"0RqpZr\":[\"API e Webhook\"],\"yRnk5W\":[\"Chiave API\"],\"5h8ooz\":[\"Chiavi API\"],\"kAtj+q\":[\"Nome API\"],\"aAIQg2\":[\"Aspetto\"],\"3iX0kh\":[\"Siete sicuri di voler cambiare l'intervallo di fatturazione?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Deve essere abilitato almeno un metodo di autenticazione\"],\"P8fBlG\":[\"Autenticazione\"],\"yIVrHZ\":[\"Autorizzare\"],\"Dht9W3\":[\"Torna al contenuto\"],\"R+w/Va\":[\"Fatturazione\"],\"K1172m\":[\"Elenco di blocco\"],\"2yl5lQ\":[\"Prenota una chiamata\"],\"PmmvzS\":[\"Calcolare\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendari\"],\"dEgA5A\":[\"Annullamento\"],\"0TllC8\":[\"Annullamento in qualsiasi momento\"],\"rRK/Lf\":[\"Annullamento del piano\"],\"N6gPiD\":[\"Annullamento dell'abbonamento\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiare \",[\"to\"]],\"VhMDMg\":[\"Modifica della password\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Cinese semplificato\"],\"dzb4Ep\":[\"Cinese tradizionale\"],\"JEFFOR\":[\"Scegliere un oggetto\"],\"9qP96p\":[\"Scegliete la vostra prova\"],\"yz7wBu\":[\"Chiudere\"],\"s2QZS6\":[\"Aziende\"],\"+zUMwJ\":[\"Configurare una connessione SSO\"],\"QTNsSm\":[\"Configurare e personalizzare le preferenze del calendario.\"],\"aGwm+D\":[\"Configurare la visualizzazione delle date nell'app\"],\"Bh4GBD\":[\"Configurare le impostazioni di e-mail e calendario.\"],\"pA86+/\":[\"Collegare un account Google\"],\"D8ATlr\":[\"Collegare un nuovo account al proprio spazio di lavoro\"],\"Zgi9Fd\":[\"Connettersi con Google\"],\"IOfqM8\":[\"Connettetevi con Microsoft\"],\"9TzudL\":[\"Conti collegati\"],\"xGVfLh\":[\"Continua\"],\"CcGOj+\":[\"Copilota\"],\"7eVkEH\":[\"Copiare il link dell'invito\"],\"hgTg6d\":[\"Copiare questa chiave, poiché sarà visibile solo questa volta\"],\"uXGLuq\":[\"Creare la chiave API\"],\"dkAPxi\":[\"Creare un webhook\"],\"8skTDV\":[\"Oggetti personalizzati\"],\"ekOgDG\":[\"Oggetti personalizzati\"],\"CMhr4u\":[\"Personalizzare il dominio\"],\"bCJa9l\":[\"Personalizzate la sicurezza del vostro spazio di lavoro\"],\"Zz6Cxn\":[\"Zona di pericolo\"],\"5cNMFz\":[\"Modello di dati\"],\"Ud9zHv\":[\"Data e ora\"],\"5y3O+A\":[\"Disattivare\"],\"qk4i22\":[\"Disattivare \\\"Sincronizza etichette degli oggetti e nomi API\\\" per impostare un nome API personalizzato\"],\"gexAq8\":[\"Disattivare questo campo\"],\"Y2ImVJ\":[\"Definire il nome e la descrizione dell'oggetto\"],\"cnGeoo\":[\"Cancellare\"],\"ZDGm40\":[\"Cancellare l'account\"],\"gAz0S5\":[\"Eliminare l'account e tutti i dati associati\"],\"hGfWDm\":[\"Cancellare la chiave API\"],\"T6S2Ns\":[\"Eliminare questa integrazione\"],\"snMaH4\":[\"Cancellare il webhook\"],\"kYu0eF\":[\"Cancellare l'area di lavoro\"],\"mk2Ygs\":[\"Cancellare l'intero spazio di lavoro\"],\"Nu4oKW\":[\"Descrizione\"],\"n+SX4g\":[\"Sviluppatori\"],\"i66xz9\":[\"Visualizzazione come data relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Ad esempio, l'integrazione del backoffice\"],\"v+uKyy\":[\"Modifica dell'intervallo di fatturazione\"],\"h2KoTu\":[\"Modifica del metodo di pagamento, visualizzazione delle fatture e altro ancora\"],\"6o1M/Q\":[\"Modificare il nome del sottodominio o impostare un dominio personalizzato.\"],\"O3oNi5\":[\"Email\"],\"lfQsvW\":[\"Integrazione delle e-mail\"],\"QT/Wo7\":[\"L'e-mail o il dominio è già presente nella blocklist\"],\"BXEcos\":[\"Email\"],\"eXoH4Q\":[\"dipendenti\"],\"gqv5ZL\":[\"I dipendenti\"],\"T3juzf\":[\"URL del punto finale\"],\"lYGfRP\":[\"Inglese\"],\"/bfFKe\":[\"Approfittate di un \",[\"withCreditCardTrialPeriodDuration\"],\"-giorni di prova gratuita\"],\"GpB8YV\":[\"Impresa\"],\"c3qGJX\":[\"Errore nell'eliminazione della chiave api: \",[\"err\"]],\"bj7nh3\":[\"Errore nella rigenerazione della chiave api: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Errore durante la commutazione dell'abbonamento \",[\"to\"],\".\"],\"JLxMta\":[\"Stabilire endpoint Webhook per le notifiche di eventi asincroni.\"],\"cIgBjB\":[\"Escludere le seguenti persone e domini dalla mia sincronizzazione e-mail\"],\"fV7V51\":[\"Oggetti esistenti\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Impostazioni di uscita\"],\"bKBhgb\":[\"Esperienza\"],\"LxRNPw\":[\"Scadenza\"],\"SkXfL0\":[\"Data di scadenza\"],\"i9qiyR\":[\"Scade in\"],\"Q0iobh\":[\"Impossibile creare l'oggetto\"],\"vF68cg\":[\"Campi\"],\"cSev+j\":[\"Filtri\"],\"nLC6tu\":[\"Francese\"],\"aTieE0\":[\"da mensile a annuale\"],\"K04lE5\":[\"da annuale a mensile\"],\"scmRyR\":[\"Accesso completo\"],\"xANKBj\":[\"Funzioni\"],\"Weq9zb\":[\"Generale\"],\"DDcvSo\":[\"Tedesco\"],\"NXEW3h\":[\"Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team.\"],\"zSGbaR\":[\"Abbonamento\"],\"hWp1MY\":[\"Concedete al supporto Twenty l'accesso temporaneo al vostro spazio di lavoro, in modo che possiamo risolvere i problemi o recuperare i contenuti per vostro conto. È possibile revocare l'accesso in qualsiasi momento.\"],\"XTWO+W\":[\"Icona e nome\"],\"j843N3\":[\"Se avete perso questa chiave, potete rigenerarla, ma sappiate che qualsiasi script che utilizza questa chiave dovrà essere aggiornato. Digitare\\\"\",[\"confirmationValue\"],\"\\\" per confermare.\"],\"NoNwIX\":[\"Inattivo\"],\"JE2tjr\":[\"L'input deve essere in lettere maiuscole e non può iniziare con un numero\"],\"nbfdhU\":[\"Integrazioni\"],\"NtFk/Z\":[\"Provider di autenticazione non valido\"],\"B2Tpo0\":[\"Email non valida\"],\"/m52AE\":[\"Email o dominio non validi\"],\"QdoUFL\":[\"Valori del modulo non validi\"],\"/Wrd4p\":[\"Dati dell'oggetto non validi\"],\"0M8+El\":[\"Invito via e-mail\"],\"PWIq/W\":[\"Invito tramite link\"],\"3athPG\":[\"Invito tramite link\"],\"5IfmKA\":[\"Link di invito inviato agli indirizzi e-mail\"],\"d+Y+rP\":[\"Invita il tuo team\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Lingua\"],\"pQjjYo\":[\"Link copiato negli appunti\"],\"FgAxTj\":[\"Disconnettersi\"],\"nOhz3x\":[\"Disconnessione\"],\"T6YjCk\":[\"Gestione dei membri\"],\"4cjU2u\":[\"Gestite qui i membri del vostro spazio\"],\"FyFNsd\":[\"Gestire gli account Internet.\"],\"36kYu0\":[\"Gestire l'abbonamento\"],\"wlQNTg\":[\"Membri\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome della chiave API\"],\"J7w8lI\":[\"Nome dell'area di lavoro\"],\"dbDjdV\":[\"Navigare\"],\"isRobC\":[\"Nuovo\"],\"Kcr9Fr\":[\"Nuovo account\"],\"o8MyXb\":[\"Nuova chiave\"],\"j313SZ\":[\"Nuova chiave\"],\"hFxdey\":[\"Nuovo oggetto\"],\"7vhWI8\":[\"Nuova password\"],\"U1DAok\":[\"Nuovo webhook\"],\"pwenQu\":[\"Nessun account collegato\"],\"+FLRjr\":[\"non consentito\"],\"1DBGsz\":[\"Note\"],\"FU94q4\":[\"Oggetto creato con successo\"],\"B3toQF\":[\"Oggetti\"],\"KNz3EF\":[\"Fuori dai sentieri battuti\"],\"4MyDFl\":[\"Opportunità\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Altro\"],\"boJlGf\":[\"Pagina non trovata\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Il link per la reimpostazione della password è stato inviato all'e-mail\"],\"1wdjme\":[\"Persone\"],\"N0+GsR\":[\"Immagine\"],\"jEw0Mr\":[\"Inserire un URL valido\"],\"6nsIo3\":[\"Digitare \\\"\",[\"confirmationValue\"],\"\\\" per confermare che si desidera eliminare questa chiave API. Si noti che qualsiasi script che utilizza questa chiave smetterà di funzionare.\"],\"mFZTXr\":[\"Digitare \",[\"confirmationText\"],\" per confermare l'eliminazione di questo webhook.\"],\"MOERNx\":[\"Portoghese\"],\"rdUucN\":[\"Anteprima\"],\"vERlcd\":[\"Profilo\"],\"YJgRqq\":[\"Pseudoinglese\"],\"ibPuCP\":[\"Leggi la documentazione\"],\"v3xM25\":[\"Ricevere un'e-mail contenente il link per l'aggiornamento della password\"],\"dSCufP\":[\"Selezione dei record\"],\"vpZcGd\":[\"Rigenerare una chiave API\"],\"Mwqo5m\":[\"Rigenerazione della chiave\"],\"D+Mv78\":[\"Chiave di rigenerazione\"],\"5icoS1\":[\"Comunicati\"],\"t/YqKh\":[\"Rimuovere\"],\"KbS2K9\":[\"Reimpostare la password\"],\"A1taO8\":[\"Ricerca\"],\"l1/uy2\":[\"Ricerca in un campo...\"],\"k7kp5/\":[\"Ricerca in un indice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Ricerca di un oggetto...\"],\"a3LDKx\":[\"Sicurezza\"],\"xraglu\":[\"Selezionare gli eventi che si desidera inviare a questo endpoint\"],\"AXTJAW\":[\"Selezionare la lingua preferita\"],\"mjK8F3\":[\"Inviate un'e-mail di invito al vostro team\"],\"yy5k7a\":[\"Pannello di amministrazione del server\"],\"V7fgiB\":[\"Impostate la visibilità delle e-mail, gestite la vostra blocklist e altro ancora.\"],\"tn41zE\":[\"Impostare il nome del sottodominio\"],\"Tz0i8g\":[\"Impostazioni\"],\"Vy9kmk\":[\"Condividete questo link per invitare gli utenti a unirsi al vostro spazio di lavoro\"],\"gWk8gY\":[\"La modifica dell'etichetta di un campo deve cambiare anche il nome dell'API?\"],\"6Uau97\":[\"Salto\"],\"65A04M\":[\"Spagnolo\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sottodominio già occupato\"],\"OlC/tU\":[\"Il sottodominio non può essere più lungo di 30 caratteri\"],\"ZETwlU\":[\"Il sottodominio non può essere più breve di 3 caratteri\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abbonamento è stato commutato \",[\"to\"]],\"XYLcNv\":[\"Supporto\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruttore \",[\"from\"]],\"qi74XZ\":[\"Interruttore \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Fatturazione interruttore \",[\"to\"]],\"AtzMpB\":[\"Sincronizzare l'etichetta del campo e il nome dell'API\"],\"E3AMmw\":[\"Impostazioni di sistema - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Impostazioni di sistema - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Compiti\"],\"2OUtmv\":[\"La descrizione di questo campo\"],\"VGZYbZ\":[\"L'e-mail associata al vostro account\"],\"h8mvCd\":[\"Il nome e l'icona di questo campo\"],\"L97sPr\":[\"La pagina che state cercando è sparita o non è mai esistita. Riportiamo la pagina in carreggiata\"],\"uWikAA\":[\"I valori di questo campo\"],\"+69KDk\":[\"I valori di questo campo devono essere unici\"],\"PmtLRf\":[\"C'è stato un problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Questa azione non può essere annullata. L'utente verrà eliminato definitivamente e rimosso da tutti i suoi incarichi.\"],\"gWGuHC\":[\"Questa azione non può essere annullata. L'intera area di lavoro verrà eliminata in modo permanente. <0/> Digitare il proprio indirizzo e-mail per confermare.\"],\"n9nSNJ\":[\"Formato dell'ora\"],\"aqMzDX\":[\"al mese\"],\"WXXiXO\":[\"all'anno\"],\"+zy2Nq\":[\"Tipo\"],\"GQCXQS\":[\"Contatti illimitati\"],\"ONWvwQ\":[\"Caricare\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero\"],\"7PzzBU\":[\"Utente\"],\"IjyOjp\":[\"L'utente non è connesso\"],\"fXVIZq\":[\"Valori\"],\"jpctdh\":[\"Vista\"],\"KANz0G\":[\"Visualizza i dettagli della fatturazione\"],\"6n7jtr\":[\"Visualizzare\"],\"id6ein\":[\"Supportiamo PNG, JPEG e GIF quadrati di dimensioni inferiori a 10 MB\"],\"ZS7vYp\":[\"Verranno inviate richieste POST a questo endpoint per ogni nuovo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Ganci web\"],\"C51ilI\":[\"Quando scadrà la chiave API.\"],\"leUubq\":[\"Quando il tasto sarà disabilitato\"],\"yLOrIT\":[\"Selezione dei record del flusso di lavoro\"],\"woYYQq\":[\"Flussi di lavoro\"],\"pmUArF\":[\"Spazio di lavoro\"],\"VicISP\":[\"Eliminazione dello spazio di lavoro\"],\"Q9pNST\":[\"Scrivere una descrizione\"],\"3d1wCB\":[\"sì\"],\"zSkMV0\":[\"L'addebito sarà immediato per l'intero anno.\"],\"XVnj6K\":[\"Il saldo del credito verrà utilizzato per pagare le fatture mensili.\"],\"9ivpwk\":[\"Il vostro nome come verrà visualizzato\"],\"RhNbPE\":[\"L'area di lavoro verrà disabilitata\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pseudo-en.ts b/packages/twenty-front/src/locales/generated/pseudo-en.ts index 56e3dfebd..69a7557f9 100644 --- a/packages/twenty-front/src/locales/generated/pseudo-en.ts +++ b/packages/twenty-front/src/locales/generated/pseudo-en.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"'Ēxĩţ Śēţţĩńĝś'\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"AeXO77\":[\"Àććōũńţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"Z+OxK0\":[\"Àćţĩvē ÀƤĨś ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"sgXUv+\":[\"Àďď ŚŚŌ Ĩďēńţĩţŷ Ƥŕōvĩďēŕ\"],\"GMx1K0\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ĝōōĝĺē'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"dea+zy\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ḿĩćŕōśōƒţ'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"wMg43c\":[\"Àĺĺōŵ ţĥē ĩńvĩţàţĩōń ōƒ ńēŵ ũśēŕś ƀŷ śĥàŕĩńĝ àń ĩńvĩţē ĺĩńķ.\"],\"vHeVg5\":[\"Àĺĺōŵ ũśēŕś ţō śĩĝń ĩń ŵĩţĥ àń ēḿàĩĺ àńď ƥàśśŵōŕď.\"],\"mJ6m4C\":[\"Àń ōƥţĩōńàĺ ďēśćŕĩƥţĩōń\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"TmDqlR\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"5\"]],\"jQyP8N\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"impact\"]],\"Y7Dx6e\":[\"Àţ ĺēàśţ ōńē àũţĥēńţĩćàţĩōń ḿēţĥōď ḿũśţ ƀē ēńàƀĺēď\"],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"K1172m\":[\"ßĺōćķĺĩśţ\"],\"AjVXBS\":[\"Ćàĺēńďàŕ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"JcIGyw\":[\"Ćĥàńĝē \",[\"6\"]],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"VhMDMg\":[\"Ćĥàńĝē Ƥàśśŵōŕď\"],\"h1IXFK\":[\"Ćĥĩńēśē\"],\"SviKkE\":[\"Ćĥĩńēśē — Śĩḿƥĺĩƒĩēď\"],\"dzb4Ep\":[\"Ćĥĩńēśē — Ţŕàďĩţĩōńàĺ\"],\"JEFFOR\":[\"Ćĥōōśē àń ōƀĴēćţ\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"QTNsSm\":[\"Ćōńƒĩĝũŕē àńď ćũśţōḿĩźē ŷōũŕ ćàĺēńďàŕ ƥŕēƒēŕēńćēś.\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"Bh4GBD\":[\"Ćōńƒĩĝũŕē ŷōũŕ ēḿàĩĺś àńď ćàĺēńďàŕ śēţţĩńĝś.\"],\"pA86+/\":[\"Ćōńńēćţ à Ĝōōĝĺē àććōũńţ\"],\"D8ATlr\":[\"Ćōńńēćţ à ńēŵ àććōũńţ ţō ŷōũŕ ŵōŕķśƥàćē\"],\"9TzudL\":[\"Ćōńńēćţēď àććōũńţś\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"cnGeoo\":[\"Ďēĺēţē\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"gAz0S5\":[\"Ďēĺēţē àććōũńţ àńď àĺĺ ţĥē àśśōćĩàţēď ďàţà\"],\"T6S2Ns\":[\"Ďēĺēţē ţĥĩś ĩńţēĝŕàţĩōń\"],\"snMaH4\":[\"Ďēĺēţē ŵēƀĥōōķ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"Nu4oKW\":[\"Ďēśćŕĩƥţĩōń\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"BXEcos\":[\"Ēḿàĩĺś\"],\"T3juzf\":[\"Ēńďƥōĩńţ ŨŔĹ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"RgSsJ3\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"1\"],\".\"],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"cIgBjB\":[\"Ēxćĺũďē ţĥē ƒōĺĺōŵĩńĝ ƥēōƥĺē àńď ďōḿàĩńś ƒŕōḿ ḿŷ ēḿàĩĺ śŷńć\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"Q0iobh\":[\"Ƒàĩĺēď ţō ćŕēàţē ōƀĴēćţ\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"cSev+j\":[\"Ƒĩĺţēŕś\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"NtFk/Z\":[\"Ĩńvàĺĩď àũţĥ ƥŕōvĩďēŕ\"],\"B2Tpo0\":[\"Ĩńvàĺĩď ēḿàĩĺ\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"/Wrd4p\":[\"Ĩńvàĺĩď ōƀĴēćţ ďàţà\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"3athPG\":[\"Ĩńvĩţē ƀŷ Ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"FyFNsd\":[\"Ḿàńàĝē ŷōũŕ ĩńţēŕńēţ àććōũńţś.\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"y5rS9U\":[\"Ḿĩĝŕàţē\"],\"6YtxFj\":[\"Ńàḿē\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"isRobC\":[\"Ńēŵ\"],\"Kcr9Fr\":[\"Ńēŵ àććōũńţ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"7vhWI8\":[\"Ńēŵ Ƥàśśŵōŕď\"],\"U1DAok\":[\"Ńēŵ Ŵēƀĥōōķ\"],\"+FLRjr\":[\"ńōţ àĺĺōŵēď\"],\"FU94q4\":[\"ŌƀĴēćţ ćŕēàţēď śũććēśśƒũĺĺŷ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"BzEFor\":[\"ōŕ\"],\"boJlGf\":[\"Ƥàĝē Ńōţ Ƒōũńď\"],\"NRvxzv\":[\"Ƥàĝē Ńōţ Ƒōũńď | Ţŵēńţŷ\"],\"8ZsakT\":[\"Ƥàśśŵōŕď\"],\"mi6Rel\":[\"Ƥàśśŵōŕď ŕēśēţ ĺĩńķ ĥàś ƀēēń śēńţ ţō ţĥē ēḿàĩĺ\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"jEw0Mr\":[\"Ƥĺēàśē ēńţēŕ à vàĺĩď ŨŔĹ\"],\"mFZTXr\":[\"Ƥĺēàśē ţŷƥē \",[\"confirmationText\"],\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ŵēƀĥōōķ.\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"v3xM25\":[\"Ŕēćēĩvē àń ēḿàĩĺ ćōńţàĩńĩńĝ ƥàśśŵōŕď ũƥďàţē ĺĩńķ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"KbS2K9\":[\"Ŕēśēţ Ƥàśśŵōŕď\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"BoNHR0\":[\"Śēàŕćĥ àń ōƀĴēćţ...\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"xraglu\":[\"Śēĺēćţ ţĥē ēvēńţś ŷōũ ŵĩśĥ ţō śēńď ţō ţĥĩś ēńďƥōĩńţ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"V7fgiB\":[\"Śēţ ēḿàĩĺ vĩśĩƀĩĺĩţŷ, ḿàńàĝē ŷōũŕ ƀĺōćķĺĩśţ àńď ḿōŕē.\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Tz0i8g\":[\"Śēţţĩńĝś\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"6Uau97\":[\"Śķĩƥ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"AymUjZ\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"0\"]],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"Sk5fyO\":[\"Śŵĩţćĥ \",[\"2\"]],\"z9maAp\":[\"Śŵĩţćĥ \",[\"3\"]],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"FwAweN\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"4\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"PmtLRf\":[\"Ţĥēŕē ŵàś àń ĩśśũē\"],\"7YiCMg\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńēḿēńţś.\"],\"hqCwGc\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"IagCbF\":[\"ŨŔĹ\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"IjyOjp\":[\"Ũśēŕ ĩś ńōţ ĺōĝĝēď ĩń\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"ZS7vYp\":[\"Ŵē ŵĩĺĺ śēńď ƤŌŚŢ ŕēǫũēśţś ţō ţĥĩś ēńďƥōĩńţ ƒōŕ ēvēŕŷ ńēŵ ēvēńţ\"],\"TRDppN\":[\"Ŵēƀĥōōķ\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"pmUArF\":[\"Ŵōŕķśƥàćē\"],\"VicISP\":[\"Ŵōŕķśƥàćē Ďēĺēţĩōń\"],\"Q9pNST\":[\"Ŵŕĩţē à ďēśćŕĩƥţĩōń\"],\"3d1wCB\":[\"ŷēś\"],\"zSkMV0\":[\"Ŷōũ ŵĩĺĺ ƀē ćĥàŕĝēď ĩḿḿēďĩàţēĺŷ ƒōŕ ţĥē ƒũĺĺ ŷēàŕ.\"],\"XVnj6K\":[\"Ŷōũŕ ćŕēďĩţ ƀàĺàńćē ŵĩĺĺ ƀē ũśēď ţō ƥàŷ ţĥē ḿōńţĥĺŷ ƀĩĺĺś.\"],\"9ivpwk\":[\"Ŷōũŕ ńàḿē àś ĩţ ŵĩĺĺ ƀē ďĩśƥĺàŷēď\"],\"RhNbPE\":[\"Ŷōũŕ ŵōŕķśƥàćē ŵĩĺĺ ƀē ďĩśàƀĺēď\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" ÀƤĨ Ķēŷ\"],\"YT0WJ4\":[\"1 000 ŵōŕķƒĺōŵ ńōďē ēxēćũţĩōńś\"],\"4EdXYs\":[\"12ĥ (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Ćōńƒĩĝũŕē ƒĩēĺď\"],\"QsMprd\":[\"24ĥ (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"AeXO77\":[\"Àććōũńţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"FQBaXG\":[\"Àćţĩvàţē\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"Z+OxK0\":[\"Àćţĩvē ÀƤĨś ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"sgXUv+\":[\"Àďď ŚŚŌ Ĩďēńţĩţŷ Ƥŕōvĩďēŕ\"],\"5+ttxv\":[\"Àďď ţō ƀĺōćķĺĩśţ\"],\"GMx1K0\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ĝōōĝĺē'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"dea+zy\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ḿĩćŕōśōƒţ'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"wMg43c\":[\"Àĺĺōŵ ţĥē ĩńvĩţàţĩōń ōƒ ńēŵ ũśēŕś ƀŷ śĥàŕĩńĝ àń ĩńvĩţē ĺĩńķ.\"],\"vHeVg5\":[\"Àĺĺōŵ ũśēŕś ţō śĩĝń ĩń ŵĩţĥ àń ēḿàĩĺ àńď ƥàśśŵōŕď.\"],\"mJ6m4C\":[\"Àń ōƥţĩōńàĺ ďēśćŕĩƥţĩōń\"],\"0RqpZr\":[\"ÀƤĨ & Ŵēƀĥōōķś\"],\"yRnk5W\":[\"ÀƤĨ Ķēŷ\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"kAtj+q\":[\"ÀƤĨ Ńàḿē\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"TmDqlR\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"5\"]],\"jQyP8N\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"impact\"]],\"Y7Dx6e\":[\"Àţ ĺēàśţ ōńē àũţĥēńţĩćàţĩōń ḿēţĥōď ḿũśţ ƀē ēńàƀĺēď\"],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"yIVrHZ\":[\"Àũţĥōŕĩźē\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"K1172m\":[\"ßĺōćķĺĩśţ\"],\"2yl5lQ\":[\"ßōōķ à Ćàĺĺ\"],\"PmmvzS\":[\"Ćàĺćũĺàţē\"],\"AjVXBS\":[\"Ćàĺēńďàŕ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"dEgA5A\":[\"Ćàńćēĺ\"],\"0TllC8\":[\"Ćàńćēĺ àńŷţĩḿē\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"JcIGyw\":[\"Ćĥàńĝē \",[\"6\"]],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"VhMDMg\":[\"Ćĥàńĝē Ƥàśśŵōŕď\"],\"h1IXFK\":[\"Ćĥĩńēśē\"],\"SviKkE\":[\"Ćĥĩńēśē — Śĩḿƥĺĩƒĩēď\"],\"dzb4Ep\":[\"Ćĥĩńēśē — Ţŕàďĩţĩōńàĺ\"],\"JEFFOR\":[\"Ćĥōōśē àń ōƀĴēćţ\"],\"9qP96p\":[\"Ćĥōōśē ŷōũŕ Ţŕĩàĺ\"],\"yz7wBu\":[\"Ćĺōśē\"],\"s2QZS6\":[\"Ćōḿƥàńĩēś\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"QTNsSm\":[\"Ćōńƒĩĝũŕē àńď ćũśţōḿĩźē ŷōũŕ ćàĺēńďàŕ ƥŕēƒēŕēńćēś.\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"Bh4GBD\":[\"Ćōńƒĩĝũŕē ŷōũŕ ēḿàĩĺś àńď ćàĺēńďàŕ śēţţĩńĝś.\"],\"pA86+/\":[\"Ćōńńēćţ à Ĝōōĝĺē àććōũńţ\"],\"D8ATlr\":[\"Ćōńńēćţ à ńēŵ àććōũńţ ţō ŷōũŕ ŵōŕķśƥàćē\"],\"Zgi9Fd\":[\"Ćōńńēćţ ŵĩţĥ Ĝōōĝĺē\"],\"IOfqM8\":[\"Ćōńńēćţ ŵĩţĥ Ḿĩćŕōśōƒţ\"],\"9TzudL\":[\"Ćōńńēćţēď àććōũńţś\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"CcGOj+\":[\"Ćōƥĩĺōţ\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"hgTg6d\":[\"Ćōƥŷ ţĥĩś ķēŷ àś ĩţ ŵĩĺĺ ōńĺŷ ƀē vĩśĩƀĺē ţĥĩś ōńē ţĩḿē\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"8skTDV\":[\"Ćũśţōḿ ōƀĴēćţś\"],\"ekOgDG\":[\"Ćũśţōḿ ŌƀĴēćţś\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"5y3O+A\":[\"Ďēàćţĩvàţē\"],\"qk4i22\":[\"Ďēàćţĩvàţē \\\"Śŷńćĥŕōńĩźē ŌƀĴēćţś Ĺàƀēĺś àńď ÀƤĨ Ńàḿēś\\\" ţō śēţ à ćũśţōḿ ÀƤĨ ńàḿē\"],\"gexAq8\":[\"Ďēàćţĩvàţē ţĥĩś ƒĩēĺď\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"cnGeoo\":[\"Ďēĺēţē\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"gAz0S5\":[\"Ďēĺēţē àććōũńţ àńď àĺĺ ţĥē àśśōćĩàţēď ďàţà\"],\"hGfWDm\":[\"Ďēĺēţē ÀƤĨ ķēŷ\"],\"T6S2Ns\":[\"Ďēĺēţē ţĥĩś ĩńţēĝŕàţĩōń\"],\"snMaH4\":[\"Ďēĺēţē ŵēƀĥōōķ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"Nu4oKW\":[\"Ďēśćŕĩƥţĩōń\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"i66xz9\":[\"Ďĩśƥĺàŷ àś ŕēĺàţĩvē ďàţē\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"QVVmxi\":[\"Ē.ĝ. ƀàćķōƒƒĩćē ĩńţēĝŕàţĩōń\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"lfQsvW\":[\"Ēḿàĩĺ ĩńţēĝŕàţĩōń\"],\"QT/Wo7\":[\"Ēḿàĩĺ ōŕ ďōḿàĩń ĩś àĺŕēàďŷ ĩń ƀĺōćķĺĩśţ\"],\"BXEcos\":[\"Ēḿàĩĺś\"],\"eXoH4Q\":[\"ēḿƥĺōŷēēś\"],\"gqv5ZL\":[\"Ēḿƥĺōŷēēś\"],\"T3juzf\":[\"Ēńďƥōĩńţ ŨŔĹ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"/bfFKe\":[\"ĒńĴōŷ à \",[\"withCreditCardTrialPeriodDuration\"],\"-ďàŷś ƒŕēē ţŕĩàĺ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"c3qGJX\":[\"Ēŕŕōŕ ďēĺēţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"bj7nh3\":[\"Ēŕŕōŕ ŕēĝēńēŕàţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"RgSsJ3\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"1\"],\".\"],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"cIgBjB\":[\"Ēxćĺũďē ţĥē ƒōĺĺōŵĩńĝ ƥēōƥĺē àńď ďōḿàĩńś ƒŕōḿ ḿŷ ēḿàĩĺ śŷńć\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"AUC8ds\":[\"Ēxĩţ śēţţĩńĝś\"],\"IZ4o2e\":[\"Ēxĩţ Śēţţĩńĝś\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"LxRNPw\":[\"Ēxƥĩŕàţĩōń\"],\"SkXfL0\":[\"Ēxƥĩŕàţĩōń Ďàţē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"Q0iobh\":[\"Ƒàĩĺēď ţō ćŕēàţē ōƀĴēćţ\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"cSev+j\":[\"Ƒĩĺţēŕś\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"scmRyR\":[\"Ƒũĺĺ àććēśś\"],\"xANKBj\":[\"Ƒũńćţĩōńś\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"zSGbaR\":[\"Ĝēţ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"XTWO+W\":[\"Ĩćōń àńď Ńàḿē\"],\"j843N3\":[\"Ĩƒ ŷōũ’vē ĺōśţ ţĥĩś ķēŷ, ŷōũ ćàń ŕēĝēńēŕàţē ĩţ, ƀũţ ƀē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ ńēēď ţō ƀē ũƥďàţēď. Ƥĺēàśē ţŷƥē\\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"JE2tjr\":[\"Ĩńƥũţ ḿũśţ ƀē ĩń ćàḿēĺ ćàśē àńď ćàńńōţ śţàŕţ ŵĩţĥ à ńũḿƀēŕ\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"NtFk/Z\":[\"Ĩńvàĺĩď àũţĥ ƥŕōvĩďēŕ\"],\"B2Tpo0\":[\"Ĩńvàĺĩď ēḿàĩĺ\"],\"/m52AE\":[\"Ĩńvàĺĩď ēḿàĩĺ ōŕ ďōḿàĩń\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"/Wrd4p\":[\"Ĩńvàĺĩď ōƀĴēćţ ďàţà\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"3athPG\":[\"Ĩńvĩţē ƀŷ Ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"FgAxTj\":[\"Ĺōĝ ōũţ\"],\"nOhz3x\":[\"Ĺōĝōũţ\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"FyFNsd\":[\"Ḿàńàĝē ŷōũŕ ĩńţēŕńēţ àććōũńţś.\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"y5rS9U\":[\"Ḿĩĝŕàţē\"],\"6YtxFj\":[\"Ńàḿē\"],\"z+6jaZ\":[\"Ńàḿē ōƒ ŷōũŕ ÀƤĨ ķēŷ\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"dbDjdV\":[\"Ńàvĩĝàţē\"],\"isRobC\":[\"Ńēŵ\"],\"Kcr9Fr\":[\"Ńēŵ àććōũńţ\"],\"o8MyXb\":[\"Ńēŵ ķēŷ\"],\"j313SZ\":[\"Ńēŵ Ķēŷ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"7vhWI8\":[\"Ńēŵ Ƥàśśŵōŕď\"],\"U1DAok\":[\"Ńēŵ Ŵēƀĥōōķ\"],\"pwenQu\":[\"Ńō ćōńńēćţēď àććōũńţ\"],\"+FLRjr\":[\"ńōţ àĺĺōŵēď\"],\"1DBGsz\":[\"Ńōţēś\"],\"FU94q4\":[\"ŌƀĴēćţ ćŕēàţēď śũććēśśƒũĺĺŷ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"4MyDFl\":[\"Ōƥƥōŕţũńĩţĩēś\"],\"BzEFor\":[\"ōŕ\"],\"/IX/7x\":[\"Ōţĥēŕ\"],\"boJlGf\":[\"Ƥàĝē Ńōţ Ƒōũńď\"],\"NRvxzv\":[\"Ƥàĝē Ńōţ Ƒōũńď | Ţŵēńţŷ\"],\"8ZsakT\":[\"Ƥàśśŵōŕď\"],\"mi6Rel\":[\"Ƥàśśŵōŕď ŕēśēţ ĺĩńķ ĥàś ƀēēń śēńţ ţō ţĥē ēḿàĩĺ\"],\"1wdjme\":[\"Ƥēōƥĺē\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"jEw0Mr\":[\"Ƥĺēàśē ēńţēŕ à vàĺĩď ŨŔĹ\"],\"6nsIo3\":[\"Ƥĺēàśē ţŷƥē \\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ÀƤĨ Ķēŷ. ßē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ śţōƥ ŵōŕķĩńĝ.\"],\"mFZTXr\":[\"Ƥĺēàśē ţŷƥē \",[\"confirmationText\"],\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ŵēƀĥōōķ.\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"rdUucN\":[\"Ƥŕēvĩēŵ\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"ibPuCP\":[\"Ŕēàď ďōćũḿēńţàţĩōń\"],\"v3xM25\":[\"Ŕēćēĩvē àń ēḿàĩĺ ćōńţàĩńĩńĝ ƥàśśŵōŕď ũƥďàţē ĺĩńķ\"],\"dSCufP\":[\"Ŕēćōŕď Śēĺēćţĩōń\"],\"vpZcGd\":[\"Ŕēĝēńēŕàţē àń ÀƤĨ ķēŷ\"],\"Mwqo5m\":[\"Ŕēĝēńēŕàţē ķēŷ\"],\"D+Mv78\":[\"Ŕēĝēńēŕàţē Ķēŷ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"KbS2K9\":[\"Ŕēśēţ Ƥàśśŵōŕď\"],\"A1taO8\":[\"Śēàŕćĥ\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"BoNHR0\":[\"Śēàŕćĥ àń ōƀĴēćţ...\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"xraglu\":[\"Śēĺēćţ ţĥē ēvēńţś ŷōũ ŵĩśĥ ţō śēńď ţō ţĥĩś ēńďƥōĩńţ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"yy5k7a\":[\"Śēŕvēŕ Àďḿĩń Ƥàńēĺ\"],\"V7fgiB\":[\"Śēţ ēḿàĩĺ vĩśĩƀĩĺĩţŷ, ḿàńàĝē ŷōũŕ ƀĺōćķĺĩśţ àńď ḿōŕē.\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Tz0i8g\":[\"Śēţţĩńĝś\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"gWk8gY\":[\"Śĥōũĺď ćĥàńĝĩńĝ à ƒĩēĺď'ś ĺàƀēĺ àĺśō ćĥàńĝē ţĥē ÀƤĨ ńàḿē?\"],\"6Uau97\":[\"Śķĩƥ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"AymUjZ\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"0\"]],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"Sk5fyO\":[\"Śŵĩţćĥ \",[\"2\"]],\"z9maAp\":[\"Śŵĩţćĥ \",[\"3\"]],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"FwAweN\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"4\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"AtzMpB\":[\"Śŷńćĥŕōńĩźē Ƒĩēĺď Ĺàƀēĺ àńď ÀƤĨ Ńàḿē\"],\"E3AMmw\":[\"Śŷśţēḿ śēţţĩńĝś - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Śŷśţēḿ Śēţţĩńĝś - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Ţàśķś\"],\"2OUtmv\":[\"Ţĥē ďēśćŕĩƥţĩōń ōƒ ţĥĩś ƒĩēĺď\"],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"h8mvCd\":[\"Ţĥē ńàḿē àńď ĩćōń ōƒ ţĥĩś ƒĩēĺď\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"uWikAA\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď\"],\"+69KDk\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď ḿũśţ ƀē ũńĩǫũē\"],\"PmtLRf\":[\"Ţĥēŕē ŵàś àń ĩśśũē\"],\"7YiCMg\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńēḿēńţś.\"],\"hqCwGc\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"n9nSNJ\":[\"Ţĩḿē ƒōŕḿàţ\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"GQCXQS\":[\"Ũńĺĩḿĩţēď ćōńţàćţś\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"IagCbF\":[\"ŨŔĹ\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"IjyOjp\":[\"Ũśēŕ ĩś ńōţ ĺōĝĝēď ĩń\"],\"fXVIZq\":[\"Vàĺũēś\"],\"jpctdh\":[\"Vĩēŵ\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"6n7jtr\":[\"Vĩśũàĺĩźē\"],\"id6ein\":[\"Ŵē śũƥƥōŕţ ŷōũŕ śǫũàŕē ƤŃĜś, ĵƤĒĜś àńď ĜĨƑś ũńďēŕ 10Ḿß\"],\"ZS7vYp\":[\"Ŵē ŵĩĺĺ śēńď ƤŌŚŢ ŕēǫũēśţś ţō ţĥĩś ēńďƥōĩńţ ƒōŕ ēvēŕŷ ńēŵ ēvēńţ\"],\"TRDppN\":[\"Ŵēƀĥōōķ\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"C51ilI\":[\"Ŵĥēń ţĥē ÀƤĨ ķēŷ ŵĩĺĺ ēxƥĩŕē.\"],\"leUubq\":[\"Ŵĥēń ţĥē ķēŷ ŵĩĺĺ ƀē ďĩśàƀĺēď\"],\"yLOrIT\":[\"Ŵōŕķƒĺōŵ Ŕēćōŕď Śēĺēćţĩōń\"],\"woYYQq\":[\"Ŵōŕķƒĺōŵś\"],\"pmUArF\":[\"Ŵōŕķśƥàćē\"],\"VicISP\":[\"Ŵōŕķśƥàćē Ďēĺēţĩōń\"],\"Q9pNST\":[\"Ŵŕĩţē à ďēśćŕĩƥţĩōń\"],\"3d1wCB\":[\"ŷēś\"],\"zSkMV0\":[\"Ŷōũ ŵĩĺĺ ƀē ćĥàŕĝēď ĩḿḿēďĩàţēĺŷ ƒōŕ ţĥē ƒũĺĺ ŷēàŕ.\"],\"XVnj6K\":[\"Ŷōũŕ ćŕēďĩţ ƀàĺàńćē ŵĩĺĺ ƀē ũśēď ţō ƥàŷ ţĥē ḿōńţĥĺŷ ƀĩĺĺś.\"],\"9ivpwk\":[\"Ŷōũŕ ńàḿē àś ĩţ ŵĩĺĺ ƀē ďĩśƥĺàŷēď\"],\"RhNbPE\":[\"Ŷōũŕ ŵōŕķśƥàćē ŵĩĺĺ ƀē ďĩśàƀĺēď\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pt.ts b/packages/twenty-front/src/locales/generated/pt.ts index f7da4d24f..1c2966fa8 100644 --- a/packages/twenty-front/src/locales/generated/pt.ts +++ b/packages/twenty-front/src/locales/generated/pt.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"\\\"Sair das definições\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Sobre\"],\"AeXO77\":[\"Conta\"],\"nD0Y+a\":[\"Eliminação da conta\"],\"bPwFdf\":[\"Contas\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API activas criadas por si ou pela sua equipa.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar fornecedor de identidade SSO\"],\"GMx1K0\":[\"Permitir logins através da funcionalidade de início de sessão único do Google.\"],\"dea+zy\":[\"Permitir inícios de sessão através da funcionalidade de início de sessão único da Microsoft.\"],\"wMg43c\":[\"Permitir o convite de novos utilizadores através da partilha de uma ligação de convite.\"],\"vHeVg5\":[\"Permitir que os utilizadores iniciem sessão com um e-mail e uma palavra-passe.\"],\"mJ6m4C\":[\"Uma descrição opcional\"],\"5h8ooz\":[\"Chaves API\"],\"aAIQg2\":[\"Aparência\"],\"3iX0kh\":[\"Tem a certeza de que pretende alterar o seu intervalo de faturação?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturação\"],\"K1172m\":[\"Lista de bloqueios\"],\"AjVXBS\":[\"Calendário\"],\"EUpfsd\":[\"Calendários\"],\"rRK/Lf\":[\"Cancelar plano\"],\"N6gPiD\":[\"Cancelar a sua subscrição\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar a palavra-passe\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolher um objeto\"],\"+zUMwJ\":[\"Configurar uma ligação SSO\"],\"QTNsSm\":[\"Configure e personalize as suas preferências de calendário.\"],\"aGwm+D\":[\"Configurar a forma como as datas são apresentadas na aplicação\"],\"Bh4GBD\":[\"Configurar as definições de correio eletrónico e calendário.\"],\"pA86+/\":[\"Ligar uma conta Google\"],\"D8ATlr\":[\"Ligar uma nova conta ao seu espaço de trabalho\"],\"9TzudL\":[\"Contas ligadas\"],\"xGVfLh\":[\"Continuar\"],\"7eVkEH\":[\"Copiar a hiperligação do convite\"],\"uXGLuq\":[\"Criar chave API\"],\"dkAPxi\":[\"Criar Webhook\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança do seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"Ud9zHv\":[\"Data e hora\"],\"Y2ImVJ\":[\"Definir o nome e a descrição do seu objeto\"],\"cnGeoo\":[\"Eliminar\"],\"ZDGm40\":[\"Eliminar a conta\"],\"gAz0S5\":[\"Eliminar a conta e todos os dados associados\"],\"T6S2Ns\":[\"Eliminar esta integração\"],\"snMaH4\":[\"Eliminar webhook\"],\"kYu0eF\":[\"Eliminar espaço de trabalho\"],\"mk2Ygs\":[\"Eliminar todo o seu espaço de trabalho\"],\"Nu4oKW\":[\"Descrição\"],\"n+SX4g\":[\"Programadores\"],\"EoKe5U\":[\"Domínio\"],\"v+uKyy\":[\"Editar intervalo de faturação\"],\"h2KoTu\":[\"Editar o método de pagamento, ver as suas facturas e muito mais\"],\"6o1M/Q\":[\"Edite o nome do seu subdomínio ou defina um domínio personalizado.\"],\"O3oNi5\":[\"Correio eletrónico\"],\"BXEcos\":[\"Emails\"],\"T3juzf\":[\"URL do ponto final\"],\"lYGfRP\":[\"Inglês\"],\"GpB8YV\":[\"Empresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erro ao mudar de subscrição \",[\"to\"],\".\"],\"JLxMta\":[\"Estabelecer pontos de extremidade Webhook para notificações sobre eventos assíncronos.\"],\"cIgBjB\":[\"Excluir as seguintes pessoas e domínios da minha sincronização de correio eletrónico\"],\"fV7V51\":[\"Objectos existentes\"],\"bKBhgb\":[\"Experiência\"],\"i9qiyR\":[\"Expira em\"],\"Q0iobh\":[\"Falha ao criar o objeto\"],\"vF68cg\":[\"Campos\"],\"cSev+j\":[\"Filtros\"],\"nLC6tu\":[\"Francês\"],\"aTieE0\":[\"de mensal para anual\"],\"K04lE5\":[\"de anual para mensal\"],\"Weq9zb\":[\"Geral\"],\"DDcvSo\":[\"Alemão\"],\"NXEW3h\":[\"Tire o máximo partido do seu espaço de trabalho convidando a sua equipa.\"],\"hWp1MY\":[\"Conceda ao suporte do Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Pode revogar o acesso em qualquer altura.\"],\"NoNwIX\":[\"Inativo\"],\"nbfdhU\":[\"Integrações\"],\"NtFk/Z\":[\"Fornecedor de autenticação inválido\"],\"B2Tpo0\":[\"Correio eletrónico inválido\"],\"QdoUFL\":[\"Valores de formulário inválidos\"],\"/Wrd4p\":[\"Dados de objeto inválidos\"],\"0M8+El\":[\"Convite por correio eletrónico\"],\"PWIq/W\":[\"Convidar por ligação\"],\"3athPG\":[\"Convidar por ligação\"],\"5IfmKA\":[\"Ligação de convite enviada para endereços de correio eletrónico\"],\"d+Y+rP\":[\"Convide a sua equipa\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Língua\"],\"pQjjYo\":[\"Ligação copiada para a área de transferência\"],\"T6YjCk\":[\"Gerir membros\"],\"4cjU2u\":[\"Gerir os membros do seu espaço aqui\"],\"FyFNsd\":[\"Gerir as suas contas de Internet.\"],\"36kYu0\":[\"Gerir a sua subscrição\"],\"wlQNTg\":[\"Membros\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nome\"],\"J7w8lI\":[\"Nome do seu espaço de trabalho\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova palavra-passe\"],\"U1DAok\":[\"Novo Webhook\"],\"+FLRjr\":[\"não autorizado\"],\"FU94q4\":[\"Objeto criado com sucesso\"],\"B3toQF\":[\"Objectos\"],\"KNz3EF\":[\"Fora do caminho tradicional\"],\"BzEFor\":[\"ou\"],\"boJlGf\":[\"Página não encontrada\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Palavra-passe\"],\"mi6Rel\":[\"A ligação de reposição da palavra-passe foi enviada para o e-mail\"],\"N0+GsR\":[\"Imagem\"],\"jEw0Mr\":[\"Introduzir um URL válido\"],\"mFZTXr\":[\"Introduza \",[\"confirmationText\"],\" para confirmar que pretende eliminar este webhook.\"],\"MOERNx\":[\"Português\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudo-inglês\"],\"v3xM25\":[\"Receber uma mensagem de correio eletrónico com uma ligação para atualização da palavra-passe\"],\"5icoS1\":[\"Lançamentos\"],\"t/YqKh\":[\"Remover\"],\"KbS2K9\":[\"Repor a palavra-passe\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Procurar um objeto...\"],\"a3LDKx\":[\"Segurança\"],\"xraglu\":[\"Selecione os eventos que pretende enviar para este ponto final\"],\"AXTJAW\":[\"Selecione a sua língua preferida\"],\"mjK8F3\":[\"Enviar um convite por correio eletrónico à sua equipa\"],\"V7fgiB\":[\"Defina a visibilidade do correio eletrónico, gira a sua lista de bloqueio e muito mais.\"],\"tn41zE\":[\"Defina o nome do seu subdomínio\"],\"Tz0i8g\":[\"Definições\"],\"Vy9kmk\":[\"Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu espaço de trabalho\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomínio já ocupado\"],\"OlC/tU\":[\"O subdomínio não pode ter mais de 30 caracteres\"],\"ZETwlU\":[\"O subdomínio não pode ter menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"A subscrição foi mudada \",[\"to\"]],\"XYLcNv\":[\"Apoio\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Comutador \",[\"from\"]],\"qi74XZ\":[\"Comutador \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Mudar a faturação \",[\"to\"]],\"VGZYbZ\":[\"O correio eletrónico associado à sua conta\"],\"L97sPr\":[\"A página que procura desapareceu ou nunca existiu. Vamos voltar a pô-lo no caminho certo\"],\"PmtLRf\":[\"Houve um problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Esta ação não pode ser anulada. Esta ação elimina permanentemente este utilizador e retira-o de todas as suas tarefas.\"],\"gWGuHC\":[\"Esta ação não pode ser anulada. Esta ação eliminará permanentemente todo o seu espaço de trabalho. <0/> Introduza o seu e-mail para confirmar.\"],\"aqMzDX\":[\"ao mês\"],\"WXXiXO\":[\"a anual\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número\"],\"7PzzBU\":[\"Utilizador\"],\"IjyOjp\":[\"O utilizador não tem sessão iniciada\"],\"KANz0G\":[\"Ver detalhes da faturação\"],\"ZS7vYp\":[\"Enviaremos pedidos POST a este ponto final para cada novo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Espaço de trabalho\"],\"VicISP\":[\"Eliminação do espaço de trabalho\"],\"Q9pNST\":[\"Escrever uma descrição\"],\"3d1wCB\":[\"sim\"],\"zSkMV0\":[\"Ser-lhe-á cobrado imediatamente o valor total do ano.\"],\"XVnj6K\":[\"O seu saldo de crédito será utilizado para pagar as facturas mensais.\"],\"9ivpwk\":[\"O seu nome como será apresentado\"],\"RhNbPE\":[\"O seu espaço de trabalho será desativado\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chave da API\"],\"YT0WJ4\":[\"1 000 execuções de nós de fluxo de trabalho\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Configurar campo\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Sobre\"],\"AeXO77\":[\"Conta\"],\"nD0Y+a\":[\"Eliminação da conta\"],\"bPwFdf\":[\"Contas\"],\"FQBaXG\":[\"Ativar\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API activas criadas por si ou pela sua equipa.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar fornecedor de identidade SSO\"],\"5+ttxv\":[\"Adicionar à lista de bloqueio\"],\"GMx1K0\":[\"Permitir logins através da funcionalidade de início de sessão único do Google.\"],\"dea+zy\":[\"Permitir inícios de sessão através da funcionalidade de início de sessão único da Microsoft.\"],\"wMg43c\":[\"Permitir o convite de novos utilizadores através da partilha de uma ligação de convite.\"],\"vHeVg5\":[\"Permitir que os utilizadores iniciem sessão com um e-mail e uma palavra-passe.\"],\"mJ6m4C\":[\"Uma descrição opcional\"],\"0RqpZr\":[\"API e Webhooks\"],\"yRnk5W\":[\"Chave API\"],\"5h8ooz\":[\"Chaves API\"],\"kAtj+q\":[\"Nome da API\"],\"aAIQg2\":[\"Aparência\"],\"3iX0kh\":[\"Tem a certeza de que pretende alterar o seu intervalo de faturação?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"yIVrHZ\":[\"Autorizar\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturação\"],\"K1172m\":[\"Lista de bloqueios\"],\"2yl5lQ\":[\"Marcar uma chamada\"],\"PmmvzS\":[\"Calcular\"],\"AjVXBS\":[\"Calendário\"],\"EUpfsd\":[\"Calendários\"],\"dEgA5A\":[\"Cancelar\"],\"0TllC8\":[\"Cancelar a qualquer momento\"],\"rRK/Lf\":[\"Cancelar plano\"],\"N6gPiD\":[\"Cancelar a sua subscrição\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar a palavra-passe\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolher um objeto\"],\"9qP96p\":[\"Escolha o seu teste\"],\"yz7wBu\":[\"Fechar\"],\"s2QZS6\":[\"Empresas\"],\"+zUMwJ\":[\"Configurar uma ligação SSO\"],\"QTNsSm\":[\"Configure e personalize as suas preferências de calendário.\"],\"aGwm+D\":[\"Configurar a forma como as datas são apresentadas na aplicação\"],\"Bh4GBD\":[\"Configurar as definições de correio eletrónico e calendário.\"],\"pA86+/\":[\"Ligar uma conta Google\"],\"D8ATlr\":[\"Ligar uma nova conta ao seu espaço de trabalho\"],\"Zgi9Fd\":[\"Ligar ao Google\"],\"IOfqM8\":[\"Ligar à Microsoft\"],\"9TzudL\":[\"Contas ligadas\"],\"xGVfLh\":[\"Continuar\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar a hiperligação do convite\"],\"hgTg6d\":[\"Copiar esta chave, uma vez que só será visível uma vez\"],\"uXGLuq\":[\"Criar chave API\"],\"dkAPxi\":[\"Criar Webhook\"],\"8skTDV\":[\"Objectos personalizados\"],\"ekOgDG\":[\"Objectos personalizados\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança do seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"Ud9zHv\":[\"Data e hora\"],\"5y3O+A\":[\"Desativar\"],\"qk4i22\":[\"Desativar \\\"Sincronizar etiquetas de objectos e nomes de API\\\" para definir um nome de API personalizado\"],\"gexAq8\":[\"Desativar este campo\"],\"Y2ImVJ\":[\"Definir o nome e a descrição do seu objeto\"],\"cnGeoo\":[\"Eliminar\"],\"ZDGm40\":[\"Eliminar a conta\"],\"gAz0S5\":[\"Eliminar a conta e todos os dados associados\"],\"hGfWDm\":[\"Eliminar a chave API\"],\"T6S2Ns\":[\"Eliminar esta integração\"],\"snMaH4\":[\"Eliminar webhook\"],\"kYu0eF\":[\"Eliminar espaço de trabalho\"],\"mk2Ygs\":[\"Eliminar todo o seu espaço de trabalho\"],\"Nu4oKW\":[\"Descrição\"],\"n+SX4g\":[\"Programadores\"],\"i66xz9\":[\"Exibir como data relativa\"],\"EoKe5U\":[\"Domínio\"],\"QVVmxi\":[\"Por exemplo, integração de backoffice\"],\"v+uKyy\":[\"Editar intervalo de faturação\"],\"h2KoTu\":[\"Editar o método de pagamento, ver as suas facturas e muito mais\"],\"6o1M/Q\":[\"Edite o nome do seu subdomínio ou defina um domínio personalizado.\"],\"O3oNi5\":[\"Correio eletrónico\"],\"lfQsvW\":[\"Integração de correio eletrónico\"],\"QT/Wo7\":[\"O e-mail ou domínio já está na lista de bloqueio\"],\"BXEcos\":[\"Emails\"],\"eXoH4Q\":[\"empregados\"],\"gqv5ZL\":[\"Empregados\"],\"T3juzf\":[\"URL do ponto final\"],\"lYGfRP\":[\"Inglês\"],\"/bfFKe\":[\"Desfrute de um período experimental gratuito de \",[\"withCreditCardTrialPeriodDuration\"],\"-dias\"],\"GpB8YV\":[\"Empresa\"],\"c3qGJX\":[\"Erro ao eliminar a chave api: \",[\"err\"]],\"bj7nh3\":[\"Erro ao regenerar a chave api: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erro ao mudar de subscrição \",[\"to\"],\".\"],\"JLxMta\":[\"Estabelecer pontos de extremidade Webhook para notificações sobre eventos assíncronos.\"],\"cIgBjB\":[\"Excluir as seguintes pessoas e domínios da minha sincronização de correio eletrónico\"],\"fV7V51\":[\"Objectos existentes\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"Sair das definições\"],\"bKBhgb\":[\"Experiência\"],\"LxRNPw\":[\"Prazo de validade\"],\"SkXfL0\":[\"Data de expiração\"],\"i9qiyR\":[\"Expira em\"],\"Q0iobh\":[\"Falha ao criar o objeto\"],\"vF68cg\":[\"Campos\"],\"cSev+j\":[\"Filtros\"],\"nLC6tu\":[\"Francês\"],\"aTieE0\":[\"de mensal para anual\"],\"K04lE5\":[\"de anual para mensal\"],\"scmRyR\":[\"Acesso total\"],\"xANKBj\":[\"Funções\"],\"Weq9zb\":[\"Geral\"],\"DDcvSo\":[\"Alemão\"],\"NXEW3h\":[\"Tire o máximo partido do seu espaço de trabalho convidando a sua equipa.\"],\"zSGbaR\":[\"Obter a sua subscrição\"],\"hWp1MY\":[\"Conceda ao suporte do Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Pode revogar o acesso em qualquer altura.\"],\"XTWO+W\":[\"Ícone e nome\"],\"j843N3\":[\"Se perdeu esta chave, pode regenerá-la, mas tenha em atenção que qualquer script que utilize esta chave terá de ser atualizado. Digite\\\"\",[\"confirmationValue\"],\"\\\" para confirmar.\"],\"NoNwIX\":[\"Inativo\"],\"JE2tjr\":[\"A entrada deve estar em maiúsculas e minúsculas e não pode começar com um número\"],\"nbfdhU\":[\"Integrações\"],\"NtFk/Z\":[\"Fornecedor de autenticação inválido\"],\"B2Tpo0\":[\"Correio eletrónico inválido\"],\"/m52AE\":[\"Correio eletrónico ou domínio inválido\"],\"QdoUFL\":[\"Valores de formulário inválidos\"],\"/Wrd4p\":[\"Dados de objeto inválidos\"],\"0M8+El\":[\"Convite por correio eletrónico\"],\"PWIq/W\":[\"Convidar por ligação\"],\"3athPG\":[\"Convidar por ligação\"],\"5IfmKA\":[\"Ligação de convite enviada para endereços de correio eletrónico\"],\"d+Y+rP\":[\"Convide a sua equipa\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Língua\"],\"pQjjYo\":[\"Ligação copiada para a área de transferência\"],\"FgAxTj\":[\"Terminar sessão\"],\"nOhz3x\":[\"Terminar sessão\"],\"T6YjCk\":[\"Gerir membros\"],\"4cjU2u\":[\"Gerir os membros do seu espaço aqui\"],\"FyFNsd\":[\"Gerir as suas contas de Internet.\"],\"36kYu0\":[\"Gerir a sua subscrição\"],\"wlQNTg\":[\"Membros\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome da sua chave API\"],\"J7w8lI\":[\"Nome do seu espaço de trabalho\"],\"dbDjdV\":[\"Navegar\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"o8MyXb\":[\"Nova chave\"],\"j313SZ\":[\"Nova chave\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova palavra-passe\"],\"U1DAok\":[\"Novo Webhook\"],\"pwenQu\":[\"Nenhuma conta ligada\"],\"+FLRjr\":[\"não autorizado\"],\"1DBGsz\":[\"Notas\"],\"FU94q4\":[\"Objeto criado com sucesso\"],\"B3toQF\":[\"Objectos\"],\"KNz3EF\":[\"Fora do caminho tradicional\"],\"4MyDFl\":[\"Oportunidades\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Outros\"],\"boJlGf\":[\"Página não encontrada\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"Palavra-passe\"],\"mi6Rel\":[\"A ligação de reposição da palavra-passe foi enviada para o e-mail\"],\"1wdjme\":[\"Pessoas\"],\"N0+GsR\":[\"Imagem\"],\"jEw0Mr\":[\"Introduzir um URL válido\"],\"6nsIo3\":[\"Digite \\\"\",[\"confirmationValue\"],\"\\\" para confirmar que deseja excluir essa chave de API. Tenha em atenção que qualquer script que utilize esta chave deixará de funcionar.\"],\"mFZTXr\":[\"Introduza \",[\"confirmationText\"],\" para confirmar que pretende eliminar este webhook.\"],\"MOERNx\":[\"Português\"],\"rdUucN\":[\"Pré-visualização\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudo-inglês\"],\"ibPuCP\":[\"Ler a documentação\"],\"v3xM25\":[\"Receber uma mensagem de correio eletrónico com uma ligação para atualização da palavra-passe\"],\"dSCufP\":[\"Seleção de registos\"],\"vpZcGd\":[\"Regenerar uma chave API\"],\"Mwqo5m\":[\"Regenerar chave\"],\"D+Mv78\":[\"Regenerar chave\"],\"5icoS1\":[\"Lançamentos\"],\"t/YqKh\":[\"Remover\"],\"KbS2K9\":[\"Repor a palavra-passe\"],\"A1taO8\":[\"Pesquisar\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Procurar um objeto...\"],\"a3LDKx\":[\"Segurança\"],\"xraglu\":[\"Selecione os eventos que pretende enviar para este ponto final\"],\"AXTJAW\":[\"Selecione a sua língua preferida\"],\"mjK8F3\":[\"Enviar um convite por correio eletrónico à sua equipa\"],\"yy5k7a\":[\"Painel de administração do servidor\"],\"V7fgiB\":[\"Defina a visibilidade do correio eletrónico, gira a sua lista de bloqueio e muito mais.\"],\"tn41zE\":[\"Defina o nome do seu subdomínio\"],\"Tz0i8g\":[\"Definições\"],\"Vy9kmk\":[\"Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu espaço de trabalho\"],\"gWk8gY\":[\"A alteração do rótulo de um campo deve também alterar o nome da API?\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomínio já ocupado\"],\"OlC/tU\":[\"O subdomínio não pode ter mais de 30 caracteres\"],\"ZETwlU\":[\"O subdomínio não pode ter menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"A subscrição foi mudada \",[\"to\"]],\"XYLcNv\":[\"Apoio\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Comutador \",[\"from\"]],\"qi74XZ\":[\"Comutador \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Mudar a faturação \",[\"to\"]],\"AtzMpB\":[\"Sincronizar a etiqueta do campo e o nome da API\"],\"E3AMmw\":[\"Definições do sistema - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Definições do sistema - \",[\"systemTimeFormatLabel\"]],\"GtycJ/\":[\"Tarefas\"],\"2OUtmv\":[\"A descrição deste campo\"],\"VGZYbZ\":[\"O correio eletrónico associado à sua conta\"],\"h8mvCd\":[\"O nome e o ícone deste campo\"],\"L97sPr\":[\"A página que procura desapareceu ou nunca existiu. Vamos voltar a pô-lo no caminho certo\"],\"uWikAA\":[\"Os valores deste campo\"],\"+69KDk\":[\"Os valores deste campo devem ser únicos\"],\"PmtLRf\":[\"Houve um problema\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"Esta ação não pode ser anulada. Esta ação elimina permanentemente este utilizador e retira-o de todas as suas tarefas.\"],\"gWGuHC\":[\"Esta ação não pode ser anulada. Esta ação eliminará permanentemente todo o seu espaço de trabalho. <0/> Introduza o seu e-mail para confirmar.\"],\"n9nSNJ\":[\"Formato da hora\"],\"aqMzDX\":[\"ao mês\"],\"WXXiXO\":[\"a anual\"],\"+zy2Nq\":[\"Tipo\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"oTTQsc\":[\"Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número\"],\"7PzzBU\":[\"Utilizador\"],\"IjyOjp\":[\"O utilizador não tem sessão iniciada\"],\"fXVIZq\":[\"Valores\"],\"jpctdh\":[\"Ver\"],\"KANz0G\":[\"Ver detalhes da faturação\"],\"6n7jtr\":[\"Visualizar\"],\"id6ein\":[\"Suportamos os seus PNGs, JPEGs e GIFs quadrados com menos de 10 MB\"],\"ZS7vYp\":[\"Enviaremos pedidos POST a este ponto final para cada novo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"C51ilI\":[\"Quando é que a chave da API expira.\"],\"leUubq\":[\"Quando a tecla será desactivada\"],\"yLOrIT\":[\"Seleção de registos de fluxo de trabalho\"],\"woYYQq\":[\"Fluxos de trabalho\"],\"pmUArF\":[\"Espaço de trabalho\"],\"VicISP\":[\"Eliminação do espaço de trabalho\"],\"Q9pNST\":[\"Escrever uma descrição\"],\"3d1wCB\":[\"sim\"],\"zSkMV0\":[\"Ser-lhe-á cobrado imediatamente o valor total do ano.\"],\"XVnj6K\":[\"O seu saldo de crédito será utilizado para pagar as facturas mensais.\"],\"9ivpwk\":[\"O seu nome como será apresentado\"],\"RhNbPE\":[\"O seu espaço de trabalho será desativado\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/zh-Hans.ts b/packages/twenty-front/src/locales/generated/zh-Hans.ts index bad415cda..2ce923753 100644 --- a/packages/twenty-front/src/locales/generated/zh-Hans.ts +++ b/packages/twenty-front/src/locales/generated/zh-Hans.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"退出设置\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"5h8ooz\":[\"API 密钥\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"pA86+/\":[\"连接 Google 账户\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"9TzudL\":[\"连接账户\"],\"xGVfLh\":[\"继续\"],\"7eVkEH\":[\"复制邀请链接\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作空间安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Nu4oKW\":[\"说明\"],\"n+SX4g\":[\"开发人员\"],\"EoKe5U\":[\"域名\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"BXEcos\":[\"电子邮件\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"GpB8YV\":[\"企业\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"bKBhgb\":[\"经验\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"NoNwIX\":[\"不活动\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"名称\"],\"J7w8lI\":[\"工作区名称\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"U1DAok\":[\"新 Webhook\"],\"+FLRjr\":[\"不允许\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"BzEFor\":[\"或\"],\"boJlGf\":[\"页面未找到\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"葡萄牙语\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"KbS2K9\":[\"重置密码\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"PmtLRf\":[\"有一个问题\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"KANz0G\":[\"查看账单详情\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"撰写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信贷余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"s2QZS6\":[\"公司\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"pA86+/\":[\"连接 Google 账户\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"xGVfLh\":[\"继续\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"hgTg6d\":[\"复制此密钥,因为它只显示一次\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"ekOgDG\":[\"自定义对象\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作空间安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Nu4oKW\":[\"说明\"],\"n+SX4g\":[\"开发人员\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"退出设置\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"XTWO+W\":[\"图标和名称\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"dbDjdV\":[\"导航\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"+FLRjr\":[\"不允许\"],\"1DBGsz\":[\"说明\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"4MyDFl\":[\"机会\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"1wdjme\":[\"人\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"葡萄牙语\"],\"rdUucN\":[\"预览\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"KbS2K9\":[\"重置密码\"],\"A1taO8\":[\"搜索\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"GtycJ/\":[\"任务\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"PmtLRf\":[\"有一个问题\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"jpctdh\":[\"查看\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"yLOrIT\":[\"工作流程记录选择\"],\"woYYQq\":[\"工作流程\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"撰写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信贷余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/zh-Hant.ts b/packages/twenty-front/src/locales/generated/zh-Hant.ts index fbf22f4ad..33743d636 100644 --- a/packages/twenty-front/src/locales/generated/zh-Hant.ts +++ b/packages/twenty-front/src/locales/generated/zh-Hant.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"7l2+9I\":[\"退出设置\"],\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"5h8ooz\":[\"API 密钥\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"pA86+/\":[\"连接 Google 账户\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"9TzudL\":[\"连接账户\"],\"xGVfLh\":[\"继续\"],\"7eVkEH\":[\"复制邀请链接\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作区安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Nu4oKW\":[\"说明\"],\"n+SX4g\":[\"开发人员\"],\"EoKe5U\":[\"域名\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"BXEcos\":[\"电子邮件\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"GpB8YV\":[\"企业\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"bKBhgb\":[\"经验\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"NoNwIX\":[\"不活动\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"名称\"],\"J7w8lI\":[\"工作区名称\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"U1DAok\":[\"新 Webhook\"],\"+FLRjr\":[\"不允许\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"BzEFor\":[\"或\"],\"boJlGf\":[\"页面未找到\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"葡萄牙语\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"KbS2K9\":[\"重置密码\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"PmtLRf\":[\"有一个问题\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"KANz0G\":[\"查看账单详情\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"编写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信用余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"s2QZS6\":[\"公司\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"pA86+/\":[\"连接 Google 账户\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"xGVfLh\":[\"继续\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"hgTg6d\":[\"复制此密钥,因为它只显示一次\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"ekOgDG\":[\"自定义对象\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作区安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Nu4oKW\":[\"说明\"],\"n+SX4g\":[\"开发人员\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"AUC8ds\":[\"Exit settings\"],\"IZ4o2e\":[\"退出设置\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"XTWO+W\":[\"图标和名称\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"dbDjdV\":[\"导航\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"+FLRjr\":[\"不允许\"],\"1DBGsz\":[\"说明\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"4MyDFl\":[\"机会\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"1wdjme\":[\"人\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"葡萄牙语\"],\"rdUucN\":[\"预览\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"KbS2K9\":[\"重置密码\"],\"A1taO8\":[\"搜索\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"GtycJ/\":[\"任务\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"PmtLRf\":[\"有一个问题\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"jpctdh\":[\"查看\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"yLOrIT\":[\"工作流程记录选择\"],\"woYYQq\":[\"工作流程\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"编写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信用余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/it.po b/packages/twenty-front/src/locales/it.po index 04f50a95e..f0fdc7e05 100644 --- a/packages/twenty-front/src/locales/it.po +++ b/packages/twenty-front/src/locales/it.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: it\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "impostazioni di uscita" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 esecuzioni di nodi del flusso di lavoro" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Configurare il campo" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API e Webhook" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "Chiave API" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "Nome API" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "Cancellazione del conto" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Conti" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Attivare" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "Aggiungere il provider di identità SSO" msgid "Add object" msgstr "Aggiungi oggetto" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Aggiungi alla lista di blocco" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Consentire l'accesso tramite la funzionalità single sign-on di Google." @@ -90,12 +125,17 @@ msgstr "Deve essere abilitato almeno un metodo di autenticazione" msgid "Authentication" msgstr "Autenticazione" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Autorizzare" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Torna al contenuto" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Fatturazione" @@ -103,24 +143,44 @@ msgstr "Fatturazione" msgid "Blocklist" msgstr "Elenco di blocco" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Prenota una chiamata" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Calcolare" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Calendario" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Calendari" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Annullamento" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Annullamento del piano" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Annullamento in qualsiasi momento" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "Annullamento dell'abbonamento" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "Cinese tradizionale" msgid "Choose an object" msgstr "Scegliere un oggetto" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Scegliete la vostra prova" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Chiudere" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Aziende" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Configurare una connessione SSO" @@ -166,18 +238,35 @@ msgstr "Collegare un account Google" msgid "Connect a new account to your workspace" msgstr "Collegare un nuovo account al proprio spazio di lavoro" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Connettersi con Google" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Connettetevi con Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Conti collegati" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Continua" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Copilota" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Copiare il link dell'invito" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Copiare questa chiave, poiché sarà visibile solo questa volta" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "Creare la chiave API" @@ -186,6 +275,14 @@ msgstr "Creare la chiave API" msgid "Create Webhook" msgstr "Creare un webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Oggetti personalizzati" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Oggetti personalizzati" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Personalizzare il dominio" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "Personalizzate la sicurezza del vostro spazio di lavoro" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Zona di pericolo" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Modello di dati" @@ -208,14 +308,31 @@ msgstr "Modello di dati" msgid "Date and time" msgstr "Data e ora" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Disattivare" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Disattivare \"Sincronizza etichette degli oggetti e nomi API\" per impostare un nome API personalizzato" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Disattivare questo campo" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Definire il nome e la descrizione dell'oggetto" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Cancellare" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "Cancellare la chiave API" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "Eliminare l'account e tutti i dati associati" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Eliminare questa integrazione" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "Cancellare l'intero spazio di lavoro" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Descrizione" @@ -252,9 +372,15 @@ msgstr "Descrizione" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Sviluppatori" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Visualizzazione come data relativa" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "Sviluppatori" msgid "Domain" msgstr "Dominio" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "Ad esempio, l'integrazione del backoffice" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Modifica dell'intervallo di fatturazione" @@ -277,14 +408,27 @@ msgstr "Modificare il nome del sottodominio o impostare un dominio personalizzat #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "Email" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "Integrazione delle e-mail" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "L'e-mail o il dominio è già presente nella blocklist" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "Email" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "I dipendenti" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "URL del punto finale" msgid "English" msgstr "Inglese" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Approfittate di un {withCreditCardTrialPeriodDuration}-giorni di prova gratuita" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Impresa" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Errore nell'eliminazione della chiave api: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Errore nella rigenerazione della chiave api: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "Errore durante la commutazione dell'abbonamento {to}." @@ -314,11 +470,24 @@ msgstr "Escludere le seguenti persone e domini dalla mia sincronizzazione e-mail msgid "Existing objects" msgstr "Oggetti esistenti" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Impostazioni di uscita" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Esperienza" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Scadenza" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Data di scadenza" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Scade in" @@ -339,9 +508,18 @@ msgstr "Filtri" msgid "French" msgstr "Francese" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Accesso completo" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Funzioni" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "Generale" @@ -353,17 +531,35 @@ msgstr "Tedesco" msgid "Get the most out of your workspace by inviting your team." msgstr "Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "Abbonamento" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "Concedete al supporto Twenty l'accesso temporaneo al vostro spazio di lavoro, in modo che possiamo risolvere i problemi o recuperare i contenuti per vostro conto. È possibile revocare l'accesso in qualsiasi momento." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Icona e nome" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "Se avete perso questa chiave, potete rigenerarla, ma sappiate che qualsiasi script che utilizza questa chiave dovrà essere aggiornato. Digitare\"{confirmationValue}\" per confermare." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inattivo" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "L'input deve essere in lettere maiuscole e non può iniziare con un numero" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Integrazioni" @@ -375,6 +571,11 @@ msgstr "Provider di autenticazione non valido" msgid "Invalid email" msgstr "Email non valida" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Email o dominio non validi" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Valori del modulo non validi" @@ -415,6 +616,14 @@ msgstr "Lingua" msgid "Link copied to clipboard" msgstr "Link copiato negli appunti" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Disconnettersi" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Disconnessione" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Gestione dei membri" @@ -433,28 +642,45 @@ msgstr "Gestire l'abbonamento" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Membri" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Nome" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Nome della chiave API" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Nome dell'area di lavoro" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Navigare" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "Nuovo" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "Nuova chiave" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "Nuovo oggetto" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "Nuova password" @@ -466,12 +692,26 @@ msgstr "Nuovo webhook" msgid "New account" msgstr "Nuovo account" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "Nuova chiave" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "Nessun account collegato" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Note" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Oggetto creato con successo" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Oggetti" @@ -479,6 +719,14 @@ msgstr "Oggetti" msgid "Off the beaten path" msgstr "Fuori dai sentieri battuti" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Opportunità" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Altro" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Pagina non trovata" @@ -491,6 +739,10 @@ msgstr "Password" msgid "Password reset link has been sent to the email" msgstr "Il link per la reimpostazione della password è stato inviato all'e-mail" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "Persone" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "Immagine" msgid "Please enter a valid URL" msgstr "Inserire un URL valido" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Digitare \"{confirmationValue}\" per confermare che si desidera eliminare questa chiave API. Si noti che qualsiasi script che utilizza questa chiave smetterà di funzionare." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Digitare {confirmationText} per confermare l'eliminazione di questo webhook." @@ -508,8 +764,14 @@ msgstr "Digitare {confirmationText} per confermare l'eliminazione di questo webh msgid "Portuguese" msgstr "Portoghese" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Anteprima" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Profilo" @@ -517,12 +779,34 @@ msgstr "Profilo" msgid "Pseudo-English" msgstr "Pseudoinglese" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Leggi la documentazione" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Ricevere un'e-mail contenente il link per l'aggiornamento della password" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Selezione dei record" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Chiave di rigenerazione" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Rigenerare una chiave API" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Rigenerazione della chiave" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Comunicati" @@ -538,6 +822,11 @@ msgstr "Reimpostare la password" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Ricerca" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Ricerca in un campo..." @@ -552,6 +841,7 @@ msgstr "Ricerca di un oggetto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Sicurezza" @@ -567,6 +857,10 @@ msgstr "Selezionare la lingua preferita" msgid "Send an invite email to your team" msgstr "Inviate un'e-mail di invito al vostro team" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Pannello di amministrazione del server" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Impostate la visibilità delle e-mail, gestite la vostra blocklist e altro ancora." @@ -575,7 +869,9 @@ msgstr "Impostate la visibilità delle e-mail, gestite la vostra blocklist e alt msgid "Set the name of your subdomain" msgstr "Impostare il nome del sottodominio" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Impostazioni" @@ -583,6 +879,10 @@ msgstr "Impostazioni" msgid "Share this link to invite users to join your workspace" msgstr "Condividete questo link per invitare gli utenti a unirsi al vostro spazio di lavoro" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "La modifica dell'etichetta di un campo deve cambiare anche il nome dell'API?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Salto" @@ -623,14 +923,49 @@ msgstr "Interruttore {from}" msgid "Switch {to}" msgstr "Interruttore {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Sincronizzare l'etichetta del campo e il nome dell'API" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "Impostazioni di sistema - {systemTimeFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "Impostazioni di sistema - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Compiti" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "La descrizione di questo campo" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "L'e-mail associata al vostro account" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "Il nome e l'icona di questo campo" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "La pagina che state cercando è sparita o non è mai esistita. Riportiamo la pagina in carreggiata" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "I valori di questo campo" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "I valori di questo campo devono essere unici" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "C'è stato un problema" @@ -643,6 +978,10 @@ msgstr "Questa azione non può essere annullata. L'utente verrà eliminato defin msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "Questa azione non può essere annullata. L'intera area di lavoro verrà eliminata in modo permanente. <0/> Digitare il proprio indirizzo e-mail per confermare." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Formato dell'ora" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "Tipo" @@ -652,6 +991,10 @@ msgstr "Tipo" msgid "URL" msgstr "URL" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Contatti illimitati" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Caricare" @@ -664,6 +1007,7 @@ msgstr "Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "Utente" @@ -672,10 +1016,28 @@ msgstr "Utente" msgid "User is not logged in" msgstr "L'utente non è connesso" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Valori" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "Vista" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "Visualizza i dettagli della fatturazione" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualizzare" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "Supportiamo PNG, JPEG e GIF quadrati di dimensioni inferiori a 10 MB" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Ganci web" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "Quando scadrà la chiave API." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "Quando il tasto sarà disabilitato" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Selezione dei record del flusso di lavoro" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Flussi di lavoro" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "Ganci web" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Spazio di lavoro" @@ -728,6 +1112,10 @@ msgstr "Il vostro nome come verrà visualizzato" msgid "Your workspace will be disabled" msgstr "L'area di lavoro verrà disabilitata" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "dipendenti" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "da mensile a annuale" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "all'anno" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "sì" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} Chiave API" diff --git a/packages/twenty-front/src/locales/pseudo-en.po b/packages/twenty-front/src/locales/pseudo-en.po index ba2c723e0..e727753c1 100644 --- a/packages/twenty-front/src/locales/pseudo-en.po +++ b/packages/twenty-front/src/locales/pseudo-en.po @@ -13,14 +13,30 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "" - #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 #~ msgid "{0}" #~ msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "" + +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "" + #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" msgstr "" @@ -40,9 +56,14 @@ msgid "Account Deletion" msgstr "" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -64,6 +85,10 @@ msgstr "" msgid "Add SSO Identity Provider" msgstr "" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "" @@ -84,10 +109,24 @@ msgstr "" msgid "An optional description" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "" + #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" msgstr "" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" msgstr "" @@ -112,12 +151,17 @@ msgstr "" msgid "Authentication" msgstr "" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "" @@ -125,15 +169,35 @@ msgstr "" msgid "Blocklist" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "" + +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "" @@ -150,7 +214,7 @@ msgstr "" msgid "Change {to}" msgstr "" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -172,6 +236,18 @@ msgstr "" msgid "Choose an object" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "" @@ -196,18 +272,35 @@ msgstr "" msgid "Connect a new account to your workspace" msgstr "" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "" @@ -216,6 +309,14 @@ msgstr "" msgid "Create Webhook" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "" @@ -225,12 +326,15 @@ msgid "Customize your workspace security" msgstr "" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "" @@ -238,11 +342,24 @@ msgstr "" msgid "Date and time" msgstr "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "" @@ -256,7 +373,12 @@ msgstr "" msgid "Delete account and all the associated data" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "" @@ -275,6 +397,8 @@ msgid "Delete your whole workspace" msgstr "" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "" @@ -282,9 +406,15 @@ msgstr "" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -292,6 +422,11 @@ msgstr "" msgid "Domain" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "" @@ -307,14 +442,31 @@ msgstr "" #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -324,10 +476,22 @@ msgstr "" msgid "English" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "" + #: src/pages/settings/SettingsBilling.tsx:118 #~ msgid "Error while switching subscription {1}." #~ msgstr "" @@ -348,11 +512,28 @@ msgstr "" msgid "Existing objects" msgstr "" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +#~ msgid "Exit settings" +#~ msgstr "" + +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "" @@ -381,9 +562,18 @@ msgstr "" msgid "from yearly to monthly" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "" @@ -395,17 +585,35 @@ msgstr "" msgid "Get the most out of your workspace by inviting your team." msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "" + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "" @@ -417,6 +625,11 @@ msgstr "" msgid "Invalid email" msgstr "" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "" @@ -457,6 +670,14 @@ msgstr "" msgid "Link copied to clipboard" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "" @@ -475,6 +696,7 @@ msgstr "" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "" @@ -486,13 +708,25 @@ msgstr "" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "" @@ -501,11 +735,19 @@ msgstr "" msgid "New account" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "" @@ -513,16 +755,26 @@ msgstr "" msgid "New Webhook" msgstr "" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "" + #: src/pages/settings/workspace/SettingsDomain.tsx:108 msgid "not allowed" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "" @@ -530,10 +782,18 @@ msgstr "" msgid "Off the beaten path" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "" + #: src/pages/onboarding/InviteTeam.tsx:213 msgid "or" msgstr "" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "" @@ -550,6 +810,10 @@ msgstr "" msgid "Password reset link has been sent to the email" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -559,6 +823,10 @@ msgstr "" msgid "Please enter a valid URL" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "" @@ -567,8 +835,14 @@ msgstr "" msgid "Portuguese" msgstr "" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "" @@ -576,12 +850,34 @@ msgstr "" msgid "Pseudo-English" msgstr "" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "" @@ -593,6 +889,11 @@ msgstr "" msgid "Reset Password" msgstr "" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "" @@ -611,6 +912,7 @@ msgstr "" #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "" @@ -626,6 +928,10 @@ msgstr "" msgid "Send an invite email to your team" msgstr "" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "" @@ -634,7 +940,9 @@ msgstr "" msgid "Set the name of your subdomain" msgstr "" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "" @@ -642,6 +950,10 @@ msgstr "" msgid "Share this link to invite users to join your workspace" msgstr "" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "" @@ -702,14 +1014,49 @@ msgstr "" msgid "Switch billing {to}" msgstr "" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "" @@ -726,6 +1073,10 @@ msgstr "" msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "" +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "" + #: src/pages/settings/SettingsBilling.tsx:51 msgid "to monthly" msgstr "" @@ -738,6 +1089,10 @@ msgstr "" msgid "Type" msgstr "" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "" @@ -755,6 +1110,7 @@ msgstr "" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "" @@ -763,10 +1119,28 @@ msgstr "" msgid "User is not logged in" msgstr "" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -780,6 +1154,22 @@ msgstr "" msgid "Webhooks" msgstr "" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -790,8 +1180,14 @@ msgstr "" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "" @@ -804,6 +1200,7 @@ msgid "Write a description" msgstr "" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "" diff --git a/packages/twenty-front/src/locales/pt.po b/packages/twenty-front/src/locales/pt.po index 214b18b14..885f20259 100644 --- a/packages/twenty-front/src/locales/pt.po +++ b/packages/twenty-front/src/locales/pt.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: pt\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "\"Sair das definições" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 execuções de nós de fluxo de trabalho" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ({hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2. Configurar campo" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24h ({hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "API e Webhooks" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "Chave API" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "Nome da API" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "Eliminação da conta" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "Contas" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "Ativar" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "Adicionar fornecedor de identidade SSO" msgid "Add object" msgstr "Adicionar objeto" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "Adicionar à lista de bloqueio" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "Permitir logins através da funcionalidade de início de sessão único do Google." @@ -90,12 +125,17 @@ msgstr "Pelo menos um método de autenticação deve estar ativado" msgid "Authentication" msgstr "Autenticação" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "Autorizar" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "Voltar ao conteúdo" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "Faturação" @@ -103,24 +143,44 @@ msgstr "Faturação" msgid "Blocklist" msgstr "Lista de bloqueios" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "Marcar uma chamada" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "Calcular" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "Calendário" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "Calendários" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "Cancelar" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "Cancelar plano" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "Cancelar a qualquer momento" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "Cancelar a sua subscrição" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "Chinês - Tradicional" msgid "Choose an object" msgstr "Escolher um objeto" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "Escolha o seu teste" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "Fechar" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "Empresas" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "Configurar uma ligação SSO" @@ -166,18 +238,35 @@ msgstr "Ligar uma conta Google" msgid "Connect a new account to your workspace" msgstr "Ligar uma nova conta ao seu espaço de trabalho" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "Ligar ao Google" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "Ligar à Microsoft" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "Contas ligadas" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "Continuar" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "Copiloto" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "Copiar a hiperligação do convite" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "Copiar esta chave, uma vez que só será visível uma vez" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "Criar chave API" @@ -186,6 +275,14 @@ msgstr "Criar chave API" msgid "Create Webhook" msgstr "Criar Webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "Objectos personalizados" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "Objectos personalizados" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "Personalizar domínio" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "Personalize a segurança do seu espaço de trabalho" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "Zona de perigo" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "Modelo de dados" @@ -208,14 +308,31 @@ msgstr "Modelo de dados" msgid "Date and time" msgstr "Data e hora" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "Desativar" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "Desativar \"Sincronizar etiquetas de objectos e nomes de API\" para definir um nome de API personalizado" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "Desativar este campo" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "Definir o nome e a descrição do seu objeto" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "Eliminar" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "Eliminar a chave API" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "Eliminar a conta e todos os dados associados" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "Eliminar esta integração" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "Eliminar todo o seu espaço de trabalho" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "Descrição" @@ -252,9 +372,15 @@ msgstr "Descrição" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "Programadores" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "Exibir como data relativa" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "Programadores" msgid "Domain" msgstr "Domínio" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "Por exemplo, integração de backoffice" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "Editar intervalo de faturação" @@ -277,14 +408,27 @@ msgstr "Edite o nome do seu subdomínio ou defina um domínio personalizado." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "Correio eletrónico" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "Integração de correio eletrónico" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "O e-mail ou domínio já está na lista de bloqueio" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "Emails" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "Empregados" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "URL do ponto final" msgid "English" msgstr "Inglês" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "Desfrute de um período experimental gratuito de {withCreditCardTrialPeriodDuration}-dias" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "Empresa" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "Erro ao eliminar a chave api: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "Erro ao regenerar a chave api: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "Erro ao mudar de subscrição {to}." @@ -314,11 +470,24 @@ msgstr "Excluir as seguintes pessoas e domínios da minha sincronização de cor msgid "Existing objects" msgstr "Objectos existentes" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "Sair das definições" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "Experiência" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "Prazo de validade" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "Data de expiração" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "Expira em" @@ -339,9 +508,18 @@ msgstr "Filtros" msgid "French" msgstr "Francês" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "Acesso total" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "Funções" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "Geral" @@ -353,17 +531,35 @@ msgstr "Alemão" msgid "Get the most out of your workspace by inviting your team." msgstr "Tire o máximo partido do seu espaço de trabalho convidando a sua equipa." +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "Obter a sua subscrição" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "Conceda ao suporte do Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Pode revogar o acesso em qualquer altura." +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "Ícone e nome" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "Se perdeu esta chave, pode regenerá-la, mas tenha em atenção que qualquer script que utilize esta chave terá de ser atualizado. Digite\"{confirmationValue}\" para confirmar." + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "Inativo" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "A entrada deve estar em maiúsculas e minúsculas e não pode começar com um número" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "Integrações" @@ -375,6 +571,11 @@ msgstr "Fornecedor de autenticação inválido" msgid "Invalid email" msgstr "Correio eletrónico inválido" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "Correio eletrónico ou domínio inválido" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "Valores de formulário inválidos" @@ -415,6 +616,14 @@ msgstr "Língua" msgid "Link copied to clipboard" msgstr "Ligação copiada para a área de transferência" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "Terminar sessão" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "Terminar sessão" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "Gerir membros" @@ -433,28 +642,45 @@ msgstr "Gerir a sua subscrição" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "Membros" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "Nome" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "Nome da sua chave API" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "Nome do seu espaço de trabalho" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "Navegar" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "Novo" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "Nova chave" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "Novo objeto" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "Nova palavra-passe" @@ -466,12 +692,26 @@ msgstr "Novo Webhook" msgid "New account" msgstr "Nova conta" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "Nova chave" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "Nenhuma conta ligada" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "Notas" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "Objeto criado com sucesso" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "Objectos" @@ -479,6 +719,14 @@ msgstr "Objectos" msgid "Off the beaten path" msgstr "Fora do caminho tradicional" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "Oportunidades" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "Outros" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "Página não encontrada" @@ -491,6 +739,10 @@ msgstr "Palavra-passe" msgid "Password reset link has been sent to the email" msgstr "A ligação de reposição da palavra-passe foi enviada para o e-mail" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "Pessoas" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "Imagem" msgid "Please enter a valid URL" msgstr "Introduzir um URL válido" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "Digite \"{confirmationValue}\" para confirmar que deseja excluir essa chave de API. Tenha em atenção que qualquer script que utilize esta chave deixará de funcionar." + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Introduza {confirmationText} para confirmar que pretende eliminar este webhook." @@ -508,8 +764,14 @@ msgstr "Introduza {confirmationText} para confirmar que pretende eliminar este w msgid "Portuguese" msgstr "Português" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "Pré-visualização" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "Perfil" @@ -517,12 +779,34 @@ msgstr "Perfil" msgid "Pseudo-English" msgstr "Pseudo-inglês" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "Ler a documentação" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "Receber uma mensagem de correio eletrónico com uma ligação para atualização da palavra-passe" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "Seleção de registos" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "Regenerar chave" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "Regenerar uma chave API" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "Regenerar chave" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "Lançamentos" @@ -538,6 +822,11 @@ msgstr "Repor a palavra-passe" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "Pesquisar" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "Pesquisar um campo..." @@ -552,6 +841,7 @@ msgstr "Procurar um objeto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "Segurança" @@ -567,6 +857,10 @@ msgstr "Selecione a sua língua preferida" msgid "Send an invite email to your team" msgstr "Enviar um convite por correio eletrónico à sua equipa" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "Painel de administração do servidor" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "Defina a visibilidade do correio eletrónico, gira a sua lista de bloqueio e muito mais." @@ -575,7 +869,9 @@ msgstr "Defina a visibilidade do correio eletrónico, gira a sua lista de bloque msgid "Set the name of your subdomain" msgstr "Defina o nome do seu subdomínio" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "Definições" @@ -583,6 +879,10 @@ msgstr "Definições" msgid "Share this link to invite users to join your workspace" msgstr "Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu espaço de trabalho" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "A alteração do rótulo de um campo deve também alterar o nome da API?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Saltar" @@ -623,14 +923,49 @@ msgstr "Comutador {from}" msgid "Switch {to}" msgstr "Comutador {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "Sincronizar a etiqueta do campo e o nome da API" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "Definições do sistema - {systemTimeFormatLabel}" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "Definições do sistema - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "Tarefas" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "A descrição deste campo" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "O correio eletrónico associado à sua conta" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "O nome e o ícone deste campo" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "A página que procura desapareceu ou nunca existiu. Vamos voltar a pô-lo no caminho certo" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "Os valores deste campo" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "Os valores deste campo devem ser únicos" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Houve um problema" @@ -643,6 +978,10 @@ msgstr "Esta ação não pode ser anulada. Esta ação elimina permanentemente e msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "Esta ação não pode ser anulada. Esta ação eliminará permanentemente todo o seu espaço de trabalho. <0/> Introduza o seu e-mail para confirmar." +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "Formato da hora" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "Tipo" @@ -652,6 +991,10 @@ msgstr "Tipo" msgid "URL" msgstr "URL" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "Contactos ilimitados" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "Carregar" @@ -664,6 +1007,7 @@ msgstr "Utilizar apenas letras, números e traços. Comece e termine com uma let #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "Utilizador" @@ -672,10 +1016,28 @@ msgstr "Utilizador" msgid "User is not logged in" msgstr "O utilizador não tem sessão iniciada" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "Valores" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "Ver" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "Ver detalhes da faturação" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "Visualizar" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "Suportamos os seus PNGs, JPEGs e GIFs quadrados com menos de 10 MB" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "Quando é que a chave da API expira." + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "Quando a tecla será desactivada" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "Seleção de registos de fluxo de trabalho" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "Fluxos de trabalho" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "Webhooks" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "Espaço de trabalho" @@ -728,6 +1112,10 @@ msgstr "O seu nome como será apresentado" msgid "Your workspace will be disabled" msgstr "O seu espaço de trabalho será desativado" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "empregados" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "de mensal para anual" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "a anual" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "sim" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} Chave da API" diff --git a/packages/twenty-front/src/locales/zh-Hans.po b/packages/twenty-front/src/locales/zh-Hans.po index 14362af57..70f5e36d7 100644 --- a/packages/twenty-front/src/locales/zh-Hans.po +++ b/packages/twenty-front/src/locales/zh-Hans.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: zh-Hans\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "退出设置" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 次工作流节点执行" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ([{hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2.配置字段" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24小时([{hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "应用程序接口和网络钩子" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "API 密钥" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "应用程序接口名称" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "账户删除" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "账户" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "激活" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "添加 SSO 身份供应商" msgid "Add object" msgstr "添加对象" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "添加到拦截列表" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "允许通过 Google 的单点登录功能登录。" @@ -90,12 +125,17 @@ msgstr "必须启用至少一种身份验证方法" msgid "Authentication" msgstr "认证" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "授权" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "返回内容" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "账单" @@ -103,24 +143,44 @@ msgstr "账单" msgid "Blocklist" msgstr "拦截列表" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "预约电话" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "计算" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "日历" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "日历" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "取消" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "取消计划" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "随时取消" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "取消订阅" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "繁体中文" msgid "Choose an object" msgstr "选择对象" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "选择试用" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "关闭" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "公司" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "配置 SSO 连接" @@ -166,18 +238,35 @@ msgstr "连接 Google 账户" msgid "Connect a new account to your workspace" msgstr "将新账户连接到工作区" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "与谷歌连接" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "与微软联系" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "连接账户" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "继续" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "副驾驶" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "复制邀请链接" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "复制此密钥,因为它只显示一次" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "创建应用程序接口密钥" @@ -186,6 +275,14 @@ msgstr "创建应用程序接口密钥" msgid "Create Webhook" msgstr "创建 Webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "自定义对象" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "自定义对象" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "自定义域名" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "自定义工作空间安全" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "危险区" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "数据模型" @@ -208,14 +308,31 @@ msgstr "数据模型" msgid "Date and time" msgstr "日期和时间" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "停用" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "停用 \"同步对象标签和 API 名称 \"以设置自定义 API 名称" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "停用该字段" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "定义对象的名称和描述" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "删除" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "删除 API 密钥" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "删除账户和所有相关数据" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "删除此集成" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "删除整个工作区" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "说明" @@ -252,9 +372,15 @@ msgstr "说明" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "开发人员" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "显示为相对日期" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "开发人员" msgid "Domain" msgstr "域名" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "例如后台整合" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "编辑计费间隔" @@ -277,14 +408,27 @@ msgstr "编辑子域名或设置自定义域名。" #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "电子邮件" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "电子邮件集成" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "电子邮件或域名已在拦截列表中" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "电子邮件" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "员工" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "端点 URL" msgid "English" msgstr "英语" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "享受 {withCreditCardTrialPeriodDuration} 天的免费试用期" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "企业" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "删除 api 密钥时出错: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "重新生成 api 密钥时出错: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "切换订阅 {to} 时出错。" @@ -314,11 +470,24 @@ msgstr "从我的电子邮件同步中排除以下人员和域" msgid "Existing objects" msgstr "现有对象" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "退出设置" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "经验" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "到期" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "有效期" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "到期时间" @@ -339,9 +508,18 @@ msgstr "过滤器" msgid "French" msgstr "法语" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "完全访问" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "功能" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "一般情况" @@ -353,17 +531,35 @@ msgstr "德国" msgid "Get the most out of your workspace by inviting your team." msgstr "邀请您的团队,充分利用您的工作空间。" +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "获取订阅" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "图标和名称" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\"{confirmationValue}\"确认。" + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "不活动" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "输入内容必须使用驼峰字体,且不能以数字开头" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "集成" @@ -375,6 +571,11 @@ msgstr "无效验证提供程序" msgid "Invalid email" msgstr "无效电子邮件" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "无效电子邮件或域名" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "无效表格值" @@ -415,6 +616,14 @@ msgstr "语言" msgid "Link copied to clipboard" msgstr "链接复制到剪贴板" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "退出登录" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "注销" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "管理成员" @@ -433,28 +642,45 @@ msgstr "管理您的订阅" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "成员" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "名称" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "API 密钥名称" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "工作区名称" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "导航" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "新" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "新钥匙" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "新对象" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "新密码" @@ -466,12 +692,26 @@ msgstr "新 Webhook" msgid "New account" msgstr "新账户" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "新钥匙" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "无连接账户" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "说明" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "对象创建成功" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "对象" @@ -479,6 +719,14 @@ msgstr "对象" msgid "Off the beaten path" msgstr "偏离常规路线" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "机会" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "其他" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "页面未找到" @@ -491,6 +739,10 @@ msgstr "密码" msgid "Password reset link has been sent to the email" msgstr "密码重置链接已发送至邮箱" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "人" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "图片" msgid "Please enter a valid URL" msgstr "请输入有效的 URL" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "请键入\"{confirmationValue}\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" @@ -508,8 +764,14 @@ msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" msgid "Portuguese" msgstr "葡萄牙语" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "预览" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "简介" @@ -517,12 +779,34 @@ msgstr "简介" msgid "Pseudo-English" msgstr "伪英语" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "阅读文件" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "接收包含密码更新链接的电子邮件" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "记录选择" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "再生密钥" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "重新生成 API 密钥" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "再生钥匙" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "发布" @@ -538,6 +822,11 @@ msgstr "重置密码" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "搜索" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "搜索字段..." @@ -552,6 +841,7 @@ msgstr "搜索对象..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "安全" @@ -567,6 +857,10 @@ msgstr "选择您喜欢的语言" msgid "Send an invite email to your team" msgstr "向团队发送邀请电子邮件" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "服务器管理面板" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "设置电子邮件可见性、管理屏蔽列表等。" @@ -575,7 +869,9 @@ msgstr "设置电子邮件可见性、管理屏蔽列表等。" msgid "Set the name of your subdomain" msgstr "设置子域名称" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "设置" @@ -583,6 +879,10 @@ msgstr "设置" msgid "Share this link to invite users to join your workspace" msgstr "分享此链接以邀请用户加入您的工作区" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "更改字段标签是否也要更改 API 名称?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "跳过" @@ -623,14 +923,49 @@ msgstr "开关 {from}" msgid "Switch {to}" msgstr "开关 {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "同步字段标签和 API 名称" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "系统设置 - [{systemTimeFormatLabel}]" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "系统设置 - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "任务" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "该字段的说明" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "与您的账户关联的电子邮件" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "该字段的名称和图标" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "该字段的值" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "该字段的值必须是唯一的" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "有一个问题" @@ -643,6 +978,10 @@ msgstr "此操作不可撤销。这将永久删除该用户,并将其从所有 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。" +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "时间格式" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "类型" @@ -652,6 +991,10 @@ msgstr "类型" msgid "URL" msgstr "网址" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "无限联系人" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "上传" @@ -664,6 +1007,7 @@ msgstr "只能使用字母、数字和破折号。以字母或数字开头和结 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "用户" @@ -672,10 +1016,28 @@ msgstr "用户" msgid "User is not logged in" msgstr "用户未登录" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "价值观" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "查看" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "查看账单详情" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "可视化" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "网络钩子" msgid "Webhooks" msgstr "网络钩子" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "API 密钥的过期时间。" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "何时禁用按键" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "工作流程记录选择" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "工作流程" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "网络钩子" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "工作空间" @@ -728,6 +1112,10 @@ msgstr "显示您的姓名" msgid "Your workspace will be disabled" msgstr "您的工作区将被禁用" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "员工" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "从每月到每年" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "每年" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "是" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} 应用程序接口密钥" diff --git a/packages/twenty-front/src/locales/zh-Hant.po b/packages/twenty-front/src/locales/zh-Hant.po index 34a2e66d5..017b705ea 100644 --- a/packages/twenty-front/src/locales/zh-Hant.po +++ b/packages/twenty-front/src/locales/zh-Hant.po @@ -1,15 +1,41 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-18 14:49+0100\n" +"POT-Creation-Date: 2025-01-18 21:38+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: zh-Hant\n" -#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 -msgid "'Exit Settings'" -msgstr "退出设置" +#: src/pages/onboarding/ChooseYourPlan.tsx:92 +msgid "1 000 workflow node executions" +msgstr "1 000 次工作流节点执行" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:63 +msgid "12h ({hour12Label})" +msgstr "12h ([{hour12Label})" + +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:198 +msgid "2. Configure field" +msgstr "2.配置字段" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:59 +msgid "24h ({hour24Label})" +msgstr "24小时([{hour24Label})" + +#: src/pages/onboarding/ChooseYourPlan.tsx:91 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:179 +msgid "API & Webhooks" +msgstr "应用程序接口和网络钩子" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:171 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:182 +msgid "API Key" +msgstr "API 密钥" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:166 +msgid "API Name" +msgstr "应用程序接口名称" #: src/pages/settings/developers/SettingsDevelopers.tsx:49 msgid "API keys" @@ -34,9 +60,14 @@ msgid "Account Deletion" msgstr "账户删除" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:114 msgid "Accounts" msgstr "账户" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Activate" +msgstr "激活" + #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" @@ -54,6 +85,10 @@ msgstr "添加 SSO 身份供应商" msgid "Add object" msgstr "添加对象" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:105 +msgid "Add to blocklist" +msgstr "添加到拦截列表" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:135 msgid "Allow logins through Google's single sign-on functionality." msgstr "允许通过 Google 的单点登录功能登录。" @@ -90,12 +125,17 @@ msgstr "必须启用至少一种身份验证方法" msgid "Authentication" msgstr "认证" +#: src/pages/auth/Authorize.tsx:127 +msgid "Authorize" +msgstr "授权" + #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" msgstr "返回内容" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:149 msgid "Billing" msgstr "账单" @@ -103,24 +143,44 @@ msgstr "账单" msgid "Blocklist" msgstr "拦截列表" +#: src/pages/onboarding/ChooseYourPlan.tsx:210 +msgid "Book a Call" +msgstr "预约电话" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +msgid "Calculate" +msgstr "计算" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:57 msgid "Calendar" msgstr "日历" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:78 msgid "Calendars" msgstr "日历" +#: src/pages/auth/Authorize.tsx:124 +#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx:151 +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:198 +#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx:16 +msgid "Cancel" +msgstr "取消" + #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" msgstr "取消计划" +#: src/pages/onboarding/ChooseYourPlan.tsx:152 +msgid "Cancel anytime" +msgstr "随时取消" + #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" msgstr "取消订阅" -#: src/pages/auth/PasswordReset.tsx:248 +#: src/pages/auth/PasswordReset.tsx:246 #: src/modules/settings/profile/components/ChangePassword.tsx:52 #: src/modules/settings/profile/components/ChangePassword.tsx:58 msgid "Change Password" @@ -142,6 +202,18 @@ msgstr "繁体中文" msgid "Choose an object" msgstr "选择对象" +#: src/pages/onboarding/ChooseYourPlan.tsx:147 +msgid "Choose your Trial" +msgstr "选择试用" + +#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx:201 +msgid "Close" +msgstr "关闭" + +#: src/modules/command-menu/components/CommandMenu.tsx:133 +msgid "Companies" +msgstr "公司" + #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" msgstr "配置 SSO 连接" @@ -166,18 +238,35 @@ msgstr "连接 Google 账户" msgid "Connect a new account to your workspace" msgstr "将新账户连接到工作区" +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:51 +msgid "Connect with Google" +msgstr "与谷歌连接" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:59 +msgid "Connect with Microsoft" +msgstr "与微软联系" + #: src/pages/settings/accounts/SettingsAccounts.tsx:56 msgid "Connected accounts" msgstr "连接账户" #: src/pages/onboarding/InviteTeam.tsx:228 +#: src/pages/onboarding/ChooseYourPlan.tsx:198 msgid "Continue" msgstr "继续" +#: src/modules/command-menu/components/CommandMenu.tsx:105 +msgid "Copilot" +msgstr "副驾驶" + #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" msgstr "复制邀请链接" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:172 +msgid "Copy this key as it will only be visible this one time" +msgstr "复制此密钥,因为它只显示一次" + #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" msgstr "创建应用程序接口密钥" @@ -186,6 +275,14 @@ msgstr "创建应用程序接口密钥" msgid "Create Webhook" msgstr "创建 Webhook" +#: src/modules/command-menu/components/CommandMenu.tsx:149 +msgid "Custom Objects" +msgstr "自定义对象" + +#: src/pages/onboarding/ChooseYourPlan.tsx:90 +msgid "Custom objects" +msgstr "自定义对象" + #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" msgstr "自定义域名" @@ -195,12 +292,15 @@ msgid "Customize your workspace security" msgstr "自定义工作区安全" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:341 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:229 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:250 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 #: src/modules/settings/profile/components/DeleteAccount.tsx:29 msgid "Danger zone" msgstr "危险区" #: src/pages/settings/data-model/SettingsObjects.tsx:144 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:155 msgid "Data model" msgstr "数据模型" @@ -208,14 +308,31 @@ msgstr "数据模型" msgid "Date and time" msgstr "日期和时间" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:259 +msgid "Deactivate" +msgstr "停用" + +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:105 +msgid "Deactivate \"Synchronize Objects Labels and API Names\" to set a custom API name" +msgstr "停用 \"同步对象标签和 API 名称 \"以设置自定义 API 名称" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:251 +msgid "Deactivate this field" +msgstr "停用该字段" + #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" msgstr "定义对象的名称和描述" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:347 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:235 msgid "Delete" msgstr "删除" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:248 +msgid "Delete API key" +msgstr "删除 API 密钥" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 #: src/modules/settings/profile/components/DeleteAccount.tsx:37 #: src/modules/settings/profile/components/DeleteAccount.tsx:53 @@ -227,6 +344,7 @@ msgid "Delete account and all the associated data" msgstr "删除账户和所有相关数据" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:342 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:230 msgid "Delete this integration" msgstr "删除此集成" @@ -245,6 +363,8 @@ msgid "Delete your whole workspace" msgstr "删除整个工作区" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:250 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:239 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:266 msgid "Description" msgstr "说明" @@ -252,9 +372,15 @@ msgstr "说明" #: src/pages/settings/developers/SettingsDevelopers.tsx:42 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:78 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:160 msgid "Developers" msgstr "开发人员" +#: src/modules/settings/data-model/fields/forms/date/components/SettingsDataModelFieldDateForm.tsx:48 +msgid "Display as relative date" +msgstr "显示为相对日期" + #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 @@ -262,6 +388,11 @@ msgstr "开发人员" msgid "Domain" msgstr "域名" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:97 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:217 +msgid "E.g. backoffice integration" +msgstr "例如后台整合" + #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" msgstr "编辑计费间隔" @@ -277,14 +408,27 @@ msgstr "编辑子域名或设置自定义域名。" #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 -#: src/pages/auth/PasswordReset.tsx:208 +#: src/pages/auth/PasswordReset.tsx:206 msgid "Email" msgstr "电子邮件" +#: src/pages/onboarding/ChooseYourPlan.tsx:89 +msgid "Email integration" +msgstr "电子邮件集成" + +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:55 +msgid "Email or domain is already in blocklist" +msgstr "电子邮件或域名已在拦截列表中" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:72 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:45 msgid "Emails" msgstr "电子邮件" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:137 +msgid "Employees" +msgstr "员工" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" @@ -294,10 +438,22 @@ msgstr "端点 URL" msgid "English" msgstr "英语" +#: src/pages/onboarding/ChooseYourPlan.tsx:157 +msgid "Enjoy a {withCreditCardTrialPeriodDuration}-days free trial" +msgstr "享受 {withCreditCardTrialPeriodDuration} 天的免费试用期" + #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" msgstr "企业" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:87 +msgid "Error deleting api key: {err}" +msgstr "删除 api 密钥时出错: {err}" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:139 +msgid "Error regenerating api key: {err}" +msgstr "重新生成 api 密钥时出错: {err}" + #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." msgstr "切换订阅 {to} 时出错。" @@ -314,11 +470,24 @@ msgstr "从我的电子邮件同步中排除以下人员和域" msgid "Existing objects" msgstr "现有对象" +#: src/modules/navigation/components/AppNavigationDrawer.tsx:36 +msgid "Exit Settings" +msgstr "退出设置" + #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Experience" msgstr "经验" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:213 +msgid "Expiration" +msgstr "到期" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:115 +msgid "Expiration Date" +msgstr "有效期" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" msgstr "到期时间" @@ -339,9 +508,18 @@ msgstr "过滤器" msgid "French" msgstr "法语" +#: src/pages/onboarding/ChooseYourPlan.tsx:87 +msgid "Full access" +msgstr "完全访问" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:187 +msgid "Functions" +msgstr "功能" + #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:138 msgid "General" msgstr "一般情况" @@ -353,17 +531,35 @@ msgstr "德国" msgid "Get the most out of your workspace by inviting your team." msgstr "邀请您的团队,充分利用您的工作空间。" +#: src/pages/onboarding/ChooseYourPlan.tsx:148 +msgid "Get your subscription" +msgstr "获取订阅" + #: src/pages/settings/SettingsWorkspace.tsx:65 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 "授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:208 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:239 +msgid "Icon and Name" +msgstr "图标和名称" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:267 +msgid "If you’ve lost this key, you can regenerate it, but be aware that any script using this key will need to be updated. Please type\"{confirmationValue}\" to confirm." +msgstr "如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\"{confirmationValue}\"确认。" + #: src/pages/settings/data-model/SettingsObjects.tsx:218 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" msgstr "不活动" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:106 +msgid "Input must be in camel case and cannot start with a number" +msgstr "输入内容必须使用驼峰字体,且不能以数字开头" + #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:160 msgid "Integrations" msgstr "集成" @@ -375,6 +571,11 @@ msgstr "无效验证提供程序" msgid "Invalid email" msgstr "无效电子邮件" +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:44 +#: src/modules/settings/accounts/components/SettingsAccountsBlocklistInput.tsx:50 +msgid "Invalid email or domain" +msgstr "无效电子邮件或域名" + #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" msgstr "无效表格值" @@ -415,6 +616,14 @@ msgstr "语言" msgid "Link copied to clipboard" msgstr "链接复制到剪贴板" +#: src/pages/onboarding/ChooseYourPlan.tsx:206 +msgid "Log out" +msgstr "退出登录" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:209 +msgid "Logout" +msgstr "注销" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" msgstr "管理成员" @@ -433,28 +642,45 @@ msgstr "管理您的订阅" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:143 msgid "Members" msgstr "成员" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +#: src/modules/settings/workspace/components/NameField.tsx:91 msgid "Name" msgstr "名称" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:95 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:203 +msgid "Name of your API key" +msgstr "API 密钥名称" + #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" msgstr "工作区名称" +#: src/modules/command-menu/components/CommandMenu.tsx:125 +msgid "Navigate" +msgstr "导航" + #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" msgstr "新" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:81 +msgid "New Key" +msgstr "新钥匙" + #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" msgstr "新对象" -#: src/pages/auth/PasswordReset.tsx:235 +#: src/pages/auth/PasswordReset.tsx:233 msgid "New Password" msgstr "新密码" @@ -466,12 +692,26 @@ msgstr "新 Webhook" msgid "New account" msgstr "新账户" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:71 +msgid "New key" +msgstr "新钥匙" + +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +msgid "No connected account" +msgstr "无连接账户" + +#: src/modules/command-menu/components/CommandMenu.tsx:141 +msgid "Notes" +msgstr "说明" + #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" msgstr "对象创建成功" #: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:179 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:205 msgid "Objects" msgstr "对象" @@ -479,6 +719,14 @@ msgstr "对象" msgid "Off the beaten path" msgstr "偏离常规路线" +#: src/modules/command-menu/components/CommandMenu.tsx:137 +msgid "Opportunities" +msgstr "机会" + +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:195 +msgid "Other" +msgstr "其他" + #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found" msgstr "页面未找到" @@ -491,6 +739,10 @@ msgstr "密码" msgid "Password reset link has been sent to the email" msgstr "密码重置链接已发送至邮箱" +#: src/modules/command-menu/components/CommandMenu.tsx:129 +msgid "People" +msgstr "人" + #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" @@ -500,6 +752,10 @@ msgstr "图片" msgid "Please enter a valid URL" msgstr "请输入有效的 URL" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:250 +msgid "Please type \"{confirmationValue}\" to confirm you want to delete this API Key. Be aware that any script using this key will stop working." +msgstr "请键入\"{confirmationValue}\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:358 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" @@ -508,8 +764,14 @@ msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" msgid "Portuguese" msgstr "葡萄牙语" +#: src/modules/settings/data-model/objects/forms/components/SettingsDataModelObjectSettingsFormCard.tsx:62 +#: src/modules/settings/data-model/components/SettingsDataModelPreviewFormCard.tsx:30 +msgid "Preview" +msgstr "预览" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:103 msgid "Profile" msgstr "简介" @@ -517,12 +779,34 @@ msgstr "简介" msgid "Pseudo-English" msgstr "伪英语" +#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx:9 +msgid "Read documentation" +msgstr "阅读文件" + #: src/modules/settings/profile/components/ChangePassword.tsx:53 msgid "Receive an email containing password update link" msgstr "接收包含密码更新链接的电子邮件" +#: src/modules/command-menu/components/CommandMenu.tsx:109 +msgid "Record Selection" +msgstr "记录选择" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:187 +msgid "Regenerate Key" +msgstr "再生密钥" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:183 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:265 +msgid "Regenerate an API key" +msgstr "重新生成 API 密钥" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:274 +msgid "Regenerate key" +msgstr "再生钥匙" + #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:204 msgid "Releases" msgstr "发布" @@ -538,6 +822,11 @@ msgstr "重置密码" msgid "SSO" msgstr "SSO" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:44 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:50 +msgid "Search" +msgstr "搜索" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." msgstr "搜索字段..." @@ -552,6 +841,7 @@ msgstr "搜索对象..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:166 msgid "Security" msgstr "安全" @@ -567,6 +857,10 @@ msgstr "选择您喜欢的语言" msgid "Send an invite email to your team" msgstr "向团队发送邀请电子邮件" +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:198 +msgid "Server Admin Panel" +msgstr "服务器管理面板" + #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:46 msgid "Set email visibility, manage your blocklist and more." msgstr "设置电子邮件可见性、管理屏蔽列表等。" @@ -575,7 +869,9 @@ msgstr "设置电子邮件可见性、管理屏蔽列表等。" msgid "Set the name of your subdomain" msgstr "设置子域名称" +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 +#: src/modules/navigation/components/MainNavigationDrawerItems.tsx:56 msgid "Settings" msgstr "设置" @@ -583,6 +879,10 @@ msgstr "设置" msgid "Share this link to invite users to join your workspace" msgstr "分享此链接以邀请用户加入您的工作区" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:212 +msgid "Should changing a field's label also change the API name?" +msgstr "更改字段标签是否也要更改 API 名称?" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "跳过" @@ -623,14 +923,49 @@ msgstr "开关 {from}" msgid "Switch {to}" msgstr "开关 {to}" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:211 +msgid "Synchronize Field Label and API Name" +msgstr "同步字段标签和 API 名称" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:55 +msgid "System Settings - {systemTimeFormatLabel}" +msgstr "系统设置 - [{systemTimeFormatLabel}]" + +#: src/pages/settings/profile/appearance/components/DateTimeSettingsDateFormatSelect.tsx:42 +msgid "System settings - {systemDateFormatLabel}" +msgstr "系统设置 - {systemDateFormatLabel}" + +#: src/modules/command-menu/components/CommandMenu.tsx:145 +msgid "Tasks" +msgstr "任务" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:240 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:267 +msgid "The description of this field" +msgstr "该字段的说明" + #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" msgstr "与您的账户关联的电子邮件" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:209 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:240 +msgid "The name and icon of this field" +msgstr "该字段的名称和图标" + #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" msgstr "您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:229 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:252 +msgid "The values of this field" +msgstr "该字段的值" + +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:224 +msgid "The values of this field must be unique" +msgstr "该字段的值必须是唯一的" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "有一个问题" @@ -643,6 +978,10 @@ msgstr "此操作不可撤销。这将永久删除该用户,并将其从所有 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。" +#: src/pages/settings/profile/appearance/components/DateTimeSettingsTimeFormatSelect.tsx:49 +msgid "Time format" +msgstr "时间格式" + #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" msgstr "类型" @@ -652,6 +991,10 @@ msgstr "类型" msgid "URL" msgstr "网址" +#: src/pages/onboarding/ChooseYourPlan.tsx:88 +msgid "Unlimited contacts" +msgstr "无限联系人" + #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" msgstr "上传" @@ -664,6 +1007,7 @@ msgstr "只能使用字母、数字和破折号。以字母或数字开头和结 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 #: src/pages/settings/accounts/SettingsAccounts.tsx:43 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:101 msgid "User" msgstr "用户" @@ -672,10 +1016,28 @@ msgstr "用户" msgid "User is not logged in" msgstr "用户未登录" +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:223 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:228 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:251 +msgid "Values" +msgstr "价值观" + +#: src/modules/command-menu/components/CommandMenu.tsx:117 +msgid "View" +msgstr "查看" + #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" msgstr "查看账单详情" +#: src/modules/settings/data-model/objects/components/SettingsObjectCoverImage.tsx:35 +msgid "Visualize" +msgstr "可视化" + +#: src/modules/ui/input/components/ImageInput.tsx:178 +msgid "We support your square PNGs, JPEGs and GIFs under 10MB" +msgstr "我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" @@ -689,6 +1051,22 @@ msgstr "网络钩子" msgid "Webhooks" msgstr "网络钩子" +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:116 +msgid "When the API key will expire." +msgstr "API 密钥的过期时间。" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:214 +msgid "When the key will be disabled" +msgstr "何时禁用按键" + +#: src/modules/command-menu/components/CommandMenu.tsx:113 +msgid "Workflow Record Selection" +msgstr "工作流程记录选择" + +#: src/modules/command-menu/components/CommandMenu.tsx:121 +msgid "Workflows" +msgstr "工作流程" + #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 #: src/pages/settings/SettingsBilling.tsx:132 @@ -699,8 +1077,14 @@ msgstr "网络钩子" #: src/pages/settings/developers/SettingsDevelopers.tsx:39 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:74 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:156 #: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx:175 #: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/data-model/SettingsObjectNewField/SettingsObjectNewFieldConfigure.tsx:201 +#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:58 +#: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:136 msgid "Workspace" msgstr "工作空间" @@ -728,6 +1112,10 @@ msgstr "显示您的姓名" msgid "Your workspace will be disabled" msgstr "您的工作区将被禁用" +#: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 +msgid "employees" +msgstr "员工" + #: src/pages/settings/SettingsBilling.tsx:45 msgid "from monthly to yearly" msgstr "从每月到每年" @@ -753,5 +1141,10 @@ msgid "to yearly" msgstr "每年" #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:209 +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:147 msgid "yes" msgstr "是" + +#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:163 +msgid "{apiKeyName} API Key" +msgstr "{apiKeyName} 应用程序接口密钥" diff --git a/packages/twenty-front/src/modules/action-menu/components/RecordIndexActionMenuBar.tsx b/packages/twenty-front/src/modules/action-menu/components/RecordIndexActionMenuBar.tsx index 2800c6227..bdecf9e79 100644 --- a/packages/twenty-front/src/modules/action-menu/components/RecordIndexActionMenuBar.tsx +++ b/packages/twenty-front/src/modules/action-menu/components/RecordIndexActionMenuBar.tsx @@ -39,9 +39,7 @@ export const RecordIndexActionMenuBar = () => { return ( {contextStoreNumberOfSelectedRecords} selected: {pinnedEntries.map((entry, index) => ( diff --git a/packages/twenty-front/src/modules/action-menu/components/RecordShowRightDrawerActionMenu.tsx b/packages/twenty-front/src/modules/action-menu/components/RecordShowRightDrawerActionMenu.tsx index f1984ae41..ac27204f3 100644 --- a/packages/twenty-front/src/modules/action-menu/components/RecordShowRightDrawerActionMenu.tsx +++ b/packages/twenty-front/src/modules/action-menu/components/RecordShowRightDrawerActionMenu.tsx @@ -21,11 +21,7 @@ export const RecordShowRightDrawerActionMenu = () => { return ( <> {contextStoreCurrentObjectMetadataId && ( - + diff --git a/packages/twenty-front/src/modules/action-menu/components/RightDrawerActionMenuDropdown.tsx b/packages/twenty-front/src/modules/action-menu/components/RightDrawerActionMenuDropdown.tsx index f054b12a5..aae8ce6e2 100644 --- a/packages/twenty-front/src/modules/action-menu/components/RightDrawerActionMenuDropdown.tsx +++ b/packages/twenty-front/src/modules/action-menu/components/RightDrawerActionMenuDropdown.tsx @@ -72,9 +72,7 @@ export const RightDrawerActionMenuDropdown = () => {