diff --git a/packages/twenty-e2e-testing/lib/pom/loginPage.ts b/packages/twenty-e2e-testing/lib/pom/loginPage.ts index 6f69a683f..754556b29 100644 --- a/packages/twenty-e2e-testing/lib/pom/loginPage.ts +++ b/packages/twenty-e2e-testing/lib/pom/loginPage.ts @@ -35,7 +35,7 @@ export class LoginPage { name: 'Continue with Google', }); this.loginWithEmailButton = page.getByRole('button', { - name: 'Continue With Email', + name: 'Continue with Email', }); this.termsOfServiceLink = page.getByRole('link', { name: 'Terms of Service', diff --git a/packages/twenty-e2e-testing/tests/demo/demo_basic.spec.ts b/packages/twenty-e2e-testing/tests/demo/demo_basic.spec.ts index 8d7ca6120..b405c464a 100644 --- a/packages/twenty-e2e-testing/tests/demo/demo_basic.spec.ts +++ b/packages/twenty-e2e-testing/tests/demo/demo_basic.spec.ts @@ -4,7 +4,7 @@ test('Check if demo account is working properly @demo-only', async ({ page, }) => { await page.goto('https://app.twenty-next.com/'); - await page.getByRole('button', { name: 'Continue With Email' }).click(); + await page.getByRole('button', { name: 'Continue with Email' }).click(); await page.getByRole('button', { name: 'Continue', exact: true }).click(); await page.getByRole('button', { name: 'Sign in' }).click(); await expect(page.getByText('Welcome to Twenty')).not.toBeVisible(); diff --git a/packages/twenty-front/package.json b/packages/twenty-front/package.json index 7874e35f4..7500dfcaa 100644 --- a/packages/twenty-front/package.json +++ b/packages/twenty-front/package.json @@ -32,6 +32,7 @@ "dependencies": { "@blocknote/xl-docx-exporter": "^0.22.0", "@blocknote/xl-pdf-exporter": "^0.22.0", + "@lingui/detect-locale": "^5.2.0", "@nivo/calendar": "^0.87.0", "@nivo/core": "^0.87.0", "@nivo/line": "^0.87.0", diff --git a/packages/twenty-front/src/locales/de.po b/packages/twenty-front/src/locales/de.po index 775f69794..ce2fb8298 100644 --- a/packages/twenty-front/src/locales/de.po +++ b/packages/twenty-front/src/locales/de.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "API-Name" msgid "API keys" msgstr "API-Schlüssel" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abbrechen" @@ -153,6 +153,10 @@ msgstr "Erlauben Sie die Einladung neuer Benutzer durch die Freigabe eines Einla msgid "Allow users to sign in with an email and password." msgstr "Erlauben Sie den Benutzern, sich mit einer E-Mail und einem Passwort anzumelden." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Beim Aktualisieren des Passworts ist ein Fehler aufgetreten" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Eine optionale Beschreibung" @@ -178,6 +182,10 @@ msgstr "Rollen zuweisen, um die Zugriffsrechte der einzelnen Mitglieder festzule msgid "Assigned to" msgstr "Zugewiesen an" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Mindestens 8 Zeichen lang." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Mindestens eine Authentifizierungsmethode muss aktiviert sein" @@ -213,7 +221,11 @@ msgstr "Blockliste" msgid "Book a Call" msgstr "Buchen Sie einen Anruf" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Mit der Nutzung von Twenty erklären Sie sich mit den" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Berechnen Sie" @@ -256,11 +268,11 @@ msgstr "Passwort ändern" msgid "Change {to}" msgstr "Ändern {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chinesisch - Vereinfacht" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chinesisch - Traditionell" @@ -300,11 +312,11 @@ msgstr "Konfigurieren Sie Ihre E-Mail- und Kalendereinstellungen." msgid "Connect a new account to your workspace" msgstr "Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Mit Google verbinden" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Verbindung mit Microsoft" @@ -312,16 +324,29 @@ msgstr "Verbindung mit Microsoft" msgid "Connected accounts" msgstr "Verbundene Konten" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Kontext" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Weiter" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Weiter mit E-Mail" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Weiter mit Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Weiter mit Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Kopilot" @@ -516,7 +541,7 @@ msgstr "Zerstören Sie" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "Mitarbeiter" msgid "Empty" msgstr "Leere" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "Endpunkt-URL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Englisch" @@ -640,7 +665,7 @@ msgstr "Vorhandene Objekte" msgid "Exit Settings" msgstr "Beenden der Einstellungen" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Erwartet, dass der ausgewählte Knoten ein Schrittknoten ist." @@ -697,7 +722,7 @@ msgstr "In PDF exportieren" msgid "Export view" msgstr "Ansicht exportieren" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favoriten" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Feldtyp" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Felder zählen" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filter" @@ -726,7 +751,11 @@ msgstr "Filter" msgid "Filters" msgstr "Filter" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Haben Sie Ihr Passwort vergessen?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Französisch" @@ -745,7 +774,7 @@ msgstr "Funktionen" msgid "General" msgstr "Allgemein" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Deutsch" @@ -757,7 +786,7 @@ msgstr "Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team ei msgid "Get your subscription" msgstr "Holen Sie sich Ihr Abonnement" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Global" @@ -787,7 +816,7 @@ msgstr "Wenn Sie diesen Schlüssel verloren haben, können Sie ihn neu generiere msgid "Inactive" msgstr "Inaktiv" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Indizes" @@ -842,15 +871,15 @@ msgstr "Einladungslink an E-Mail-Adressen gesendet" msgid "Invite your team" msgstr "Laden Sie Ihr Team ein" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italienisch" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japanisch" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Koreanisch" @@ -1001,7 +1030,7 @@ msgstr "Neues Passwort" msgid "New Role" msgstr "Neue Rolle" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Neuer Webhook" @@ -1020,7 +1049,7 @@ msgstr "Neuer Schlüssel" msgid "New record" msgstr "Neuer Rekord" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Kein verbundenes Konto" @@ -1036,7 +1065,7 @@ msgstr "Noch keine Workflow-Versionen" msgid "Not empty" msgstr "Nicht leer" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Objekt" @@ -1071,6 +1100,10 @@ msgstr "Seite nicht gefunden" msgid "Password" msgstr "Passwort" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "Das Passwort wurde aktualisiert" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet" @@ -1098,7 +1131,7 @@ msgstr "Dauerhaftes Vernichten der Aufzeichnung" msgid "Picture" msgstr "Bild" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Bitte geben Sie eine gültige URL ein" @@ -1110,11 +1143,11 @@ msgstr "Bitte geben Sie \"{confirmationValue}\" ein, um zu bestätigen, dass Sie 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." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Portugiesisch - Brasilien" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Portugiesisch - Portugal" @@ -1123,13 +1156,17 @@ msgstr "Portugiesisch - Portugal" msgid "Preview" msgstr "Vorschau" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Datenschutzbestimmungen" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Profil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudo-Englisch" @@ -1141,7 +1178,7 @@ msgstr "Dokumentation lesen" 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:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Datensatz-Auswahl" @@ -1164,7 +1201,7 @@ msgstr "Schlüssel neu generieren" msgid "Releases" msgstr "Veröffentlichungen" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Entfernen" @@ -1184,11 +1221,11 @@ msgstr "Aus Favoriten entfernen" msgid "Reset Password" msgstr "Passwort zurücksetzen" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Zurücksetzen auf" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Ergebnisse" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Suche" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Suche ''{commandMenuSearch}'' mit..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Ein Feld suchen..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Suche in einem Index..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Suchfelder" @@ -1289,7 +1330,7 @@ msgstr "Legen Sie den Namen Ihrer Domain fest" msgid "Set the name of your subdomain" msgstr "Legen Sie den Namen Ihrer Subdomain fest" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsberei msgid "Should changing a field's label also change the API name?" msgstr "Sollte die Änderung einer Feldbezeichnung auch den API-Namen ändern?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Eintragen" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Registrieren Sie sich" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Einmalige Anmeldung (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Überspringen" @@ -1313,7 +1366,7 @@ msgstr "Überspringen" msgid "Sort" msgstr "Sortieren" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Spanisch" @@ -1370,6 +1423,10 @@ msgstr "Systemeinstellungen - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Systemeinstellungen - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Bedingungen der Dienstleistung" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "Die Werte dieses Feldes" msgid "The values of this field must be unique" msgstr "Die Werte dieses Feldes müssen eindeutig sein" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Beim Aktualisieren des Passworts ist ein Fehler aufgetreten." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Es gab ein Problem" @@ -1422,7 +1483,7 @@ msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr ge msgid "Time format" msgstr "Zeitformat" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Auslöser Typ" @@ -1435,11 +1496,11 @@ msgstr "Der Auslösertyp sollte Manuell sein - wenn keine Aufzeichnung(en) ausge msgid "Type" msgstr "Typ" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Typ irgendetwas" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Einzigartig" msgid "Unlimited contacts" msgstr "Unbegrenzte Kontakte" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Hochladen" @@ -1497,11 +1558,11 @@ msgstr "Details zur Rechnungsstellung anzeigen" msgid "Visualize" msgstr "Visualisieren Sie" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Für jedes neue Ereignis werden POST-Anfragen an diesen Endpunkt gesendet" @@ -1514,6 +1575,10 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Willkommen bei {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Wann der API-Schlüssel abläuft." @@ -1535,7 +1600,7 @@ msgstr "Workflow kann nicht getestet werden" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "Ihr Name, wie er angezeigt werden soll" msgid "Your workspace will be disabled" msgstr "Ihr Arbeitsbereich wird deaktiviert" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "und" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "mitarbeiter" @@ -1602,7 +1671,7 @@ msgstr "bis jährlich" msgid "yes" msgstr "ja" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} von {fieldLabel}" diff --git a/packages/twenty-front/src/locales/en.po b/packages/twenty-front/src/locales/en.po index ba9a66359..81d21d145 100644 --- a/packages/twenty-front/src/locales/en.po +++ b/packages/twenty-front/src/locales/en.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} of {fieldLabel}" @@ -42,7 +42,7 @@ msgstr "2. Configure field" msgid "24h ({hour24Label})" msgstr "24h ({hour24Label})" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abort" @@ -154,10 +154,18 @@ msgstr "Allow the invitation of new users by sharing an invite link." msgid "Allow users to sign in with an email and password." msgstr "Allow users to sign in with an email and password." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "An error occurred while updating password" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "An optional description" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "and" + #: src/pages/onboarding/ChooseYourPlan.tsx:91 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:191 msgid "API & Webhooks" @@ -197,6 +205,10 @@ msgstr "Assign roles to specify each member's access permissions" msgid "Assigned to" msgstr "Assigned to" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "At least 8 characters long." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "At least one authentication method must be enabled" @@ -232,7 +244,11 @@ msgstr "Blocklist" msgid "Book a Call" msgstr "Book a Call" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "By using Twenty, you agree to the" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calculate" @@ -275,11 +291,11 @@ msgstr "Change {to}" msgid "Change Password" msgstr "Change Password" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chinese — Simplified" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chinese — Traditional" @@ -319,11 +335,11 @@ msgstr "Configure your emails and calendar settings." msgid "Connect a new account to your workspace" msgstr "Connect a new account to your workspace" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Connect with Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Connect with Microsoft" @@ -331,16 +347,29 @@ msgstr "Connect with Microsoft" msgid "Connected accounts" msgstr "Connected accounts" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Context" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continue" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continue with Email" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continue with Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continue with Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copilot" @@ -535,7 +564,7 @@ msgstr "Destroy" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -618,12 +647,12 @@ msgstr "Employees" msgid "Empty" msgstr "Empty" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "Endpoint URL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "English" @@ -663,7 +692,7 @@ msgstr "Existing objects" msgid "Exit Settings" msgstr "Exit Settings" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Expected selected node to be a create step node." @@ -720,7 +749,7 @@ msgstr "Export to PDF" msgid "Export view" msgstr "Export view" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favorites" @@ -729,7 +758,7 @@ msgid "Field type" msgstr "Field type" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -740,7 +769,7 @@ msgid "Fields Count" msgstr "Fields Count" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filter" @@ -749,7 +778,11 @@ msgstr "Filter" msgid "Filters" msgstr "Filters" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Forgot your password?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "French" @@ -776,7 +809,7 @@ msgstr "Functions" msgid "General" msgstr "General" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "German" @@ -788,7 +821,7 @@ msgstr "Get the most out of your workspace by inviting your team." msgid "Get your subscription" msgstr "Get your subscription" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Global" @@ -818,7 +851,7 @@ msgstr "If you’ve lost this key, you can regenerate it, but be aware that any msgid "Inactive" msgstr "Inactive" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Indexes" @@ -873,15 +906,15 @@ msgstr "Invite link sent to email addresses" msgid "Invite your team" msgstr "Invite your team" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italian" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japanese" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Korean" @@ -1047,11 +1080,11 @@ msgstr "New record" msgid "New Role" msgstr "New Role" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "New Webhook" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "No connected account" @@ -1067,7 +1100,7 @@ msgstr "No workflow versions yet" msgid "Not empty" msgstr "Not empty" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Object" @@ -1106,6 +1139,10 @@ msgstr "Page Not Found" msgid "Password" msgstr "Password" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "Password has been updated" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "Password reset link has been sent to the email" @@ -1133,7 +1170,7 @@ msgstr "Permanently destroy record" msgid "Picture" msgstr "Picture" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Please enter a valid URL" @@ -1149,11 +1186,11 @@ msgstr "Please type {confirmationText} to confirm you want to delete this webhoo #~ msgid "Portuguese" #~ msgstr "Portuguese" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Portuguese — Brazil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Portuguese — Portugal" @@ -1170,13 +1207,17 @@ msgstr "Portuguese — Portugal" msgid "Preview" msgstr "Preview" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Privacy Policy" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Profile" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudo-English" @@ -1188,7 +1229,7 @@ msgstr "Read documentation" msgid "Receive an email containing password update link" msgstr "Receive an email containing password update link" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Record Selection" @@ -1211,7 +1252,7 @@ msgstr "Regenerate Key" msgid "Releases" msgstr "Releases" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Remove" @@ -1231,11 +1272,11 @@ msgstr "Remove from favorites" msgid "Reset Password" msgstr "Reset Password" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Reset to" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Results" @@ -1255,6 +1296,10 @@ msgstr "Run a workflow and return here to view its executions" msgid "Search" msgstr "Search" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Search ''{commandMenuSearch}'' with..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Search a field..." @@ -1264,7 +1309,7 @@ msgid "Search an index..." msgstr "Search an index..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Search fields" @@ -1332,7 +1377,7 @@ msgstr "Set the name of your domain" msgid "Set the name of your subdomain" msgstr "Set the name of your subdomain" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1347,6 +1392,18 @@ msgstr "Share this link to invite users to join your workspace" 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/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Sign in" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Sign up" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Single sign-on (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Skip" @@ -1356,7 +1413,7 @@ msgstr "Skip" msgid "Sort" msgstr "Sort" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Spanish" @@ -1417,6 +1474,10 @@ msgstr "System settings - {systemDateFormatLabel}" msgid "System Settings - {systemTimeFormatLabel}" msgstr "System Settings - {systemTimeFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Terms of Service" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1453,6 +1514,10 @@ msgstr "The values of this field" msgid "The values of this field must be unique" msgstr "The values of this field must be unique" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "There was an error while updating password." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "There was an issue" @@ -1477,7 +1542,7 @@ msgstr "to monthly" msgid "to yearly" msgstr "to yearly" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Trigger Type" @@ -1490,7 +1555,7 @@ msgstr "Trigger type should be Manual - when no record(s) are selected" msgid "Type" msgstr "Type" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Type anything" @@ -1503,11 +1568,11 @@ msgstr "Unique" msgid "Unlimited contacts" msgstr "Unlimited contacts" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Upload" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1552,11 +1617,11 @@ msgstr "View billing details" msgid "Visualize" msgstr "Visualize" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "We will send POST requests to this endpoint for every new event" @@ -1569,6 +1634,14 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/auth/SignInUp.tsx:43 +#~ msgid "Welcome to" +#~ msgstr "Welcome to" + +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Welcome to {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "When the API key will expire." @@ -1590,7 +1663,7 @@ msgstr "Workflow cannot be tested" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1629,6 +1702,10 @@ msgstr "Your credit balance will be used to pay the monthly bills." msgid "Your name as it will be displayed" msgstr "Your name as it will be displayed" +#: src/pages/auth/SignInUp.tsx:47 +#~ msgid "Your Workspace" +#~ msgstr "Your Workspace" + #: src/pages/settings/SettingsBilling.tsx:172 msgid "Your workspace will be disabled" msgstr "Your workspace will be disabled" diff --git a/packages/twenty-front/src/locales/es.po b/packages/twenty-front/src/locales/es.po index 9677fa2cf..748bfe35b 100644 --- a/packages/twenty-front/src/locales/es.po +++ b/packages/twenty-front/src/locales/es.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "Nombre API" msgid "API keys" msgstr "Claves API" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abortar" @@ -153,6 +153,10 @@ msgstr "Permitir la invitación de nuevos usuarios compartiendo un enlace de inv msgid "Allow users to sign in with an email and password." msgstr "Permitir que los usuarios se registren con un correo electrónico y una contraseña." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Se ha producido un error al actualizar la contraseña" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Una descripción opcional" @@ -178,6 +182,10 @@ msgstr "Asignar funciones para especificar los permisos de acceso de cada miembr msgid "Assigned to" msgstr "Asignado a" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Al menos 8 caracteres." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Al menos un método de autenticación debe estar activado" @@ -213,7 +221,11 @@ msgstr "Lista de bloqueo" msgid "Book a Call" msgstr "Reservar una llamada" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Al utilizar Twenty, aceptas la" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calcule" @@ -256,11 +268,11 @@ msgstr "Cambiar contraseña" msgid "Change {to}" msgstr "Cambiar {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chino simplificado" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chino - Tradicional" @@ -300,11 +312,11 @@ msgstr "Configura tus correos electrónicos y calendario." 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:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Conectar con Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Conectar con Microsoft" @@ -312,16 +324,29 @@ msgstr "Conectar con Microsoft" msgid "Connected accounts" msgstr "Cuentas conectadas" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Contexto" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continúe" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continuar con el correo electrónico" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continuar con Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continuar con Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copiloto" @@ -516,7 +541,7 @@ msgstr "Destruye" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "Empleados" msgid "Empty" msgstr "Vacío" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "URL del punto final" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Inglés" @@ -640,7 +665,7 @@ msgstr "Objetos existentes" msgid "Exit Settings" msgstr "Salir de Ajustes" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Se espera que el nodo seleccionado sea un nodo de paso de creación." @@ -697,7 +722,7 @@ msgstr "Exportar a PDF" msgid "Export view" msgstr "Vista de exportación" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favoritos" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Tipo de campo" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Recuento de campos" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filtro" @@ -726,7 +751,11 @@ msgstr "Filtro" msgid "Filters" msgstr "Filtros" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "¿Ha olvidado su contraseña?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Francés" @@ -745,7 +774,7 @@ msgstr "Funciones" msgid "General" msgstr "General" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Alemán" @@ -757,7 +786,7 @@ msgstr "Aproveche al máximo su espacio de trabajo invitando a su equipo." msgid "Get your subscription" msgstr "Consiga su abono" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Global" @@ -787,7 +816,7 @@ msgstr "Si has perdido esta clave, puedes regenerarla, pero ten en cuenta que cu msgid "Inactive" msgstr "Inactivo" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Índices" @@ -842,15 +871,15 @@ msgstr "Envío del enlace de invitación a las direcciones de correo electrónic msgid "Invite your team" msgstr "Invite a su equipo" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italiano" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japonés" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Coreano" @@ -1001,7 +1030,7 @@ msgstr "Nueva contraseña" msgid "New Role" msgstr "Nueva función" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Nuevo Webhook" @@ -1020,7 +1049,7 @@ msgstr "Nueva llave" msgid "New record" msgstr "Nuevo récord" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Ninguna cuenta conectada" @@ -1036,7 +1065,7 @@ msgstr "Aún no hay versiones del flujo de trabajo" msgid "Not empty" msgstr "No vacío" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Objeto" @@ -1071,6 +1100,10 @@ msgstr "Página no encontrada" msgid "Password" msgstr "Contraseña" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "Contraseña actualizada" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 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" @@ -1098,7 +1131,7 @@ msgstr "Destruir permanentemente el registro" msgid "Picture" msgstr "Fotografía" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Introduzca una URL válida" @@ -1110,11 +1143,11 @@ msgstr "Escriba \"{confirmationValue}\" para confirmar que desea eliminar esta c msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Por favor, escriba {confirmationText} para confirmar que desea eliminar este webhook." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Portugués - Brasil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Portugués - Portugal" @@ -1123,13 +1156,17 @@ msgstr "Portugués - Portugal" msgid "Preview" msgstr "Vista previa" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Política de privacidad" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Perfil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudoinglés" @@ -1141,7 +1178,7 @@ msgstr "Leer la documentación" 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:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Selección de discos" @@ -1164,7 +1201,7 @@ msgstr "Regenerar llave" msgid "Releases" msgstr "Comunicados" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Eliminar" @@ -1184,11 +1221,11 @@ msgstr "Eliminar de favoritos" msgid "Reset Password" msgstr "Restablecer contraseña" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Restablecer a" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Resultados" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Buscar en" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Busca ''{commandMenuSearch}'' con..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Buscar un campo..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Buscar en un índice..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Campos de búsqueda" @@ -1289,7 +1330,7 @@ msgstr "Establezca el nombre de su dominio" msgid "Set the name of your subdomain" msgstr "Establezca el nombre de su subdominio" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Comparte este enlace para invitar a los usuarios a unirse a tu espacio d 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/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Iniciar sesión" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Inscríbete" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Inicio de sesión único (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Saltar" @@ -1313,7 +1366,7 @@ msgstr "Saltar" msgid "Sort" msgstr "Ordenar" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Español" @@ -1370,6 +1423,10 @@ msgstr "Ajustes del sistema - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Ajustes del sistema - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Condiciones de uso" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "Los valores de este campo" msgid "The values of this field must be unique" msgstr "Los valores de este campo deben ser únicos" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Se ha producido un error al actualizar la contraseña." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Hubo un problema" @@ -1422,7 +1483,7 @@ msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente todo tu msgid "Time format" msgstr "Formato de hora" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Tipo de disparador" @@ -1435,11 +1496,11 @@ msgstr "El tipo de activación debe ser Manual - cuando no se seleccionan regist msgid "Type" msgstr "Tipo" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Tipo cualquier cosa" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Único" msgid "Unlimited contacts" msgstr "Contactos ilimitados" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Cargar" @@ -1497,11 +1558,11 @@ msgstr "Ver detalles de facturación" msgid "Visualize" msgstr "Visualice" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Enviaremos peticiones POST a este endpoint para cada nuevo evento" @@ -1514,6 +1575,10 @@ msgstr "Gancho web" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Bienvenido a {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Cuándo caducará la clave API." @@ -1535,7 +1600,7 @@ msgstr "No se puede probar el flujo de trabajo" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "Su nombre tal y como se mostrará" msgid "Your workspace will be disabled" msgstr "Tu espacio de trabajo se desactivará" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "y" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "empleados" @@ -1602,7 +1671,7 @@ msgstr "al año" msgid "yes" msgstr "sí" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} de {fieldLabel}" diff --git a/packages/twenty-front/src/locales/fr.po b/packages/twenty-front/src/locales/fr.po index 103c62145..886d7758e 100644 --- a/packages/twenty-front/src/locales/fr.po +++ b/packages/twenty-front/src/locales/fr.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "Nom de l'API" msgid "API keys" msgstr "Clés API" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abandonner" @@ -153,6 +153,10 @@ msgstr "Permettre l'invitation de nouveaux utilisateurs en partageant un lien d' msgid "Allow users to sign in with an email and password." msgstr "Permettre aux utilisateurs de se connecter à l'aide d'un courriel et d'un mot de passe." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Une erreur s'est produite lors de la mise à jour du mot de passe" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Une description facultative" @@ -178,6 +182,10 @@ msgstr "Attribuer des rôles pour spécifier les autorisations d'accès de chaqu msgid "Assigned to" msgstr "Affecté à" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Au moins 8 caractères." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Au moins une méthode d'authentification doit être activée" @@ -213,7 +221,11 @@ msgstr "Liste de blocage" msgid "Book a Call" msgstr "Réserver un appel" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "En utilisant Twenty, vous acceptez les" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calculer" @@ -256,11 +268,11 @@ msgstr "Modifier le mot de passe" msgid "Change {to}" msgstr "Modifier {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chinois - simplifié" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chinois - Traditionnel" @@ -300,11 +312,11 @@ msgstr "Configurez vos courriels et votre calendrier." msgid "Connect a new account to your workspace" msgstr "Connecter un nouveau compte à votre espace de travail" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Se connecter à Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Se connecter avec Microsoft" @@ -312,16 +324,29 @@ msgstr "Se connecter avec Microsoft" msgid "Connected accounts" msgstr "Comptes connectés" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Contexte" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continuer" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continuer par mail" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continuer avec Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continuer avec Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copilote" @@ -516,7 +541,7 @@ msgstr "Détruire" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "Salariés" msgid "Empty" msgstr "Vide" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "URL du point final" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Anglais" @@ -640,7 +665,7 @@ msgstr "Objets existants" msgid "Exit Settings" msgstr "Quitter les paramètres" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Le nœud sélectionné devrait être un nœud d'étape de création." @@ -697,7 +722,7 @@ msgstr "Exporter au format PDF" msgid "Export view" msgstr "Vue d'exportation" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favoris" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Type de champ" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Nombre de champs" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filtre" @@ -726,7 +751,11 @@ msgstr "Filtre" msgid "Filters" msgstr "Filtres" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Vous avez oublié votre mot de passe ?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Français" @@ -745,7 +774,7 @@ msgstr "Fonctions" msgid "General" msgstr "Général" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Allemand" @@ -757,7 +786,7 @@ msgstr "Tirez le meilleur parti de votre espace de travail en y invitant votre msgid "Get your subscription" msgstr "S'abonner" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Mondial" @@ -787,7 +816,7 @@ msgstr "Si vous avez perdu cette clé, vous pouvez la régénérer, mais sachez msgid "Inactive" msgstr "Inactif" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Index" @@ -842,15 +871,15 @@ msgstr "Lien d'invitation envoyé aux adresses électroniques" msgid "Invite your team" msgstr "Invitez votre équipe" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italien" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japonais" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Coréen" @@ -1001,7 +1030,7 @@ msgstr "Nouveau mot de passe" msgid "New Role" msgstr "Nouveau rôle" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Nouveau Webhook" @@ -1020,7 +1049,7 @@ msgstr "Nouvelle clé" msgid "New record" msgstr "Nouveau record" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Pas de compte connecté" @@ -1036,7 +1065,7 @@ msgstr "Pas encore de versions de flux de travail" msgid "Not empty" msgstr "Non vide" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Objet" @@ -1071,6 +1100,10 @@ msgstr "Page non trouvée" msgid "Password" msgstr "Mot de passe" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "Le mot de passe a été mis à jour" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 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" @@ -1098,7 +1131,7 @@ msgstr "Détruire définitivement l'enregistrement" msgid "Picture" msgstr "Photo" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Veuillez saisir une URL valide" @@ -1110,11 +1143,11 @@ msgstr "Veuillez taper \"{confirmationValue}\" pour confirmer que vous souhaitez msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Veuillez taper {confirmationText} pour confirmer que vous souhaitez supprimer ce webhook." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Portugais - Brésil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Portugais - Portugal" @@ -1123,13 +1156,17 @@ msgstr "Portugais - Portugal" msgid "Preview" msgstr "Avant-première" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Politique de confidentialité" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Profil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudo-anglais" @@ -1141,7 +1178,7 @@ msgstr "Lire la documentation" 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:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Sélection des enregistrements" @@ -1164,7 +1201,7 @@ msgstr "Régénérer la clé" msgid "Releases" msgstr "Communiqués" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Retirer" @@ -1184,11 +1221,11 @@ msgstr "Supprimer des favoris" msgid "Reset Password" msgstr "Réinitialiser le mot de passe" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Remettre à zéro" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Résultats" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Recherche" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Rechercher ''{commandMenuSearch}'' avec..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Rechercher un champ..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Rechercher un index..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Champs de recherche" @@ -1289,7 +1330,7 @@ msgstr "Définissez le nom de votre domaine" msgid "Set the name of your subdomain" msgstr "Définissez le nom de votre sous-domaine" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace 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/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Se connecter" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "S'inscrire" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Signature unique (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Sauter" @@ -1313,7 +1366,7 @@ msgstr "Sauter" msgid "Sort" msgstr "Trier" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Espagnol" @@ -1370,6 +1423,10 @@ msgstr "Paramètres du système - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Paramètres du système - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Conditions d'utilisation" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "Les valeurs de ce champ" msgid "The values of this field must be unique" msgstr "Les valeurs de ce champ doivent être uniques" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Une erreur s'est produite lors de la mise à jour du mot de passe." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Il y a eu un problème" @@ -1422,7 +1483,7 @@ msgstr "Cette action ne peut être annulée. Elle supprimera définitivement l'e msgid "Time format" msgstr "Format de l'heure" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Type de déclencheur" @@ -1435,11 +1496,11 @@ msgstr "Le type de déclencheur doit être Manuel - lorsqu'aucun enregistrement msgid "Type" msgstr "Type" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Type n'importe quoi" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Unique" msgid "Unlimited contacts" msgstr "Nombre illimité de contacts" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Télécharger" @@ -1497,11 +1558,11 @@ msgstr "Voir les détails de la facturation" msgid "Visualize" msgstr "Visualiser" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Nous enverrons des requêtes POST à ce point de terminaison pour chaque nouvel événement" @@ -1514,6 +1575,10 @@ msgstr "Crochet Web" msgid "Webhooks" msgstr "Crochets Web" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Bienvenue à {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Date d'expiration de la clé API." @@ -1535,7 +1600,7 @@ msgstr "Le flux de travail ne peut pas être testé" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,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/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "et" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "employés" @@ -1602,7 +1671,7 @@ msgstr "à l'année" msgid "yes" msgstr "oui" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} de {fieldLabel}" diff --git a/packages/twenty-front/src/locales/generated/de.ts b/packages/twenty-front/src/locales/generated/de.ts index f9ec7ec23..2905c9862 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" von \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API-Schlüssel\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Workflow aktivieren\"],\"F6pfE9\":[\"Aktiv\"],\"Mue4oc\":[\"Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden.\"],\"m16xKo\":[\"Hinzufügen\"],\"DpV70M\":[\"Feld hinzufügen\"],\"dEO3Zx\":[\"Objekt hinzufügen\"],\"sgXUv+\":[\"SSO-Identitätsanbieter hinzufügen\"],\"5+ttxv\":[\"Zur Blockliste hinzufügen\"],\"pBsoKL\":[\"Zu Favoriten hinzufügen\"],\"m2qDV8\":[\"Fügen Sie Ihre erste \",[\"objectLabel\"]],\"vLO+NG\":[\"Hinzugefügt \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Alle\"],\"3saA7W\":[\"Alle (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Alle Rollen\"],\"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?\"],\"nYD/Cq\":[\"Aufsteigend\"],\"rfYmIr\":[\"Rollen zuweisen, um die Zugriffsrechte der einzelnen Mitglieder festzulegen\"],\"lxQ+5m\":[\"Zugewiesen an\"],\"Y7Dx6e\":[\"Mindestens eine Authentifizierungsmethode muss aktiviert sein\"],\"P8fBlG\":[\"Authentifizierung\"],\"yIVrHZ\":[\"Autorisieren Sie\"],\"3uQmjD\":[\"Durchschnitt\"],\"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\"],\"OfzMnb\":[\"Ändern \",[\"to\"]],\"VhMDMg\":[\"Passwort ändern\"],\"SviKkE\":[\"Chinesisch - Vereinfacht\"],\"dzb4Ep\":[\"Chinesisch - Traditionell\"],\"JEFFOR\":[\"Wählen Sie ein Objekt\"],\"KT6rEB\":[\"Wählen Sie Ihren Anbieter\"],\"9qP96p\":[\"Wählen Sie Ihre Probezeit\"],\"yz7wBu\":[\"Schließen Sie\"],\"+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.\"],\"D8ATlr\":[\"Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich\"],\"Zgi9Fd\":[\"Mit Google verbinden\"],\"IOfqM8\":[\"Verbindung mit Microsoft\"],\"9TzudL\":[\"Verbundene Konten\"],\"M73whl\":[\"Kontext\"],\"xGVfLh\":[\"Weiter\"],\"CcGOj+\":[\"Kopilot\"],\"7eVkEH\":[\"Link zur Einladung kopieren\"],\"Ej5euX\":[\"Kopieren Sie diesen Schlüssel, da er nicht mehr sichtbar sein wird\"],\"wBMjJ2\":[\"Zählen Sie\"],\"EkZfen\":[\"Alle zählen\"],\"vQJINq\":[\"Leer zählen\"],\"DzRsDJ\":[\"Zählung nicht leer\"],\"9FZBbf\":[\"Eindeutige Werte zählen\"],\"zNoOC2\":[\"Erstellen Sie einen Workflow und kehren Sie hierher zurück, um seine Versionen anzuzeigen\"],\"uXGLuq\":[\"API-Schlüssel erstellen\"],\"d0DCww\":[\"Neuen Datensatz erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"8skTDV\":[\"Benutzerdefinierte Objekte\"],\"qt+EaC\":[\"Passen Sie die in den \",[\"objectLabelSingular\"],\"-Ansichten verfügbaren Felder an.\"],\"CMhr4u\":[\"Domäne anpassen\"],\"bCJa9l\":[\"Passen Sie die Sicherheit Ihres Arbeitsbereichs an\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"5cNMFz\":[\"Datenmodell\"],\"r+cVRP\":[\"Datentyp\"],\"mYGY3B\":[\"Datum\"],\"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\"],\"4tpC8V\":[\"Workflow deaktivieren\"],\"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\"],\"4dpwsE\":[\"Datensatz löschen\"],\"kf0A63\":[\"Datensätze löschen\"],\"T6S2Ns\":[\"Löschen Sie diese Integration\"],\"snMaH4\":[\"Webhook löschen\"],\"kYu0eF\":[\"Arbeitsbereich löschen\"],\"mk2Ygs\":[\"Löschen Sie Ihren gesamten Arbeitsbereich\"],\"Cko536\":[\"Absteigend\"],\"Nu4oKW\":[\"Beschreibung\"],\"2xxBws\":[\"Zerstören Sie\"],\"n+SX4g\":[\"Entwickler\"],\"zAg2B9\":[\"Entwurf verwerfen\"],\"i66xz9\":[\"Anzeige als relatives Datum\"],\"EoKe5U\":[\"Domäne\"],\"QVVmxi\":[\"Z.B. Backoffice-Integration\"],\"tOkc8o\":[\"Früheste\"],\"JTbQuO\":[\"Frühestes Datum\"],\"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\"],\"N2S1rs\":[\"Leere\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Beenden der Einstellungen\"],\"tXGQvS\":[\"Erwartet, dass der ausgewählte Knoten ein Schrittknoten ist.\"],\"bKBhgb\":[\"Erfahrung\"],\"LxRNPw\":[\"Verfallsdatum\"],\"SkXfL0\":[\"Verfallsdatum\"],\"i9qiyR\":[\"Läuft ab in\"],\"GS+Mus\":[\"Exportieren\"],\"ep2rbf\":[\"Datensätze exportieren\"],\"q46CjD\":[\"In PDF exportieren\"],\"DaGxE0\":[\"Ansicht exportieren\"],\"X9kySA\":[\"Favoriten\"],\"zXgopL\":[\"Feldtyp\"],\"vF68cg\":[\"Felder\"],\"3w/aqw\":[\"Felder zählen\"],\"o7J4JM\":[\"Filter\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Ausblenden\"],\"XTWO+W\":[\"Icon und Name\"],\"sJGljQ\":[\"Kennung\"],\"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\"],\"pZ/USH\":[\"Indizes\"],\"JE2tjr\":[\"Die Eingabe muss in Großbuchstaben erfolgen und darf nicht mit einer Zahl beginnen\"],\"AwUsnG\":[\"Instanzen\"],\"nbfdhU\":[\"Integrationen\"],\"NtFk/Z\":[\"Ungültiger Autorisierungsanbieter\"],\"B2Tpo0\":[\"Ungültige E-Mail\"],\"/m52AE\":[\"Ungültige E-Mail oder Domäne\"],\"QdoUFL\":[\"Ungültige Formularwerte\"],\"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\"],\"dFtidv\":[\"Japanisch\"],\"h6S9Yz\":[\"Koreanisch\"],\"zrpwCd\":[\"Labor\"],\"vXIe7J\":[\"Sprache\"],\"wL3cK8\":[\"Neueste\"],\"Kcjbmz\":[\"Spätester Termin\"],\"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\"],\"3Sdni6\":[\"Als erledigt markieren\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Mitglieder\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Mehr Optionen\"],\"iSLA/r\":[\"Nach links bewegen\"],\"Ubl2by\":[\"Nach rechts bewegen\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name Ihres API-Schlüssels\"],\"J7w8lI\":[\"Name Ihres Arbeitsbereichs\"],\"2T8KCk\":[\"Zum nächsten Datensatz navigieren\"],\"veSA19\":[\"Zur nächsten Version navigieren\"],\"ZTEho+\":[\"Zum nächsten Workflow navigieren\"],\"2tw9bo\":[\"Zum vorherigen Datensatz navigieren\"],\"I+Pm5V\":[\"Zur vorherigen Version navigieren\"],\"QVUN3K\":[\"Zum vorherigen Workflow navigieren\"],\"isRobC\":[\"Neu\"],\"Kcr9Fr\":[\"Neues Konto\"],\"o8MyXb\":[\"Neuer Schlüssel\"],\"j313SZ\":[\"Neuer Schlüssel\"],\"hFxdey\":[\"Neues Objekt\"],\"7vhWI8\":[\"Neues Passwort\"],\"BcCzLv\":[\"Neuer Rekord\"],\"2lmOC5\":[\"Neue Rolle\"],\"U1DAok\":[\"Neuer Webhook\"],\"pwenQu\":[\"Kein verbundenes Konto\"],\"0uWxPM\":[\"Es läuft noch kein Workflow\"],\"AQCvCC\":[\"Noch keine Workflow-Versionen\"],\"4wUkDk\":[\"Nicht leer\"],\"W0i24j\":[\"Objekt\"],\"B3toQF\":[\"Objekte\"],\"KNz3EF\":[\"Abseits der ausgetretenen Pfade\"],\"OV5wZZ\":[\"Geöffnet\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"/IX/7x\":[\"Andere\"],\"boJlGf\":[\"Seite nicht gefunden\"],\"8ZsakT\":[\"Passwort\"],\"mi6Rel\":[\"Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet\"],\"SrVzRe\":[\"Prozentsatz\"],\"yIK1GU\":[\"Prozentsatz leer\"],\"PWLd4c\":[\"Prozentsatz nicht leer\"],\"Bv3y5w\":[\"Dauerhaftes Vernichten der Aufzeichnung\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugiesisch - Brasilien\"],\"xtXHeo\":[\"Portugiesisch - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Aus Favoriten entfernen\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"1IWc1n\":[\"Zurücksetzen auf\"],\"kx0s+n\":[\"Ergebnisse\"],\"5dJK4M\":[\"Rollen\"],\"UX0N2y\":[\"Führen Sie einen Workflow aus und kehren Sie hierher zurück, um seine Ausführungen anzuzeigen\"],\"A1taO8\":[\"Suche\"],\"l1/uy2\":[\"Ein Feld suchen...\"],\"k7kp5/\":[\"Suche in einem Index...\"],\"7taA9j\":[\"Suchfelder\"],\"ofuw3g\":[\"Suche nach einem Objekt...\"],\"IMeaSJ\":[\"Datensätze suchen\"],\"a3LDKx\":[\"Sicherheit\"],\"QREcJS\":[\"Siehe aktive Version\"],\"OpPn5Z\":[\"Siehe Läufe\"],\"EtyY4+\":[\"Siehe Versionen\"],\"lYhPN0\":[\"Siehe Versionsgeschichte\"],\"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.\"],\"cx14rp\":[\"Legen Sie den Namen Ihrer Domain fest\"],\"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\"],\"f6Hub0\":[\"Sortieren\"],\"65A04M\":[\"Spanisch\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomain\"],\"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\"],\"B5jRKH\":[\"Das Abonnement wurde umgestellt \",[\"to\"]],\"AxQiPW\":[\"Summe\"],\"XYLcNv\":[\"Unterstützung\"],\"9yk9d1\":[\"Schalter \",[\"from\"]],\"qi74XZ\":[\"Schalter \",[\"to\"]],\"L6Fg36\":[\"Abrechnung wechseln \",[\"to\"]],\"AtzMpB\":[\"Feldbezeichnung und API-Name synchronisieren\"],\"E3AMmw\":[\"Systemeinstellungen - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Systemeinstellungen - \",[\"systemTimeFormatLabel\"]],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Test Arbeitsablauf\"],\"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\"],\"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\"],\"PiUt3N\":[\"Auslöser Typ\"],\"IQ5pAL\":[\"Der Auslösertyp sollte Manuell sein - wenn keine Aufzeichnung(en) ausgewählt ist/sind\"],\"+zy2Nq\":[\"Typ\"],\"U83IeL\":[\"Typ irgendetwas\"],\"wSXm5S\":[\"Einzigartig\"],\"GQCXQS\":[\"Unbegrenzte Kontakte\"],\"ONWvwQ\":[\"Hochladen\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Als Entwurf verwenden\"],\"oTTQsc\":[\"Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl\"],\"c6uZUV\":[\"Verwenden Sie unsere API oder fügen Sie Ihre erste \",[\"objectLabel\"],\" manuell hinzu\"],\"7PzzBU\":[\"Benutzer\"],\"IjyOjp\":[\"Benutzer ist nicht eingeloggt\"],\"fXVIZq\":[\"Werte\"],\"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\"],\"wvyffT\":[\"Workflow kann nicht getestet werden\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" von \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API-Schlüssel\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Workflow aktivieren\"],\"F6pfE9\":[\"Aktiv\"],\"Mue4oc\":[\"Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden.\"],\"m16xKo\":[\"Hinzufügen\"],\"DpV70M\":[\"Feld hinzufügen\"],\"dEO3Zx\":[\"Objekt hinzufügen\"],\"sgXUv+\":[\"SSO-Identitätsanbieter hinzufügen\"],\"5+ttxv\":[\"Zur Blockliste hinzufügen\"],\"pBsoKL\":[\"Zu Favoriten hinzufügen\"],\"m2qDV8\":[\"Fügen Sie Ihre erste \",[\"objectLabel\"]],\"vLO+NG\":[\"Hinzugefügt \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Alle\"],\"3saA7W\":[\"Alle (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Alle Rollen\"],\"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.\"],\"LG4K0m\":[\"Beim Aktualisieren des Passworts ist ein Fehler aufgetreten\"],\"mJ6m4C\":[\"Eine optionale Beschreibung\"],\"HZFm5R\":[\"und\"],\"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?\"],\"nYD/Cq\":[\"Aufsteigend\"],\"rfYmIr\":[\"Rollen zuweisen, um die Zugriffsrechte der einzelnen Mitglieder festzulegen\"],\"lxQ+5m\":[\"Zugewiesen an\"],\"H8QGSx\":[\"Mindestens 8 Zeichen lang.\"],\"Y7Dx6e\":[\"Mindestens eine Authentifizierungsmethode muss aktiviert sein\"],\"P8fBlG\":[\"Authentifizierung\"],\"yIVrHZ\":[\"Autorisieren Sie\"],\"3uQmjD\":[\"Durchschnitt\"],\"Dht9W3\":[\"Zurück zum Inhalt\"],\"R+w/Va\":[\"Rechnungsstellung\"],\"K1172m\":[\"Blockliste\"],\"2yl5lQ\":[\"Buchen Sie einen Anruf\"],\"8Pfllj\":[\"Mit der Nutzung von Twenty erklären Sie sich mit den\"],\"PmmvzS\":[\"Berechnen Sie\"],\"AjVXBS\":[\"Kalender\"],\"EUpfsd\":[\"Kalendarien\"],\"dEgA5A\":[\"Abbrechen\"],\"0TllC8\":[\"Jederzeit abbrechen\"],\"rRK/Lf\":[\"Plan stornieren\"],\"N6gPiD\":[\"Ihr Abonnement kündigen\"],\"OfzMnb\":[\"Ändern \",[\"to\"]],\"VhMDMg\":[\"Passwort ändern\"],\"SviKkE\":[\"Chinesisch - Vereinfacht\"],\"dzb4Ep\":[\"Chinesisch - Traditionell\"],\"JEFFOR\":[\"Wählen Sie ein Objekt\"],\"KT6rEB\":[\"Wählen Sie Ihren Anbieter\"],\"9qP96p\":[\"Wählen Sie Ihre Probezeit\"],\"yz7wBu\":[\"Schließen Sie\"],\"+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.\"],\"D8ATlr\":[\"Verbinden Sie ein neues Konto mit Ihrem Arbeitsbereich\"],\"Zgi9Fd\":[\"Mit Google verbinden\"],\"IOfqM8\":[\"Verbindung mit Microsoft\"],\"9TzudL\":[\"Verbundene Konten\"],\"M73whl\":[\"Kontext\"],\"xGVfLh\":[\"Weiter\"],\"RvVi9c\":[\"Weiter mit E-Mail\"],\"oZyG4C\":[\"Weiter mit Google\"],\"ztoybH\":[\"Weiter mit Microsoft\"],\"CcGOj+\":[\"Kopilot\"],\"7eVkEH\":[\"Link zur Einladung kopieren\"],\"Ej5euX\":[\"Kopieren Sie diesen Schlüssel, da er nicht mehr sichtbar sein wird\"],\"wBMjJ2\":[\"Zählen Sie\"],\"EkZfen\":[\"Alle zählen\"],\"vQJINq\":[\"Leer zählen\"],\"DzRsDJ\":[\"Zählung nicht leer\"],\"9FZBbf\":[\"Eindeutige Werte zählen\"],\"zNoOC2\":[\"Erstellen Sie einen Workflow und kehren Sie hierher zurück, um seine Versionen anzuzeigen\"],\"uXGLuq\":[\"API-Schlüssel erstellen\"],\"d0DCww\":[\"Neuen Datensatz erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"8skTDV\":[\"Benutzerdefinierte Objekte\"],\"qt+EaC\":[\"Passen Sie die in den \",[\"objectLabelSingular\"],\"-Ansichten verfügbaren Felder an.\"],\"CMhr4u\":[\"Domäne anpassen\"],\"bCJa9l\":[\"Passen Sie die Sicherheit Ihres Arbeitsbereichs an\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"5cNMFz\":[\"Datenmodell\"],\"r+cVRP\":[\"Datentyp\"],\"mYGY3B\":[\"Datum\"],\"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\"],\"4tpC8V\":[\"Workflow deaktivieren\"],\"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\"],\"4dpwsE\":[\"Datensatz löschen\"],\"kf0A63\":[\"Datensätze löschen\"],\"T6S2Ns\":[\"Löschen Sie diese Integration\"],\"snMaH4\":[\"Webhook löschen\"],\"kYu0eF\":[\"Arbeitsbereich löschen\"],\"mk2Ygs\":[\"Löschen Sie Ihren gesamten Arbeitsbereich\"],\"Cko536\":[\"Absteigend\"],\"Nu4oKW\":[\"Beschreibung\"],\"2xxBws\":[\"Zerstören Sie\"],\"n+SX4g\":[\"Entwickler\"],\"zAg2B9\":[\"Entwurf verwerfen\"],\"i66xz9\":[\"Anzeige als relatives Datum\"],\"EoKe5U\":[\"Domäne\"],\"QVVmxi\":[\"Z.B. Backoffice-Integration\"],\"tOkc8o\":[\"Früheste\"],\"JTbQuO\":[\"Frühestes Datum\"],\"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\"],\"N2S1rs\":[\"Leere\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Beenden der Einstellungen\"],\"tXGQvS\":[\"Erwartet, dass der ausgewählte Knoten ein Schrittknoten ist.\"],\"bKBhgb\":[\"Erfahrung\"],\"LxRNPw\":[\"Verfallsdatum\"],\"SkXfL0\":[\"Verfallsdatum\"],\"i9qiyR\":[\"Läuft ab in\"],\"GS+Mus\":[\"Exportieren\"],\"ep2rbf\":[\"Datensätze exportieren\"],\"q46CjD\":[\"In PDF exportieren\"],\"DaGxE0\":[\"Ansicht exportieren\"],\"X9kySA\":[\"Favoriten\"],\"zXgopL\":[\"Feldtyp\"],\"vF68cg\":[\"Felder\"],\"3w/aqw\":[\"Felder zählen\"],\"o7J4JM\":[\"Filter\"],\"cSev+j\":[\"Filter\"],\"glx6on\":[\"Haben Sie Ihr Passwort vergessen?\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Ausblenden\"],\"XTWO+W\":[\"Icon und Name\"],\"sJGljQ\":[\"Kennung\"],\"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\"],\"pZ/USH\":[\"Indizes\"],\"JE2tjr\":[\"Die Eingabe muss in Großbuchstaben erfolgen und darf nicht mit einer Zahl beginnen\"],\"AwUsnG\":[\"Instanzen\"],\"nbfdhU\":[\"Integrationen\"],\"NtFk/Z\":[\"Ungültiger Autorisierungsanbieter\"],\"B2Tpo0\":[\"Ungültige E-Mail\"],\"/m52AE\":[\"Ungültige E-Mail oder Domäne\"],\"QdoUFL\":[\"Ungültige Formularwerte\"],\"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\"],\"dFtidv\":[\"Japanisch\"],\"h6S9Yz\":[\"Koreanisch\"],\"zrpwCd\":[\"Labor\"],\"vXIe7J\":[\"Sprache\"],\"wL3cK8\":[\"Neueste\"],\"Kcjbmz\":[\"Spätester Termin\"],\"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\"],\"3Sdni6\":[\"Als erledigt markieren\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Mitglieder\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Mehr Optionen\"],\"iSLA/r\":[\"Nach links bewegen\"],\"Ubl2by\":[\"Nach rechts bewegen\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name Ihres API-Schlüssels\"],\"J7w8lI\":[\"Name Ihres Arbeitsbereichs\"],\"2T8KCk\":[\"Zum nächsten Datensatz navigieren\"],\"veSA19\":[\"Zur nächsten Version navigieren\"],\"ZTEho+\":[\"Zum nächsten Workflow navigieren\"],\"2tw9bo\":[\"Zum vorherigen Datensatz navigieren\"],\"I+Pm5V\":[\"Zur vorherigen Version navigieren\"],\"QVUN3K\":[\"Zum vorherigen Workflow navigieren\"],\"isRobC\":[\"Neu\"],\"Kcr9Fr\":[\"Neues Konto\"],\"o8MyXb\":[\"Neuer Schlüssel\"],\"j313SZ\":[\"Neuer Schlüssel\"],\"hFxdey\":[\"Neues Objekt\"],\"7vhWI8\":[\"Neues Passwort\"],\"BcCzLv\":[\"Neuer Rekord\"],\"2lmOC5\":[\"Neue Rolle\"],\"U1DAok\":[\"Neuer Webhook\"],\"pwenQu\":[\"Kein verbundenes Konto\"],\"0uWxPM\":[\"Es läuft noch kein Workflow\"],\"AQCvCC\":[\"Noch keine Workflow-Versionen\"],\"4wUkDk\":[\"Nicht leer\"],\"W0i24j\":[\"Objekt\"],\"B3toQF\":[\"Objekte\"],\"KNz3EF\":[\"Abseits der ausgetretenen Pfade\"],\"OV5wZZ\":[\"Geöffnet\"],\"0zpgxV\":[\"Optionen\"],\"BzEFor\":[\"oder\"],\"/IX/7x\":[\"Andere\"],\"boJlGf\":[\"Seite nicht gefunden\"],\"8ZsakT\":[\"Passwort\"],\"BxQ79w\":[\"Das Passwort wurde aktualisiert\"],\"mi6Rel\":[\"Der Link zum Zurücksetzen des Passworts wurde an die E-Mail gesendet\"],\"SrVzRe\":[\"Prozentsatz\"],\"yIK1GU\":[\"Prozentsatz leer\"],\"PWLd4c\":[\"Prozentsatz nicht leer\"],\"Bv3y5w\":[\"Dauerhaftes Vernichten der Aufzeichnung\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugiesisch - Brasilien\"],\"xtXHeo\":[\"Portugiesisch - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Vorschau\"],\"LcET2C\":[\"Datenschutzbestimmungen\"],\"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\"],\"T/pF0Z\":[\"Aus Favoriten entfernen\"],\"KbS2K9\":[\"Passwort zurücksetzen\"],\"1IWc1n\":[\"Zurücksetzen auf\"],\"kx0s+n\":[\"Ergebnisse\"],\"5dJK4M\":[\"Rollen\"],\"UX0N2y\":[\"Führen Sie einen Workflow aus und kehren Sie hierher zurück, um seine Ausführungen anzuzeigen\"],\"A1taO8\":[\"Suche\"],\"8NBMeZ\":[\"Suche '\",[\"commandMenuSearch\"],\"' mit...\"],\"l1/uy2\":[\"Ein Feld suchen...\"],\"k7kp5/\":[\"Suche in einem Index...\"],\"7taA9j\":[\"Suchfelder\"],\"ofuw3g\":[\"Suche nach einem Objekt...\"],\"IMeaSJ\":[\"Datensätze suchen\"],\"a3LDKx\":[\"Sicherheit\"],\"QREcJS\":[\"Siehe aktive Version\"],\"OpPn5Z\":[\"Siehe Läufe\"],\"EtyY4+\":[\"Siehe Versionen\"],\"lYhPN0\":[\"Siehe Versionsgeschichte\"],\"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.\"],\"cx14rp\":[\"Legen Sie den Namen Ihrer Domain fest\"],\"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?\"],\"5lWFkC\":[\"Eintragen\"],\"e+RpCP\":[\"Registrieren Sie sich\"],\"5v3IHX\":[\"Einmalige Anmeldung (SSO)\"],\"6Uau97\":[\"Überspringen\"],\"f6Hub0\":[\"Sortieren\"],\"65A04M\":[\"Spanisch\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomain\"],\"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\"],\"B5jRKH\":[\"Das Abonnement wurde umgestellt \",[\"to\"]],\"AxQiPW\":[\"Summe\"],\"XYLcNv\":[\"Unterstützung\"],\"9yk9d1\":[\"Schalter \",[\"from\"]],\"qi74XZ\":[\"Schalter \",[\"to\"]],\"L6Fg36\":[\"Abrechnung wechseln \",[\"to\"]],\"AtzMpB\":[\"Feldbezeichnung und API-Name synchronisieren\"],\"E3AMmw\":[\"Systemeinstellungen - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Systemeinstellungen - \",[\"systemTimeFormatLabel\"]],\"xowcRf\":[\"Bedingungen der Dienstleistung\"],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Test Arbeitsablauf\"],\"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\"],\"ynfkhb\":[\"Beim Aktualisieren des Passworts ist ein Fehler aufgetreten.\"],\"PmtLRf\":[\"Es gab ein Problem\"],\"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\"],\"PiUt3N\":[\"Auslöser Typ\"],\"IQ5pAL\":[\"Der Auslösertyp sollte Manuell sein - wenn keine Aufzeichnung(en) ausgewählt ist/sind\"],\"+zy2Nq\":[\"Typ\"],\"U83IeL\":[\"Typ irgendetwas\"],\"wSXm5S\":[\"Einzigartig\"],\"GQCXQS\":[\"Unbegrenzte Kontakte\"],\"ONWvwQ\":[\"Hochladen\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Als Entwurf verwenden\"],\"oTTQsc\":[\"Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl\"],\"c6uZUV\":[\"Verwenden Sie unsere API oder fügen Sie Ihre erste \",[\"objectLabel\"],\" manuell hinzu\"],\"7PzzBU\":[\"Benutzer\"],\"IjyOjp\":[\"Benutzer ist nicht eingeloggt\"],\"fXVIZq\":[\"Werte\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Willkommen bei \",[\"workspaceName\"]],\"C51ilI\":[\"Wann der API-Schlüssel abläuft.\"],\"leUubq\":[\"Wenn die Taste deaktiviert wird\"],\"wvyffT\":[\"Workflow kann nicht getestet werden\"],\"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\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 a9ef06684..00bce32bf 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" of \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API Key\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activate Workflow\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"m16xKo\":[\"Add\"],\"DpV70M\":[\"Add Field\"],\"dEO3Zx\":[\"Add object\"],\"sgXUv+\":[\"Add SSO Identity Provider\"],\"5+ttxv\":[\"Add to blocklist\"],\"pBsoKL\":[\"Add to favorites\"],\"m2qDV8\":[\"Add your first \",[\"objectLabel\"]],\"vLO+NG\":[\"Added \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"All\"],\"3saA7W\":[\"All (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"All roles\"],\"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?\"],\"nYD/Cq\":[\"Ascending\"],\"rfYmIr\":[\"Assign roles to specify each member's access permissions\"],\"lxQ+5m\":[\"Assigned to\"],\"Y7Dx6e\":[\"At least one authentication method must be enabled\"],\"P8fBlG\":[\"Authentication\"],\"yIVrHZ\":[\"Authorize\"],\"3uQmjD\":[\"Average\"],\"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\"],\"OfzMnb\":[\"Change \",[\"to\"]],\"VhMDMg\":[\"Change Password\"],\"SviKkE\":[\"Chinese — Simplified\"],\"dzb4Ep\":[\"Chinese — Traditional\"],\"JEFFOR\":[\"Choose an object\"],\"KT6rEB\":[\"Choose your provider\"],\"9qP96p\":[\"Choose your Trial\"],\"yz7wBu\":[\"Close\"],\"+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.\"],\"D8ATlr\":[\"Connect a new account to your workspace\"],\"Zgi9Fd\":[\"Connect with Google\"],\"IOfqM8\":[\"Connect with Microsoft\"],\"9TzudL\":[\"Connected accounts\"],\"M73whl\":[\"Context\"],\"xGVfLh\":[\"Continue\"],\"CcGOj+\":[\"Copilot\"],\"7eVkEH\":[\"Copy invitation link\"],\"Ej5euX\":[\"Copy this key as it will not be visible again\"],\"wBMjJ2\":[\"Count\"],\"EkZfen\":[\"Count all\"],\"vQJINq\":[\"Count empty\"],\"DzRsDJ\":[\"Count not empty\"],\"9FZBbf\":[\"Count unique values\"],\"zNoOC2\":[\"Create a workflow and return here to view its versions\"],\"uXGLuq\":[\"Create API key\"],\"d0DCww\":[\"Create new record\"],\"dkAPxi\":[\"Create Webhook\"],\"8skTDV\":[\"Custom objects\"],\"qt+EaC\":[\"Customise the fields available in the \",[\"objectLabelSingular\"],\" views.\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"r+cVRP\":[\"Data type\"],\"mYGY3B\":[\"Date\"],\"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\"],\"4tpC8V\":[\"Deactivate Workflow\"],\"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\"],\"4dpwsE\":[\"Delete record\"],\"kf0A63\":[\"Delete records\"],\"T6S2Ns\":[\"Delete this integration\"],\"snMaH4\":[\"Delete webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"Cko536\":[\"Descending\"],\"Nu4oKW\":[\"Description\"],\"2xxBws\":[\"Destroy\"],\"n+SX4g\":[\"Developers\"],\"zAg2B9\":[\"Discard Draft\"],\"i66xz9\":[\"Display as relative date\"],\"EoKe5U\":[\"Domain\"],\"QVVmxi\":[\"E.g. backoffice integration\"],\"tOkc8o\":[\"Earliest\"],\"JTbQuO\":[\"Earliest date\"],\"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\"],\"N2S1rs\":[\"Empty\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Exit Settings\"],\"tXGQvS\":[\"Expected selected node to be a create step node.\"],\"bKBhgb\":[\"Experience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Expiration Date\"],\"i9qiyR\":[\"Expires in\"],\"GS+Mus\":[\"Export\"],\"ep2rbf\":[\"Export records\"],\"q46CjD\":[\"Export to PDF\"],\"DaGxE0\":[\"Export view\"],\"X9kySA\":[\"Favorites\"],\"zXgopL\":[\"Field type\"],\"vF68cg\":[\"Fields\"],\"3w/aqw\":[\"Fields Count\"],\"o7J4JM\":[\"Filter\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Hide\"],\"XTWO+W\":[\"Icon and Name\"],\"sJGljQ\":[\"Identifier\"],\"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\"],\"pZ/USH\":[\"Indexes\"],\"JE2tjr\":[\"Input must be in camel case and cannot start with a number\"],\"AwUsnG\":[\"Instances\"],\"nbfdhU\":[\"Integrations\"],\"NtFk/Z\":[\"Invalid auth provider\"],\"B2Tpo0\":[\"Invalid email\"],\"/m52AE\":[\"Invalid email or domain\"],\"QdoUFL\":[\"Invalid form values\"],\"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\"],\"dFtidv\":[\"Japanese\"],\"h6S9Yz\":[\"Korean\"],\"zrpwCd\":[\"Lab\"],\"vXIe7J\":[\"Language\"],\"wL3cK8\":[\"Latest\"],\"Kcjbmz\":[\"Latest date\"],\"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\"],\"3Sdni6\":[\"Mark as done\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Members\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"More options\"],\"iSLA/r\":[\"Move left\"],\"Ubl2by\":[\"Move right\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name of your API key\"],\"J7w8lI\":[\"Name of your workspace\"],\"2T8KCk\":[\"Navigate to next record\"],\"veSA19\":[\"Navigate to next version\"],\"ZTEho+\":[\"Navigate to next workflow\"],\"2tw9bo\":[\"Navigate to previous record\"],\"I+Pm5V\":[\"Navigate to previous version\"],\"QVUN3K\":[\"Navigate to previous workflow\"],\"isRobC\":[\"New\"],\"Kcr9Fr\":[\"New account\"],\"o8MyXb\":[\"New key\"],\"j313SZ\":[\"New Key\"],\"hFxdey\":[\"New Object\"],\"7vhWI8\":[\"New Password\"],\"BcCzLv\":[\"New record\"],\"2lmOC5\":[\"New Role\"],\"U1DAok\":[\"New Webhook\"],\"pwenQu\":[\"No connected account\"],\"0uWxPM\":[\"No workflow runs yet\"],\"AQCvCC\":[\"No workflow versions yet\"],\"4wUkDk\":[\"Not empty\"],\"W0i24j\":[\"Object\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"OV5wZZ\":[\"Opened\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"/IX/7x\":[\"Other\"],\"boJlGf\":[\"Page Not Found\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Password reset link has been sent to the email\"],\"SrVzRe\":[\"Percent\"],\"yIK1GU\":[\"Percent empty\"],\"PWLd4c\":[\"Percent not empty\"],\"Bv3y5w\":[\"Permanently destroy record\"],\"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\"],\"0nsqwk\":[\"Portuguese — Brazil\"],\"xtXHeo\":[\"Portuguese — Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Remove from favorites\"],\"KbS2K9\":[\"Reset Password\"],\"1IWc1n\":[\"Reset to\"],\"kx0s+n\":[\"Results\"],\"5dJK4M\":[\"Roles\"],\"UX0N2y\":[\"Run a workflow and return here to view its executions\"],\"A1taO8\":[\"Search\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"7taA9j\":[\"Search fields\"],\"ofuw3g\":[\"Search for an object...\"],\"IMeaSJ\":[\"Search records\"],\"a3LDKx\":[\"Security\"],\"QREcJS\":[\"See active version\"],\"OpPn5Z\":[\"See runs\"],\"EtyY4+\":[\"See versions\"],\"lYhPN0\":[\"See versions history\"],\"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.\"],\"cx14rp\":[\"Set the name of your domain\"],\"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\"],\"f6Hub0\":[\"Sort\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomain\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"AxQiPW\":[\"Sum\"],\"XYLcNv\":[\"Support\"],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"AtzMpB\":[\"Synchronize Field Label and API Name\"],\"E3AMmw\":[\"System settings - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"System Settings - \",[\"systemTimeFormatLabel\"]],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Test Workflow\"],\"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\"],\"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\"],\"PiUt3N\":[\"Trigger Type\"],\"IQ5pAL\":[\"Trigger type should be Manual - when no record(s) are selected\"],\"+zy2Nq\":[\"Type\"],\"U83IeL\":[\"Type anything\"],\"wSXm5S\":[\"Unique\"],\"GQCXQS\":[\"Unlimited contacts\"],\"ONWvwQ\":[\"Upload\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Use as draft\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"c6uZUV\":[\"Use our API or add your first \",[\"objectLabel\"],\" manually\"],\"7PzzBU\":[\"User\"],\"IjyOjp\":[\"User is not logged in\"],\"fXVIZq\":[\"Values\"],\"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\"],\"wvyffT\":[\"Workflow cannot be tested\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" of \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API Key\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activate Workflow\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"m16xKo\":[\"Add\"],\"DpV70M\":[\"Add Field\"],\"dEO3Zx\":[\"Add object\"],\"sgXUv+\":[\"Add SSO Identity Provider\"],\"5+ttxv\":[\"Add to blocklist\"],\"pBsoKL\":[\"Add to favorites\"],\"m2qDV8\":[\"Add your first \",[\"objectLabel\"]],\"vLO+NG\":[\"Added \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"All\"],\"3saA7W\":[\"All (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"All roles\"],\"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.\"],\"LG4K0m\":[\"An error occurred while updating password\"],\"mJ6m4C\":[\"An optional description\"],\"HZFm5R\":[\"and\"],\"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?\"],\"nYD/Cq\":[\"Ascending\"],\"rfYmIr\":[\"Assign roles to specify each member's access permissions\"],\"lxQ+5m\":[\"Assigned to\"],\"H8QGSx\":[\"At least 8 characters long.\"],\"Y7Dx6e\":[\"At least one authentication method must be enabled\"],\"P8fBlG\":[\"Authentication\"],\"yIVrHZ\":[\"Authorize\"],\"3uQmjD\":[\"Average\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"K1172m\":[\"Blocklist\"],\"2yl5lQ\":[\"Book a Call\"],\"8Pfllj\":[\"By using Twenty, you agree to the\"],\"PmmvzS\":[\"Calculate\"],\"AjVXBS\":[\"Calendar\"],\"EUpfsd\":[\"Calendars\"],\"dEgA5A\":[\"Cancel\"],\"0TllC8\":[\"Cancel anytime\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"OfzMnb\":[\"Change \",[\"to\"]],\"VhMDMg\":[\"Change Password\"],\"SviKkE\":[\"Chinese — Simplified\"],\"dzb4Ep\":[\"Chinese — Traditional\"],\"JEFFOR\":[\"Choose an object\"],\"KT6rEB\":[\"Choose your provider\"],\"9qP96p\":[\"Choose your Trial\"],\"yz7wBu\":[\"Close\"],\"+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.\"],\"D8ATlr\":[\"Connect a new account to your workspace\"],\"Zgi9Fd\":[\"Connect with Google\"],\"IOfqM8\":[\"Connect with Microsoft\"],\"9TzudL\":[\"Connected accounts\"],\"M73whl\":[\"Context\"],\"xGVfLh\":[\"Continue\"],\"RvVi9c\":[\"Continue with Email\"],\"oZyG4C\":[\"Continue with Google\"],\"ztoybH\":[\"Continue with Microsoft\"],\"CcGOj+\":[\"Copilot\"],\"7eVkEH\":[\"Copy invitation link\"],\"Ej5euX\":[\"Copy this key as it will not be visible again\"],\"wBMjJ2\":[\"Count\"],\"EkZfen\":[\"Count all\"],\"vQJINq\":[\"Count empty\"],\"DzRsDJ\":[\"Count not empty\"],\"9FZBbf\":[\"Count unique values\"],\"zNoOC2\":[\"Create a workflow and return here to view its versions\"],\"uXGLuq\":[\"Create API key\"],\"d0DCww\":[\"Create new record\"],\"dkAPxi\":[\"Create Webhook\"],\"8skTDV\":[\"Custom objects\"],\"qt+EaC\":[\"Customise the fields available in the \",[\"objectLabelSingular\"],\" views.\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"r+cVRP\":[\"Data type\"],\"mYGY3B\":[\"Date\"],\"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\"],\"4tpC8V\":[\"Deactivate Workflow\"],\"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\"],\"4dpwsE\":[\"Delete record\"],\"kf0A63\":[\"Delete records\"],\"T6S2Ns\":[\"Delete this integration\"],\"snMaH4\":[\"Delete webhook\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"Cko536\":[\"Descending\"],\"Nu4oKW\":[\"Description\"],\"2xxBws\":[\"Destroy\"],\"n+SX4g\":[\"Developers\"],\"zAg2B9\":[\"Discard Draft\"],\"i66xz9\":[\"Display as relative date\"],\"EoKe5U\":[\"Domain\"],\"QVVmxi\":[\"E.g. backoffice integration\"],\"tOkc8o\":[\"Earliest\"],\"JTbQuO\":[\"Earliest date\"],\"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\"],\"N2S1rs\":[\"Empty\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Exit Settings\"],\"tXGQvS\":[\"Expected selected node to be a create step node.\"],\"bKBhgb\":[\"Experience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Expiration Date\"],\"i9qiyR\":[\"Expires in\"],\"GS+Mus\":[\"Export\"],\"ep2rbf\":[\"Export records\"],\"q46CjD\":[\"Export to PDF\"],\"DaGxE0\":[\"Export view\"],\"X9kySA\":[\"Favorites\"],\"zXgopL\":[\"Field type\"],\"vF68cg\":[\"Fields\"],\"3w/aqw\":[\"Fields Count\"],\"o7J4JM\":[\"Filter\"],\"cSev+j\":[\"Filters\"],\"glx6on\":[\"Forgot your password?\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Hide\"],\"XTWO+W\":[\"Icon and Name\"],\"sJGljQ\":[\"Identifier\"],\"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\"],\"pZ/USH\":[\"Indexes\"],\"JE2tjr\":[\"Input must be in camel case and cannot start with a number\"],\"AwUsnG\":[\"Instances\"],\"nbfdhU\":[\"Integrations\"],\"NtFk/Z\":[\"Invalid auth provider\"],\"B2Tpo0\":[\"Invalid email\"],\"/m52AE\":[\"Invalid email or domain\"],\"QdoUFL\":[\"Invalid form values\"],\"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\"],\"dFtidv\":[\"Japanese\"],\"h6S9Yz\":[\"Korean\"],\"zrpwCd\":[\"Lab\"],\"vXIe7J\":[\"Language\"],\"wL3cK8\":[\"Latest\"],\"Kcjbmz\":[\"Latest date\"],\"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\"],\"3Sdni6\":[\"Mark as done\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Members\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"More options\"],\"iSLA/r\":[\"Move left\"],\"Ubl2by\":[\"Move right\"],\"6YtxFj\":[\"Name\"],\"z+6jaZ\":[\"Name of your API key\"],\"J7w8lI\":[\"Name of your workspace\"],\"2T8KCk\":[\"Navigate to next record\"],\"veSA19\":[\"Navigate to next version\"],\"ZTEho+\":[\"Navigate to next workflow\"],\"2tw9bo\":[\"Navigate to previous record\"],\"I+Pm5V\":[\"Navigate to previous version\"],\"QVUN3K\":[\"Navigate to previous workflow\"],\"isRobC\":[\"New\"],\"Kcr9Fr\":[\"New account\"],\"o8MyXb\":[\"New key\"],\"j313SZ\":[\"New Key\"],\"hFxdey\":[\"New Object\"],\"7vhWI8\":[\"New Password\"],\"BcCzLv\":[\"New record\"],\"2lmOC5\":[\"New Role\"],\"U1DAok\":[\"New Webhook\"],\"pwenQu\":[\"No connected account\"],\"0uWxPM\":[\"No workflow runs yet\"],\"AQCvCC\":[\"No workflow versions yet\"],\"4wUkDk\":[\"Not empty\"],\"W0i24j\":[\"Object\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"OV5wZZ\":[\"Opened\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"or\"],\"/IX/7x\":[\"Other\"],\"boJlGf\":[\"Page Not Found\"],\"8ZsakT\":[\"Password\"],\"BxQ79w\":[\"Password has been updated\"],\"mi6Rel\":[\"Password reset link has been sent to the email\"],\"SrVzRe\":[\"Percent\"],\"yIK1GU\":[\"Percent empty\"],\"PWLd4c\":[\"Percent not empty\"],\"Bv3y5w\":[\"Permanently destroy record\"],\"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\"],\"0nsqwk\":[\"Portuguese — Brazil\"],\"xtXHeo\":[\"Portuguese — Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Preview\"],\"LcET2C\":[\"Privacy Policy\"],\"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\"],\"T/pF0Z\":[\"Remove from favorites\"],\"KbS2K9\":[\"Reset Password\"],\"1IWc1n\":[\"Reset to\"],\"kx0s+n\":[\"Results\"],\"5dJK4M\":[\"Roles\"],\"UX0N2y\":[\"Run a workflow and return here to view its executions\"],\"A1taO8\":[\"Search\"],\"8NBMeZ\":[\"Search '\",[\"commandMenuSearch\"],\"' with...\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"7taA9j\":[\"Search fields\"],\"ofuw3g\":[\"Search for an object...\"],\"IMeaSJ\":[\"Search records\"],\"a3LDKx\":[\"Security\"],\"QREcJS\":[\"See active version\"],\"OpPn5Z\":[\"See runs\"],\"EtyY4+\":[\"See versions\"],\"lYhPN0\":[\"See versions history\"],\"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.\"],\"cx14rp\":[\"Set the name of your domain\"],\"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?\"],\"5lWFkC\":[\"Sign in\"],\"e+RpCP\":[\"Sign up\"],\"5v3IHX\":[\"Single sign-on (SSO)\"],\"6Uau97\":[\"Skip\"],\"f6Hub0\":[\"Sort\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomain\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"AxQiPW\":[\"Sum\"],\"XYLcNv\":[\"Support\"],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"AtzMpB\":[\"Synchronize Field Label and API Name\"],\"E3AMmw\":[\"System settings - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"System Settings - \",[\"systemTimeFormatLabel\"]],\"xowcRf\":[\"Terms of Service\"],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Test Workflow\"],\"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\"],\"ynfkhb\":[\"There was an error while updating password.\"],\"PmtLRf\":[\"There was an issue\"],\"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\"],\"PiUt3N\":[\"Trigger Type\"],\"IQ5pAL\":[\"Trigger type should be Manual - when no record(s) are selected\"],\"+zy2Nq\":[\"Type\"],\"U83IeL\":[\"Type anything\"],\"wSXm5S\":[\"Unique\"],\"GQCXQS\":[\"Unlimited contacts\"],\"ONWvwQ\":[\"Upload\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Use as draft\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"c6uZUV\":[\"Use our API or add your first \",[\"objectLabel\"],\" manually\"],\"7PzzBU\":[\"User\"],\"IjyOjp\":[\"User is not logged in\"],\"fXVIZq\":[\"Values\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Welcome to \",[\"workspaceName\"]],\"C51ilI\":[\"When the API key will expire.\"],\"leUubq\":[\"When the key will be disabled\"],\"wvyffT\":[\"Workflow cannot be tested\"],\"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\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 d199eab58..a34da29cd 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clave API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activar flujo de trabajo\"],\"F6pfE9\":[\"Activo\"],\"Mue4oc\":[\"Claves API activas creadas por usted o su equipo.\"],\"m16xKo\":[\"Añadir\"],\"DpV70M\":[\"Añadir campo\"],\"dEO3Zx\":[\"Añadir objeto\"],\"sgXUv+\":[\"Añadir proveedor de identidad SSO\"],\"5+ttxv\":[\"Añadir a la lista de bloqueo\"],\"pBsoKL\":[\"Añadir a favoritos\"],\"m2qDV8\":[\"Añade tu primer \",[\"objectLabel\"]],\"vLO+NG\":[\"Añadido \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todas las funciones\"],\"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?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Asignar funciones para especificar los permisos de acceso de cada miembro\"],\"lxQ+5m\":[\"Asignado a\"],\"Y7Dx6e\":[\"Al menos un método de autenticación debe estar activado\"],\"P8fBlG\":[\"Autenticación\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Media\"],\"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\"],\"OfzMnb\":[\"Cambiar \",[\"to\"]],\"VhMDMg\":[\"Cambiar contraseña\"],\"SviKkE\":[\"Chino simplificado\"],\"dzb4Ep\":[\"Chino - Tradicional\"],\"JEFFOR\":[\"Elija un objeto\"],\"KT6rEB\":[\"Elija su proveedor\"],\"9qP96p\":[\"Elija su prueba\"],\"yz7wBu\":[\"Cerrar\"],\"+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.\"],\"D8ATlr\":[\"Conectar una nueva cuenta a su espacio de trabajo\"],\"Zgi9Fd\":[\"Conectar con Google\"],\"IOfqM8\":[\"Conectar con Microsoft\"],\"9TzudL\":[\"Cuentas conectadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continúe\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar enlace de invitación\"],\"Ej5euX\":[\"Copie esta clave ya que no será visible de nuevo\"],\"wBMjJ2\":[\"Cuenta\"],\"EkZfen\":[\"Contar todo\"],\"vQJINq\":[\"Cuenta vacía\"],\"DzRsDJ\":[\"Recuento no vacío\"],\"9FZBbf\":[\"Contar valores únicos\"],\"zNoOC2\":[\"Cree un flujo de trabajo y vuelva aquí para ver sus versiones\"],\"uXGLuq\":[\"Crear clave API\"],\"d0DCww\":[\"Crear un nuevo registro\"],\"dkAPxi\":[\"Crear Webhook\"],\"8skTDV\":[\"Objetos personalizados\"],\"qt+EaC\":[\"Personalice los campos disponibles en las vistas \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar dominio\"],\"bCJa9l\":[\"Personalice la seguridad de su espacio de trabajo\"],\"Zz6Cxn\":[\"Zona de peligro\"],\"5cNMFz\":[\"Modelo de datos\"],\"r+cVRP\":[\"Tipo de datos\"],\"mYGY3B\":[\"Fecha\"],\"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\"],\"4tpC8V\":[\"Desactivar flujo de trabajo\"],\"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\"],\"4dpwsE\":[\"Borrar registro\"],\"kf0A63\":[\"Borrar registros\"],\"T6S2Ns\":[\"Eliminar esta integración\"],\"snMaH4\":[\"Borrar webhook\"],\"kYu0eF\":[\"Eliminar espacio de trabajo\"],\"mk2Ygs\":[\"Borrar todo el espacio de trabajo\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descripción\"],\"2xxBws\":[\"Destruye\"],\"n+SX4g\":[\"Desarrolladores\"],\"zAg2B9\":[\"Borrador de descarte\"],\"i66xz9\":[\"Mostrar como fecha relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Por ejemplo, integración de backoffice\"],\"tOkc8o\":[\"Más antiguo\"],\"JTbQuO\":[\"Fecha más temprana\"],\"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\"],\"N2S1rs\":[\"Vacío\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Salir de Ajustes\"],\"tXGQvS\":[\"Se espera que el nodo seleccionado sea un nodo de paso de creación.\"],\"bKBhgb\":[\"Experiencia\"],\"LxRNPw\":[\"Caducidad\"],\"SkXfL0\":[\"Fecha de expiración\"],\"i9qiyR\":[\"Expira en\"],\"GS+Mus\":[\"Exportar\"],\"ep2rbf\":[\"Exportar registros\"],\"q46CjD\":[\"Exportar a PDF\"],\"DaGxE0\":[\"Vista de exportación\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Recuento de campos\"],\"o7J4JM\":[\"Filtro\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Ocultar\"],\"XTWO+W\":[\"Icono y nombre\"],\"sJGljQ\":[\"Identificador\"],\"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\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"La entrada debe ir en mayúsculas y no puede empezar por un número\"],\"AwUsnG\":[\"Instancias\"],\"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\"],\"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\"],\"dFtidv\":[\"Japonés\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratorio\"],\"vXIe7J\":[\"Idioma\"],\"wL3cK8\":[\"Última\"],\"Kcjbmz\":[\"Última fecha\"],\"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\"],\"3Sdni6\":[\"Marcar como hecho\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Miembros\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Más opciones\"],\"iSLA/r\":[\"Muévete a la izquierda\"],\"Ubl2by\":[\"Muévete a la derecha\"],\"6YtxFj\":[\"Nombre\"],\"z+6jaZ\":[\"Nombre de su clave API\"],\"J7w8lI\":[\"Nombre de su espacio de trabajo\"],\"2T8KCk\":[\"Navegar al registro siguiente\"],\"veSA19\":[\"Navegar a la siguiente versión\"],\"ZTEho+\":[\"Navegar al siguiente flujo de trabajo\"],\"2tw9bo\":[\"Navegar al registro anterior\"],\"I+Pm5V\":[\"Navegar a la versión anterior\"],\"QVUN3K\":[\"Navegar al flujo de trabajo anterior\"],\"isRobC\":[\"Nuevo\"],\"Kcr9Fr\":[\"Nueva cuenta\"],\"o8MyXb\":[\"Nueva llave\"],\"j313SZ\":[\"Nueva llave\"],\"hFxdey\":[\"Nuevo objeto\"],\"7vhWI8\":[\"Nueva contraseña\"],\"BcCzLv\":[\"Nuevo récord\"],\"2lmOC5\":[\"Nueva función\"],\"U1DAok\":[\"Nuevo Webhook\"],\"pwenQu\":[\"Ninguna cuenta conectada\"],\"0uWxPM\":[\"Aún no se ha ejecutado ningún flujo de trabajo\"],\"AQCvCC\":[\"Aún no hay versiones del flujo de trabajo\"],\"4wUkDk\":[\"No vacío\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fuera de los caminos trillados\"],\"OV5wZZ\":[\"Abierto\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Otros\"],\"boJlGf\":[\"Página no encontrada\"],\"8ZsakT\":[\"Contraseña\"],\"mi6Rel\":[\"Se ha enviado el enlace de restablecimiento de contraseña al correo electrónico\"],\"SrVzRe\":[\"Porcentaje\"],\"yIK1GU\":[\"Porcentaje vacío\"],\"PWLd4c\":[\"Porcentaje no vacío\"],\"Bv3y5w\":[\"Destruir permanentemente el registro\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugués - Brasil\"],\"xtXHeo\":[\"Portugués - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Eliminar de favoritos\"],\"KbS2K9\":[\"Restablecer contraseña\"],\"1IWc1n\":[\"Restablecer a\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funciones\"],\"UX0N2y\":[\"Ejecute un flujo de trabajo y vuelva aquí para ver sus ejecuciones\"],\"A1taO8\":[\"Buscar en\"],\"l1/uy2\":[\"Buscar un campo...\"],\"k7kp5/\":[\"Buscar en un índice...\"],\"7taA9j\":[\"Campos de búsqueda\"],\"ofuw3g\":[\"Busca un objeto...\"],\"IMeaSJ\":[\"Buscar registros\"],\"a3LDKx\":[\"Seguridad\"],\"QREcJS\":[\"Ver versión activa\"],\"OpPn5Z\":[\"Ver carreras\"],\"EtyY4+\":[\"Ver versiones\"],\"lYhPN0\":[\"Ver historial de versiones\"],\"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.\"],\"cx14rp\":[\"Establezca el nombre de su dominio\"],\"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\"],\"f6Hub0\":[\"Ordenar\"],\"65A04M\":[\"Español\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdominio\"],\"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\"],\"B5jRKH\":[\"Se ha cambiado la suscripción \",[\"to\"]],\"AxQiPW\":[\"Suma\"],\"XYLcNv\":[\"Ayuda\"],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"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\"]],\"NnH3pK\":[\"Prueba\"],\"bU9B27\":[\"Flujo de trabajo de pruebas\"],\"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\"],\"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\"],\"PiUt3N\":[\"Tipo de disparador\"],\"IQ5pAL\":[\"El tipo de activación debe ser Manual - cuando no se seleccionan registros\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo cualquier cosa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Cargar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizar como borrador\"],\"oTTQsc\":[\"Utilice sólo letra, número y guión. Empiece y termine con una letra o un número\"],\"c6uZUV\":[\"Utilice nuestra API o añada su primer \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Usuario\"],\"IjyOjp\":[\"El usuario no ha iniciado sesión\"],\"fXVIZq\":[\"Valores\"],\"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\"],\"wvyffT\":[\"No se puede probar el flujo 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 +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clave API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activar flujo de trabajo\"],\"F6pfE9\":[\"Activo\"],\"Mue4oc\":[\"Claves API activas creadas por usted o su equipo.\"],\"m16xKo\":[\"Añadir\"],\"DpV70M\":[\"Añadir campo\"],\"dEO3Zx\":[\"Añadir objeto\"],\"sgXUv+\":[\"Añadir proveedor de identidad SSO\"],\"5+ttxv\":[\"Añadir a la lista de bloqueo\"],\"pBsoKL\":[\"Añadir a favoritos\"],\"m2qDV8\":[\"Añade tu primer \",[\"objectLabel\"]],\"vLO+NG\":[\"Añadido \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todas las funciones\"],\"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.\"],\"LG4K0m\":[\"Se ha producido un error al actualizar la contraseña\"],\"mJ6m4C\":[\"Una descripción opcional\"],\"HZFm5R\":[\"y\"],\"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?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Asignar funciones para especificar los permisos de acceso de cada miembro\"],\"lxQ+5m\":[\"Asignado a\"],\"H8QGSx\":[\"Al menos 8 caracteres.\"],\"Y7Dx6e\":[\"Al menos un método de autenticación debe estar activado\"],\"P8fBlG\":[\"Autenticación\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Media\"],\"Dht9W3\":[\"Volver al contenido\"],\"R+w/Va\":[\"Facturación\"],\"K1172m\":[\"Lista de bloqueo\"],\"2yl5lQ\":[\"Reservar una llamada\"],\"8Pfllj\":[\"Al utilizar Twenty, aceptas la\"],\"PmmvzS\":[\"Calcule\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendarios\"],\"dEgA5A\":[\"Cancelar\"],\"0TllC8\":[\"Cancelar\"],\"rRK/Lf\":[\"Cancelar plan\"],\"N6gPiD\":[\"Cancelar su suscripción\"],\"OfzMnb\":[\"Cambiar \",[\"to\"]],\"VhMDMg\":[\"Cambiar contraseña\"],\"SviKkE\":[\"Chino simplificado\"],\"dzb4Ep\":[\"Chino - Tradicional\"],\"JEFFOR\":[\"Elija un objeto\"],\"KT6rEB\":[\"Elija su proveedor\"],\"9qP96p\":[\"Elija su prueba\"],\"yz7wBu\":[\"Cerrar\"],\"+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.\"],\"D8ATlr\":[\"Conectar una nueva cuenta a su espacio de trabajo\"],\"Zgi9Fd\":[\"Conectar con Google\"],\"IOfqM8\":[\"Conectar con Microsoft\"],\"9TzudL\":[\"Cuentas conectadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continúe\"],\"RvVi9c\":[\"Continuar con el correo electrónico\"],\"oZyG4C\":[\"Continuar con Google\"],\"ztoybH\":[\"Continuar con Microsoft\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar enlace de invitación\"],\"Ej5euX\":[\"Copie esta clave ya que no será visible de nuevo\"],\"wBMjJ2\":[\"Cuenta\"],\"EkZfen\":[\"Contar todo\"],\"vQJINq\":[\"Cuenta vacía\"],\"DzRsDJ\":[\"Recuento no vacío\"],\"9FZBbf\":[\"Contar valores únicos\"],\"zNoOC2\":[\"Cree un flujo de trabajo y vuelva aquí para ver sus versiones\"],\"uXGLuq\":[\"Crear clave API\"],\"d0DCww\":[\"Crear un nuevo registro\"],\"dkAPxi\":[\"Crear Webhook\"],\"8skTDV\":[\"Objetos personalizados\"],\"qt+EaC\":[\"Personalice los campos disponibles en las vistas \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar dominio\"],\"bCJa9l\":[\"Personalice la seguridad de su espacio de trabajo\"],\"Zz6Cxn\":[\"Zona de peligro\"],\"5cNMFz\":[\"Modelo de datos\"],\"r+cVRP\":[\"Tipo de datos\"],\"mYGY3B\":[\"Fecha\"],\"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\"],\"4tpC8V\":[\"Desactivar flujo de trabajo\"],\"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\"],\"4dpwsE\":[\"Borrar registro\"],\"kf0A63\":[\"Borrar registros\"],\"T6S2Ns\":[\"Eliminar esta integración\"],\"snMaH4\":[\"Borrar webhook\"],\"kYu0eF\":[\"Eliminar espacio de trabajo\"],\"mk2Ygs\":[\"Borrar todo el espacio de trabajo\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descripción\"],\"2xxBws\":[\"Destruye\"],\"n+SX4g\":[\"Desarrolladores\"],\"zAg2B9\":[\"Borrador de descarte\"],\"i66xz9\":[\"Mostrar como fecha relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Por ejemplo, integración de backoffice\"],\"tOkc8o\":[\"Más antiguo\"],\"JTbQuO\":[\"Fecha más temprana\"],\"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\"],\"N2S1rs\":[\"Vacío\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Salir de Ajustes\"],\"tXGQvS\":[\"Se espera que el nodo seleccionado sea un nodo de paso de creación.\"],\"bKBhgb\":[\"Experiencia\"],\"LxRNPw\":[\"Caducidad\"],\"SkXfL0\":[\"Fecha de expiración\"],\"i9qiyR\":[\"Expira en\"],\"GS+Mus\":[\"Exportar\"],\"ep2rbf\":[\"Exportar registros\"],\"q46CjD\":[\"Exportar a PDF\"],\"DaGxE0\":[\"Vista de exportación\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Recuento de campos\"],\"o7J4JM\":[\"Filtro\"],\"cSev+j\":[\"Filtros\"],\"glx6on\":[\"¿Ha olvidado su contraseña?\"],\"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\"],\"2GT3Hf\":[\"Global\"],\"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.\"],\"vLyv1R\":[\"Ocultar\"],\"XTWO+W\":[\"Icono y nombre\"],\"sJGljQ\":[\"Identificador\"],\"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\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"La entrada debe ir en mayúsculas y no puede empezar por un número\"],\"AwUsnG\":[\"Instancias\"],\"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\"],\"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\"],\"dFtidv\":[\"Japonés\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratorio\"],\"vXIe7J\":[\"Idioma\"],\"wL3cK8\":[\"Última\"],\"Kcjbmz\":[\"Última fecha\"],\"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\"],\"3Sdni6\":[\"Marcar como hecho\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Miembros\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Más opciones\"],\"iSLA/r\":[\"Muévete a la izquierda\"],\"Ubl2by\":[\"Muévete a la derecha\"],\"6YtxFj\":[\"Nombre\"],\"z+6jaZ\":[\"Nombre de su clave API\"],\"J7w8lI\":[\"Nombre de su espacio de trabajo\"],\"2T8KCk\":[\"Navegar al registro siguiente\"],\"veSA19\":[\"Navegar a la siguiente versión\"],\"ZTEho+\":[\"Navegar al siguiente flujo de trabajo\"],\"2tw9bo\":[\"Navegar al registro anterior\"],\"I+Pm5V\":[\"Navegar a la versión anterior\"],\"QVUN3K\":[\"Navegar al flujo de trabajo anterior\"],\"isRobC\":[\"Nuevo\"],\"Kcr9Fr\":[\"Nueva cuenta\"],\"o8MyXb\":[\"Nueva llave\"],\"j313SZ\":[\"Nueva llave\"],\"hFxdey\":[\"Nuevo objeto\"],\"7vhWI8\":[\"Nueva contraseña\"],\"BcCzLv\":[\"Nuevo récord\"],\"2lmOC5\":[\"Nueva función\"],\"U1DAok\":[\"Nuevo Webhook\"],\"pwenQu\":[\"Ninguna cuenta conectada\"],\"0uWxPM\":[\"Aún no se ha ejecutado ningún flujo de trabajo\"],\"AQCvCC\":[\"Aún no hay versiones del flujo de trabajo\"],\"4wUkDk\":[\"No vacío\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fuera de los caminos trillados\"],\"OV5wZZ\":[\"Abierto\"],\"0zpgxV\":[\"Opciones\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Otros\"],\"boJlGf\":[\"Página no encontrada\"],\"8ZsakT\":[\"Contraseña\"],\"BxQ79w\":[\"Contraseña actualizada\"],\"mi6Rel\":[\"Se ha enviado el enlace de restablecimiento de contraseña al correo electrónico\"],\"SrVzRe\":[\"Porcentaje\"],\"yIK1GU\":[\"Porcentaje vacío\"],\"PWLd4c\":[\"Porcentaje no vacío\"],\"Bv3y5w\":[\"Destruir permanentemente el registro\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugués - Brasil\"],\"xtXHeo\":[\"Portugués - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Vista previa\"],\"LcET2C\":[\"Política de privacidad\"],\"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\"],\"T/pF0Z\":[\"Eliminar de favoritos\"],\"KbS2K9\":[\"Restablecer contraseña\"],\"1IWc1n\":[\"Restablecer a\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funciones\"],\"UX0N2y\":[\"Ejecute un flujo de trabajo y vuelva aquí para ver sus ejecuciones\"],\"A1taO8\":[\"Buscar en\"],\"8NBMeZ\":[\"Busca '\",[\"commandMenuSearch\"],\"' con...\"],\"l1/uy2\":[\"Buscar un campo...\"],\"k7kp5/\":[\"Buscar en un índice...\"],\"7taA9j\":[\"Campos de búsqueda\"],\"ofuw3g\":[\"Busca un objeto...\"],\"IMeaSJ\":[\"Buscar registros\"],\"a3LDKx\":[\"Seguridad\"],\"QREcJS\":[\"Ver versión activa\"],\"OpPn5Z\":[\"Ver carreras\"],\"EtyY4+\":[\"Ver versiones\"],\"lYhPN0\":[\"Ver historial de versiones\"],\"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.\"],\"cx14rp\":[\"Establezca el nombre de su dominio\"],\"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?\"],\"5lWFkC\":[\"Iniciar sesión\"],\"e+RpCP\":[\"Inscríbete\"],\"5v3IHX\":[\"Inicio de sesión único (SSO)\"],\"6Uau97\":[\"Saltar\"],\"f6Hub0\":[\"Ordenar\"],\"65A04M\":[\"Español\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdominio\"],\"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\"],\"B5jRKH\":[\"Se ha cambiado la suscripción \",[\"to\"]],\"AxQiPW\":[\"Suma\"],\"XYLcNv\":[\"Ayuda\"],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"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\"]],\"xowcRf\":[\"Condiciones de uso\"],\"NnH3pK\":[\"Prueba\"],\"bU9B27\":[\"Flujo de trabajo de pruebas\"],\"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\"],\"ynfkhb\":[\"Se ha producido un error al actualizar la contraseña.\"],\"PmtLRf\":[\"Hubo un problema\"],\"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\"],\"PiUt3N\":[\"Tipo de disparador\"],\"IQ5pAL\":[\"El tipo de activación debe ser Manual - cuando no se seleccionan registros\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo cualquier cosa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Cargar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizar como borrador\"],\"oTTQsc\":[\"Utilice sólo letra, número y guión. Empiece y termine con una letra o un número\"],\"c6uZUV\":[\"Utilice nuestra API o añada su primer \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Usuario\"],\"IjyOjp\":[\"El usuario no ha iniciado sesión\"],\"fXVIZq\":[\"Valores\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Bienvenido a \",[\"workspaceName\"]],\"C51ilI\":[\"Cuándo caducará la clave API.\"],\"leUubq\":[\"Cuándo se desactivará la tecla\"],\"wvyffT\":[\"No se puede probar el flujo 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á\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 99867eb7a..4de945c56 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clé API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activer le flux de travail\"],\"F6pfE9\":[\"Actif\"],\"Mue4oc\":[\"Clés API actives créées par vous ou votre équipe.\"],\"m16xKo\":[\"Ajouter\"],\"DpV70M\":[\"Ajouter un champ\"],\"dEO3Zx\":[\"Ajouter un objet\"],\"sgXUv+\":[\"Ajouter un fournisseur d'identité SSO\"],\"5+ttxv\":[\"Ajouter à la liste de blocage\"],\"pBsoKL\":[\"Ajouter aux favoris\"],\"m2qDV8\":[\"Ajoutez votre premier \",[\"objectLabel\"]],\"vLO+NG\":[\"Ajouté \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Tous\"],\"3saA7W\":[\"Tous (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Tous les rôles\"],\"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 ?\"],\"nYD/Cq\":[\"Ascendante\"],\"rfYmIr\":[\"Attribuer des rôles pour spécifier les autorisations d'accès de chaque membre\"],\"lxQ+5m\":[\"Affecté à\"],\"Y7Dx6e\":[\"Au moins une méthode d'authentification doit être activée\"],\"P8fBlG\":[\"Authentification\"],\"yIVrHZ\":[\"Autoriser\"],\"3uQmjD\":[\"Moyenne\"],\"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\"],\"OfzMnb\":[\"Modifier \",[\"to\"]],\"VhMDMg\":[\"Modifier le mot de passe\"],\"SviKkE\":[\"Chinois - simplifié\"],\"dzb4Ep\":[\"Chinois - Traditionnel\"],\"JEFFOR\":[\"Choisir un objet\"],\"KT6rEB\":[\"Choisissez votre fournisseur\"],\"9qP96p\":[\"Choisissez votre essai\"],\"yz7wBu\":[\"Fermer\"],\"+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.\"],\"D8ATlr\":[\"Connecter un nouveau compte à votre espace de travail\"],\"Zgi9Fd\":[\"Se connecter à Google\"],\"IOfqM8\":[\"Se connecter avec Microsoft\"],\"9TzudL\":[\"Comptes connectés\"],\"M73whl\":[\"Contexte\"],\"xGVfLh\":[\"Continuer\"],\"CcGOj+\":[\"Copilote\"],\"7eVkEH\":[\"Copier le lien de l'invitation\"],\"Ej5euX\":[\"Copiez cette clé car elle ne sera pas visible à nouveau\"],\"wBMjJ2\":[\"Compter\"],\"EkZfen\":[\"Comptez tout\"],\"vQJINq\":[\"Compter les vides\"],\"DzRsDJ\":[\"Le compte n'est pas vide\"],\"9FZBbf\":[\"Compter les valeurs uniques\"],\"zNoOC2\":[\"Créez un flux de travail et revenez ici pour voir ses versions\"],\"uXGLuq\":[\"Créer une clé API\"],\"d0DCww\":[\"Créer un nouvel enregistrement\"],\"dkAPxi\":[\"Créer un Webhook\"],\"8skTDV\":[\"Objets personnalisés\"],\"qt+EaC\":[\"Personnaliser les champs disponibles dans les vues \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personnaliser le domaine\"],\"bCJa9l\":[\"Personnalisez la sécurité de votre espace de travail\"],\"Zz6Cxn\":[\"Zone de danger\"],\"5cNMFz\":[\"Modèle de données\"],\"r+cVRP\":[\"Type de données\"],\"mYGY3B\":[\"Date\"],\"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\"],\"4tpC8V\":[\"Désactiver le flux de travail\"],\"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\"],\"4dpwsE\":[\"Supprimer l'enregistrement\"],\"kf0A63\":[\"Supprimer des enregistrements\"],\"T6S2Ns\":[\"Supprimer cette intégration\"],\"snMaH4\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Supprimer l'espace de travail\"],\"mk2Ygs\":[\"Supprimer l'ensemble de l'espace de travail\"],\"Cko536\":[\"Descente\"],\"Nu4oKW\":[\"Description\"],\"2xxBws\":[\"Détruire\"],\"n+SX4g\":[\"Développeurs\"],\"zAg2B9\":[\"Rejeter le projet\"],\"i66xz9\":[\"Affichage en tant que date relative\"],\"EoKe5U\":[\"Domaine\"],\"QVVmxi\":[\"Par exemple, l'intégration du backoffice\"],\"tOkc8o\":[\"Le plus tôt\"],\"JTbQuO\":[\"Date la plus ancienne\"],\"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\"],\"N2S1rs\":[\"Vide\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Quitter les paramètres\"],\"tXGQvS\":[\"Le nœud sélectionné devrait être un nœud d'étape de création.\"],\"bKBhgb\":[\"Expérience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Date d'expiration\"],\"i9qiyR\":[\"Expire en\"],\"GS+Mus\":[\"Exportation\"],\"ep2rbf\":[\"Exporter des enregistrements\"],\"q46CjD\":[\"Exporter au format PDF\"],\"DaGxE0\":[\"Vue d'exportation\"],\"X9kySA\":[\"Favoris\"],\"zXgopL\":[\"Type de champ\"],\"vF68cg\":[\"Domaines\"],\"3w/aqw\":[\"Nombre de champs\"],\"o7J4JM\":[\"Filtre\"],\"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\"],\"2GT3Hf\":[\"Mondial\"],\"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.\"],\"vLyv1R\":[\"Cacher\"],\"XTWO+W\":[\"Icône et nom\"],\"sJGljQ\":[\"Identifiant\"],\"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\"],\"pZ/USH\":[\"Index\"],\"JE2tjr\":[\"Les données doivent être en majuscules et ne peuvent pas commencer par un chiffre\"],\"AwUsnG\":[\"Instances\"],\"nbfdhU\":[\"Intégrations\"],\"NtFk/Z\":[\"Fournisseur d'authentification invalide\"],\"B2Tpo0\":[\"Courriel non valide\"],\"/m52AE\":[\"Courriel ou domaine invalide\"],\"QdoUFL\":[\"Valeurs de formulaire 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\"],\"dFtidv\":[\"Japonais\"],\"h6S9Yz\":[\"Coréen\"],\"zrpwCd\":[\"Laboratoire\"],\"vXIe7J\":[\"Langue\"],\"wL3cK8\":[\"Dernières nouvelles\"],\"Kcjbmz\":[\"Dernière date\"],\"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\"],\"3Sdni6\":[\"Marquer comme fait\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Les membres\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Plus d'options\"],\"iSLA/r\":[\"Déplacer vers la gauche\"],\"Ubl2by\":[\"Déplacer à droite\"],\"6YtxFj\":[\"Nom\"],\"z+6jaZ\":[\"Nom de votre clé API\"],\"J7w8lI\":[\"Nom de votre espace de travail\"],\"2T8KCk\":[\"Passer à l'enregistrement suivant\"],\"veSA19\":[\"Naviguer vers la version suivante\"],\"ZTEho+\":[\"Naviguer vers le flux de travail suivant\"],\"2tw9bo\":[\"Naviguer vers l'enregistrement précédent\"],\"I+Pm5V\":[\"Naviguer vers la version précédente\"],\"QVUN3K\":[\"Naviguer vers le flux de travail précédent\"],\"isRobC\":[\"Nouveau\"],\"Kcr9Fr\":[\"Nouveau compte\"],\"o8MyXb\":[\"Nouvelle clé\"],\"j313SZ\":[\"Nouvelle clé\"],\"hFxdey\":[\"Nouvel objet\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"BcCzLv\":[\"Nouveau record\"],\"2lmOC5\":[\"Nouveau rôle\"],\"U1DAok\":[\"Nouveau Webhook\"],\"pwenQu\":[\"Pas de compte connecté\"],\"0uWxPM\":[\"Aucun flux de travail n'a encore été exécuté\"],\"AQCvCC\":[\"Pas encore de versions de flux de travail\"],\"4wUkDk\":[\"Non vide\"],\"W0i24j\":[\"Objet\"],\"B3toQF\":[\"Objets\"],\"KNz3EF\":[\"Hors des sentiers battus\"],\"OV5wZZ\":[\"Ouvert\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Autres\"],\"boJlGf\":[\"Page non trouvée\"],\"8ZsakT\":[\"Mot de passe\"],\"mi6Rel\":[\"Le lien de réinitialisation du mot de passe a été envoyé à l'email\"],\"SrVzRe\":[\"Pourcentage\"],\"yIK1GU\":[\"Pourcentage de vide\"],\"PWLd4c\":[\"Pourcentage non vide\"],\"Bv3y5w\":[\"Détruire définitivement l'enregistrement\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugais - Brésil\"],\"xtXHeo\":[\"Portugais - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Supprimer des favoris\"],\"KbS2K9\":[\"Réinitialiser le mot de passe\"],\"1IWc1n\":[\"Remettre à zéro\"],\"kx0s+n\":[\"Résultats\"],\"5dJK4M\":[\"Rôles\"],\"UX0N2y\":[\"Exécutez un flux de travail et revenez ici pour voir ses exécutions\"],\"A1taO8\":[\"Recherche\"],\"l1/uy2\":[\"Rechercher un champ...\"],\"k7kp5/\":[\"Rechercher un index...\"],\"7taA9j\":[\"Champs de recherche\"],\"ofuw3g\":[\"Recherche d'un objet...\"],\"IMeaSJ\":[\"Recherche de documents\"],\"a3LDKx\":[\"Sécurité\"],\"QREcJS\":[\"Voir la version active\"],\"OpPn5Z\":[\"Voir les pistes\"],\"EtyY4+\":[\"Voir les versions\"],\"lYhPN0\":[\"Voir l'historique des versions\"],\"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.\"],\"cx14rp\":[\"Définissez le nom de votre domaine\"],\"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\"],\"f6Hub0\":[\"Trier\"],\"65A04M\":[\"Espagnol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Sous-domaine\"],\"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\"],\"B5jRKH\":[\"L'abonnement a été modifié \",[\"to\"]],\"AxQiPW\":[\"Somme\"],\"XYLcNv\":[\"Soutien\"],\"9yk9d1\":[\"Changer en \",[\"from\"]],\"qi74XZ\":[\"Changer en \",[\"to\"]],\"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\"]],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Processus de test\"],\"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\"],\"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\"],\"PiUt3N\":[\"Type de déclencheur\"],\"IQ5pAL\":[\"Le type de déclencheur doit être Manuel - lorsqu'aucun enregistrement n'est sélectionné\"],\"+zy2Nq\":[\"Type\"],\"U83IeL\":[\"Type n'importe quoi\"],\"wSXm5S\":[\"Unique\"],\"GQCXQS\":[\"Nombre illimité de contacts\"],\"ONWvwQ\":[\"Télécharger\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utiliser comme brouillon\"],\"oTTQsc\":[\"Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre\"],\"c6uZUV\":[\"Utilisez notre API ou ajoutez manuellement votre premier \",[\"objectLabel\"]],\"7PzzBU\":[\"Utilisateur\"],\"IjyOjp\":[\"L'utilisateur n'est pas connecté\"],\"fXVIZq\":[\"Valeurs\"],\"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\"],\"wvyffT\":[\"Le flux de travail ne peut pas être testé\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Clé API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Activer le flux de travail\"],\"F6pfE9\":[\"Actif\"],\"Mue4oc\":[\"Clés API actives créées par vous ou votre équipe.\"],\"m16xKo\":[\"Ajouter\"],\"DpV70M\":[\"Ajouter un champ\"],\"dEO3Zx\":[\"Ajouter un objet\"],\"sgXUv+\":[\"Ajouter un fournisseur d'identité SSO\"],\"5+ttxv\":[\"Ajouter à la liste de blocage\"],\"pBsoKL\":[\"Ajouter aux favoris\"],\"m2qDV8\":[\"Ajoutez votre premier \",[\"objectLabel\"]],\"vLO+NG\":[\"Ajouté \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Tous\"],\"3saA7W\":[\"Tous (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Tous les rôles\"],\"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.\"],\"LG4K0m\":[\"Une erreur s'est produite lors de la mise à jour du mot de passe\"],\"mJ6m4C\":[\"Une description facultative\"],\"HZFm5R\":[\"et\"],\"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 ?\"],\"nYD/Cq\":[\"Ascendante\"],\"rfYmIr\":[\"Attribuer des rôles pour spécifier les autorisations d'accès de chaque membre\"],\"lxQ+5m\":[\"Affecté à\"],\"H8QGSx\":[\"Au moins 8 caractères.\"],\"Y7Dx6e\":[\"Au moins une méthode d'authentification doit être activée\"],\"P8fBlG\":[\"Authentification\"],\"yIVrHZ\":[\"Autoriser\"],\"3uQmjD\":[\"Moyenne\"],\"Dht9W3\":[\"Retour au contenu\"],\"R+w/Va\":[\"Facturation\"],\"K1172m\":[\"Liste de blocage\"],\"2yl5lQ\":[\"Réserver un appel\"],\"8Pfllj\":[\"En utilisant Twenty, vous acceptez les\"],\"PmmvzS\":[\"Calculer\"],\"AjVXBS\":[\"Calendrier\"],\"EUpfsd\":[\"Calendriers\"],\"dEgA5A\":[\"Annuler\"],\"0TllC8\":[\"Annuler à tout moment\"],\"rRK/Lf\":[\"Annuler le plan\"],\"N6gPiD\":[\"Annuler votre abonnement\"],\"OfzMnb\":[\"Modifier \",[\"to\"]],\"VhMDMg\":[\"Modifier le mot de passe\"],\"SviKkE\":[\"Chinois - simplifié\"],\"dzb4Ep\":[\"Chinois - Traditionnel\"],\"JEFFOR\":[\"Choisir un objet\"],\"KT6rEB\":[\"Choisissez votre fournisseur\"],\"9qP96p\":[\"Choisissez votre essai\"],\"yz7wBu\":[\"Fermer\"],\"+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.\"],\"D8ATlr\":[\"Connecter un nouveau compte à votre espace de travail\"],\"Zgi9Fd\":[\"Se connecter à Google\"],\"IOfqM8\":[\"Se connecter avec Microsoft\"],\"9TzudL\":[\"Comptes connectés\"],\"M73whl\":[\"Contexte\"],\"xGVfLh\":[\"Continuer\"],\"RvVi9c\":[\"Poursuivre avec le courrier électronique\"],\"oZyG4C\":[\"Continuer avec Google\"],\"ztoybH\":[\"Continuer avec Microsoft\"],\"CcGOj+\":[\"Copilote\"],\"7eVkEH\":[\"Copier le lien de l'invitation\"],\"Ej5euX\":[\"Copiez cette clé car elle ne sera pas visible à nouveau\"],\"wBMjJ2\":[\"Compter\"],\"EkZfen\":[\"Comptez tout\"],\"vQJINq\":[\"Compter les vides\"],\"DzRsDJ\":[\"Le compte n'est pas vide\"],\"9FZBbf\":[\"Compter les valeurs uniques\"],\"zNoOC2\":[\"Créez un flux de travail et revenez ici pour voir ses versions\"],\"uXGLuq\":[\"Créer une clé API\"],\"d0DCww\":[\"Créer un nouvel enregistrement\"],\"dkAPxi\":[\"Créer un Webhook\"],\"8skTDV\":[\"Objets personnalisés\"],\"qt+EaC\":[\"Personnaliser les champs disponibles dans les vues \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personnaliser le domaine\"],\"bCJa9l\":[\"Personnalisez la sécurité de votre espace de travail\"],\"Zz6Cxn\":[\"Zone de danger\"],\"5cNMFz\":[\"Modèle de données\"],\"r+cVRP\":[\"Type de données\"],\"mYGY3B\":[\"Date\"],\"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\"],\"4tpC8V\":[\"Désactiver le flux de travail\"],\"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\"],\"4dpwsE\":[\"Supprimer l'enregistrement\"],\"kf0A63\":[\"Supprimer des enregistrements\"],\"T6S2Ns\":[\"Supprimer cette intégration\"],\"snMaH4\":[\"Supprimer le webhook\"],\"kYu0eF\":[\"Supprimer l'espace de travail\"],\"mk2Ygs\":[\"Supprimer l'ensemble de l'espace de travail\"],\"Cko536\":[\"Descente\"],\"Nu4oKW\":[\"Description\"],\"2xxBws\":[\"Détruire\"],\"n+SX4g\":[\"Développeurs\"],\"zAg2B9\":[\"Rejeter le projet\"],\"i66xz9\":[\"Affichage en tant que date relative\"],\"EoKe5U\":[\"Domaine\"],\"QVVmxi\":[\"Par exemple, l'intégration du backoffice\"],\"tOkc8o\":[\"Le plus tôt\"],\"JTbQuO\":[\"Date la plus ancienne\"],\"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\"],\"N2S1rs\":[\"Vide\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Quitter les paramètres\"],\"tXGQvS\":[\"Le nœud sélectionné devrait être un nœud d'étape de création.\"],\"bKBhgb\":[\"Expérience\"],\"LxRNPw\":[\"Expiration\"],\"SkXfL0\":[\"Date d'expiration\"],\"i9qiyR\":[\"Expire en\"],\"GS+Mus\":[\"Exportation\"],\"ep2rbf\":[\"Exporter des enregistrements\"],\"q46CjD\":[\"Exporter au format PDF\"],\"DaGxE0\":[\"Vue d'exportation\"],\"X9kySA\":[\"Favoris\"],\"zXgopL\":[\"Type de champ\"],\"vF68cg\":[\"Domaines\"],\"3w/aqw\":[\"Nombre de champs\"],\"o7J4JM\":[\"Filtre\"],\"cSev+j\":[\"Filtres\"],\"glx6on\":[\"Vous avez oublié votre mot de passe ?\"],\"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\"],\"2GT3Hf\":[\"Mondial\"],\"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.\"],\"vLyv1R\":[\"Cacher\"],\"XTWO+W\":[\"Icône et nom\"],\"sJGljQ\":[\"Identifiant\"],\"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\"],\"pZ/USH\":[\"Index\"],\"JE2tjr\":[\"Les données doivent être en majuscules et ne peuvent pas commencer par un chiffre\"],\"AwUsnG\":[\"Instances\"],\"nbfdhU\":[\"Intégrations\"],\"NtFk/Z\":[\"Fournisseur d'authentification invalide\"],\"B2Tpo0\":[\"Courriel non valide\"],\"/m52AE\":[\"Courriel ou domaine invalide\"],\"QdoUFL\":[\"Valeurs de formulaire 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\"],\"dFtidv\":[\"Japonais\"],\"h6S9Yz\":[\"Coréen\"],\"zrpwCd\":[\"Laboratoire\"],\"vXIe7J\":[\"Langue\"],\"wL3cK8\":[\"Dernières nouvelles\"],\"Kcjbmz\":[\"Dernière date\"],\"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\"],\"3Sdni6\":[\"Marquer comme fait\"],\"CK1KXz\":[\"Max\"],\"wlQNTg\":[\"Les membres\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Plus d'options\"],\"iSLA/r\":[\"Déplacer vers la gauche\"],\"Ubl2by\":[\"Déplacer à droite\"],\"6YtxFj\":[\"Nom\"],\"z+6jaZ\":[\"Nom de votre clé API\"],\"J7w8lI\":[\"Nom de votre espace de travail\"],\"2T8KCk\":[\"Passer à l'enregistrement suivant\"],\"veSA19\":[\"Naviguer vers la version suivante\"],\"ZTEho+\":[\"Naviguer vers le flux de travail suivant\"],\"2tw9bo\":[\"Naviguer vers l'enregistrement précédent\"],\"I+Pm5V\":[\"Naviguer vers la version précédente\"],\"QVUN3K\":[\"Naviguer vers le flux de travail précédent\"],\"isRobC\":[\"Nouveau\"],\"Kcr9Fr\":[\"Nouveau compte\"],\"o8MyXb\":[\"Nouvelle clé\"],\"j313SZ\":[\"Nouvelle clé\"],\"hFxdey\":[\"Nouvel objet\"],\"7vhWI8\":[\"Nouveau mot de passe\"],\"BcCzLv\":[\"Nouveau record\"],\"2lmOC5\":[\"Nouveau rôle\"],\"U1DAok\":[\"Nouveau Webhook\"],\"pwenQu\":[\"Pas de compte connecté\"],\"0uWxPM\":[\"Aucun flux de travail n'a encore été exécuté\"],\"AQCvCC\":[\"Pas encore de versions de flux de travail\"],\"4wUkDk\":[\"Non vide\"],\"W0i24j\":[\"Objet\"],\"B3toQF\":[\"Objets\"],\"KNz3EF\":[\"Hors des sentiers battus\"],\"OV5wZZ\":[\"Ouvert\"],\"0zpgxV\":[\"Options\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Autres\"],\"boJlGf\":[\"Page non trouvée\"],\"8ZsakT\":[\"Mot de passe\"],\"BxQ79w\":[\"Le mot de passe a été mis à jour\"],\"mi6Rel\":[\"Le lien de réinitialisation du mot de passe a été envoyé à l'email\"],\"SrVzRe\":[\"Pourcentage\"],\"yIK1GU\":[\"Pourcentage de vide\"],\"PWLd4c\":[\"Pourcentage non vide\"],\"Bv3y5w\":[\"Détruire définitivement l'enregistrement\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portugais - Brésil\"],\"xtXHeo\":[\"Portugais - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Avant-première\"],\"LcET2C\":[\"Politique de confidentialité\"],\"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\"],\"T/pF0Z\":[\"Supprimer des favoris\"],\"KbS2K9\":[\"Réinitialiser le mot de passe\"],\"1IWc1n\":[\"Remettre à zéro\"],\"kx0s+n\":[\"Résultats\"],\"5dJK4M\":[\"Rôles\"],\"UX0N2y\":[\"Exécutez un flux de travail et revenez ici pour voir ses exécutions\"],\"A1taO8\":[\"Recherche\"],\"8NBMeZ\":[\"Rechercher '\",[\"commandMenuSearch\"],\"' avec...\"],\"l1/uy2\":[\"Rechercher un champ...\"],\"k7kp5/\":[\"Rechercher un index...\"],\"7taA9j\":[\"Champs de recherche\"],\"ofuw3g\":[\"Recherche d'un objet...\"],\"IMeaSJ\":[\"Recherche de documents\"],\"a3LDKx\":[\"Sécurité\"],\"QREcJS\":[\"Voir la version active\"],\"OpPn5Z\":[\"Voir les pistes\"],\"EtyY4+\":[\"Voir les versions\"],\"lYhPN0\":[\"Voir l'historique des versions\"],\"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.\"],\"cx14rp\":[\"Définissez le nom de votre domaine\"],\"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 ?\"],\"5lWFkC\":[\"S'inscrire\"],\"e+RpCP\":[\"S'inscrire\"],\"5v3IHX\":[\"Signature unique (SSO)\"],\"6Uau97\":[\"Sauter\"],\"f6Hub0\":[\"Trier\"],\"65A04M\":[\"Espagnol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Sous-domaine\"],\"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\"],\"B5jRKH\":[\"L'abonnement a été modifié \",[\"to\"]],\"AxQiPW\":[\"Somme\"],\"XYLcNv\":[\"Soutien\"],\"9yk9d1\":[\"Changer en \",[\"from\"]],\"qi74XZ\":[\"Changer en \",[\"to\"]],\"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\"]],\"xowcRf\":[\"Conditions d'utilisation\"],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Processus de test\"],\"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\"],\"ynfkhb\":[\"Une erreur s'est produite lors de la mise à jour du mot de passe.\"],\"PmtLRf\":[\"Il y a eu un problème\"],\"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\"],\"PiUt3N\":[\"Type de déclencheur\"],\"IQ5pAL\":[\"Le type de déclencheur doit être Manuel - lorsqu'aucun enregistrement n'est sélectionné\"],\"+zy2Nq\":[\"Type\"],\"U83IeL\":[\"Type n'importe quoi\"],\"wSXm5S\":[\"Unique\"],\"GQCXQS\":[\"Nombre illimité de contacts\"],\"ONWvwQ\":[\"Télécharger\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utiliser comme brouillon\"],\"oTTQsc\":[\"Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre\"],\"c6uZUV\":[\"Utilisez notre API ou ajoutez manuellement votre premier \",[\"objectLabel\"]],\"7PzzBU\":[\"Utilisateur\"],\"IjyOjp\":[\"L'utilisateur n'est pas connecté\"],\"fXVIZq\":[\"Valeurs\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Bienvenue à \",[\"workspaceName\"]],\"C51ilI\":[\"Date d'expiration de la clé API.\"],\"leUubq\":[\"Quand la clé sera désactivée\"],\"wvyffT\":[\"Le flux de travail ne peut pas être testé\"],\"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é\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 41dfe14e7..9fd52be48 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" di \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chiave API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Attivare il flusso di lavoro\"],\"F6pfE9\":[\"Attivo\"],\"Mue4oc\":[\"Chiavi API attive create da voi o dal vostro team.\"],\"m16xKo\":[\"Aggiungi\"],\"DpV70M\":[\"Aggiungi campo\"],\"dEO3Zx\":[\"Aggiungi oggetto\"],\"sgXUv+\":[\"Aggiungere il provider di identità SSO\"],\"5+ttxv\":[\"Aggiungi alla lista di blocco\"],\"pBsoKL\":[\"Aggiungi ai preferiti\"],\"m2qDV8\":[\"Aggiungi il tuo primo \",[\"objectLabel\"]],\"vLO+NG\":[\"Aggiunto \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Tutti\"],\"3saA7W\":[\"Tutti (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Tutti i ruoli\"],\"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?\"],\"nYD/Cq\":[\"In salita\"],\"rfYmIr\":[\"Assegnare ruoli per specificare le autorizzazioni di accesso di ogni membro\"],\"lxQ+5m\":[\"Assegnato a\"],\"Y7Dx6e\":[\"Deve essere abilitato almeno un metodo di autenticazione\"],\"P8fBlG\":[\"Autenticazione\"],\"yIVrHZ\":[\"Autorizzare\"],\"3uQmjD\":[\"Media\"],\"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\"],\"OfzMnb\":[\"Cambiare \",[\"to\"]],\"VhMDMg\":[\"Modifica della password\"],\"SviKkE\":[\"Cinese semplificato\"],\"dzb4Ep\":[\"Cinese tradizionale\"],\"JEFFOR\":[\"Scegliere un oggetto\"],\"KT6rEB\":[\"Scegliete il vostro fornitore\"],\"9qP96p\":[\"Scegliete la vostra prova\"],\"yz7wBu\":[\"Chiudere\"],\"+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.\"],\"D8ATlr\":[\"Collegare un nuovo account al proprio spazio di lavoro\"],\"Zgi9Fd\":[\"Connettersi con Google\"],\"IOfqM8\":[\"Connettetevi con Microsoft\"],\"9TzudL\":[\"Conti collegati\"],\"M73whl\":[\"Contesto\"],\"xGVfLh\":[\"Continua\"],\"CcGOj+\":[\"Copilota\"],\"7eVkEH\":[\"Copiare il link dell'invito\"],\"Ej5euX\":[\"Copiate questa chiave perché non sarà più visibile\"],\"wBMjJ2\":[\"Conteggio\"],\"EkZfen\":[\"Contate tutti\"],\"vQJINq\":[\"Conteggio vuoto\"],\"DzRsDJ\":[\"Conteggio non vuoto\"],\"9FZBbf\":[\"Conteggio dei valori unici\"],\"zNoOC2\":[\"Creare un flusso di lavoro e tornare qui per visualizzarne le versioni\"],\"uXGLuq\":[\"Creare la chiave API\"],\"d0DCww\":[\"Creare un nuovo record\"],\"dkAPxi\":[\"Creare un webhook\"],\"8skTDV\":[\"Oggetti personalizzati\"],\"qt+EaC\":[\"Personalizzare i campi disponibili nelle viste \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizzare il dominio\"],\"bCJa9l\":[\"Personalizzate la sicurezza del vostro spazio di lavoro\"],\"Zz6Cxn\":[\"Zona di pericolo\"],\"5cNMFz\":[\"Modello di dati\"],\"r+cVRP\":[\"Tipo di dati\"],\"mYGY3B\":[\"Data\"],\"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\"],\"4tpC8V\":[\"Disattivare il flusso di lavoro\"],\"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\"],\"4dpwsE\":[\"Cancellare il record\"],\"kf0A63\":[\"Cancellare i record\"],\"T6S2Ns\":[\"Eliminare questa integrazione\"],\"snMaH4\":[\"Cancellare il webhook\"],\"kYu0eF\":[\"Cancellare l'area di lavoro\"],\"mk2Ygs\":[\"Cancellare l'intero spazio di lavoro\"],\"Cko536\":[\"In discesa\"],\"Nu4oKW\":[\"Descrizione\"],\"2xxBws\":[\"Distruggere\"],\"n+SX4g\":[\"Sviluppatori\"],\"zAg2B9\":[\"Bozza di scarto\"],\"i66xz9\":[\"Visualizzazione come data relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Ad esempio, l'integrazione del backoffice\"],\"tOkc8o\":[\"Il più precoce\"],\"JTbQuO\":[\"Data di inizio\"],\"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\"],\"N2S1rs\":[\"Vuoto\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Impostazioni di uscita\"],\"tXGQvS\":[\"Si prevede che il nodo selezionato sia un nodo di creazione di passi.\"],\"bKBhgb\":[\"Esperienza\"],\"LxRNPw\":[\"Scadenza\"],\"SkXfL0\":[\"Data di scadenza\"],\"i9qiyR\":[\"Scade in\"],\"GS+Mus\":[\"Esportazione\"],\"ep2rbf\":[\"Esportazione di record\"],\"q46CjD\":[\"Esportazione in PDF\"],\"DaGxE0\":[\"Vista di esportazione\"],\"X9kySA\":[\"Preferiti\"],\"zXgopL\":[\"Tipo di campo\"],\"vF68cg\":[\"Campi\"],\"3w/aqw\":[\"Conteggio dei campi\"],\"o7J4JM\":[\"Filtro\"],\"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\"],\"2GT3Hf\":[\"Globale\"],\"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.\"],\"vLyv1R\":[\"Nascondere\"],\"XTWO+W\":[\"Icona e nome\"],\"sJGljQ\":[\"Identificatore\"],\"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\"],\"pZ/USH\":[\"Indici\"],\"JE2tjr\":[\"L'input deve essere in lettere maiuscole e non può iniziare con un numero\"],\"AwUsnG\":[\"Istanze\"],\"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\"],\"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\"],\"dFtidv\":[\"Giapponese\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratorio\"],\"vXIe7J\":[\"Lingua\"],\"wL3cK8\":[\"Ultime novità\"],\"Kcjbmz\":[\"Ultima data\"],\"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\"],\"3Sdni6\":[\"Contrassegnare come fatto\"],\"CK1KXz\":[\"Massimo\"],\"wlQNTg\":[\"Membri\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Altre opzioni\"],\"iSLA/r\":[\"Spostarsi a sinistra\"],\"Ubl2by\":[\"Muoversi a destra\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome della chiave API\"],\"J7w8lI\":[\"Nome dell'area di lavoro\"],\"2T8KCk\":[\"Passare al record successivo\"],\"veSA19\":[\"Passare alla versione successiva\"],\"ZTEho+\":[\"Passare al flusso di lavoro successivo\"],\"2tw9bo\":[\"Passare al record precedente\"],\"I+Pm5V\":[\"Passare alla versione precedente\"],\"QVUN3K\":[\"Passare al flusso di lavoro precedente\"],\"isRobC\":[\"Nuovo\"],\"Kcr9Fr\":[\"Nuovo account\"],\"o8MyXb\":[\"Nuova chiave\"],\"j313SZ\":[\"Nuova chiave\"],\"hFxdey\":[\"Nuovo oggetto\"],\"7vhWI8\":[\"Nuova password\"],\"BcCzLv\":[\"Nuovo record\"],\"2lmOC5\":[\"Nuovo ruolo\"],\"U1DAok\":[\"Nuovo webhook\"],\"pwenQu\":[\"Nessun account collegato\"],\"0uWxPM\":[\"Non è ancora stato eseguito alcun flusso di lavoro\"],\"AQCvCC\":[\"Non ci sono ancora versioni del flusso di lavoro\"],\"4wUkDk\":[\"Non vuoto\"],\"W0i24j\":[\"Oggetto\"],\"B3toQF\":[\"Oggetti\"],\"KNz3EF\":[\"Fuori dai sentieri battuti\"],\"OV5wZZ\":[\"Aperto\"],\"0zpgxV\":[\"Opzioni\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Altro\"],\"boJlGf\":[\"Pagina non trovata\"],\"8ZsakT\":[\"Password\"],\"mi6Rel\":[\"Il link per la reimpostazione della password è stato inviato all'e-mail\"],\"SrVzRe\":[\"Percentuale\"],\"yIK1GU\":[\"Percentuale di vuoto\"],\"PWLd4c\":[\"Percentuale non vuota\"],\"Bv3y5w\":[\"Distruggere definitivamente il record\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portoghese - Brasile\"],\"xtXHeo\":[\"Portoghese - Portogallo\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Rimuovi dai preferiti\"],\"KbS2K9\":[\"Reimpostare la password\"],\"1IWc1n\":[\"Azzeramento a\"],\"kx0s+n\":[\"Risultati\"],\"5dJK4M\":[\"Ruoli\"],\"UX0N2y\":[\"Eseguite un flusso di lavoro e tornate qui per visualizzare le esecuzioni\"],\"A1taO8\":[\"Ricerca\"],\"l1/uy2\":[\"Ricerca in un campo...\"],\"k7kp5/\":[\"Ricerca in un indice...\"],\"7taA9j\":[\"Campi di ricerca\"],\"ofuw3g\":[\"Ricerca di un oggetto...\"],\"IMeaSJ\":[\"Ricerca di record\"],\"a3LDKx\":[\"Sicurezza\"],\"QREcJS\":[\"Vedere la versione attiva\"],\"OpPn5Z\":[\"Vedere le corse\"],\"EtyY4+\":[\"Vedi versioni\"],\"lYhPN0\":[\"Vedi la cronologia delle versioni\"],\"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.\"],\"cx14rp\":[\"Impostare il nome del dominio\"],\"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\"],\"f6Hub0\":[\"Ordinamento\"],\"65A04M\":[\"Spagnolo\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Sottodominio\"],\"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\"],\"B5jRKH\":[\"L'abbonamento è stato commutato \",[\"to\"]],\"AxQiPW\":[\"Somma\"],\"XYLcNv\":[\"Supporto\"],\"9yk9d1\":[\"Interruttore \",[\"from\"]],\"qi74XZ\":[\"Interruttore \",[\"to\"]],\"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\"]],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Flusso di lavoro del test\"],\"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\"],\"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\"],\"PiUt3N\":[\"Tipo di innesco\"],\"IQ5pAL\":[\"Il tipo di attivazione deve essere Manuale, quando non sono selezionati record\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo qualsiasi cosa\"],\"wSXm5S\":[\"Unico\"],\"GQCXQS\":[\"Contatti illimitati\"],\"ONWvwQ\":[\"Caricare\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizzare come bozza\"],\"oTTQsc\":[\"Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero\"],\"c6uZUV\":[\"Utilizzate la nostra API o aggiungete il vostro primo \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Utente\"],\"IjyOjp\":[\"L'utente non è connesso\"],\"fXVIZq\":[\"Valori\"],\"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\"],\"wvyffT\":[\"Il flusso di lavoro non può essere testato\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" di \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chiave API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Attivare il flusso di lavoro\"],\"F6pfE9\":[\"Attivo\"],\"Mue4oc\":[\"Chiavi API attive create da voi o dal vostro team.\"],\"m16xKo\":[\"Aggiungi\"],\"DpV70M\":[\"Aggiungi campo\"],\"dEO3Zx\":[\"Aggiungi oggetto\"],\"sgXUv+\":[\"Aggiungere il provider di identità SSO\"],\"5+ttxv\":[\"Aggiungi alla lista di blocco\"],\"pBsoKL\":[\"Aggiungi ai preferiti\"],\"m2qDV8\":[\"Aggiungi il tuo primo \",[\"objectLabel\"]],\"vLO+NG\":[\"Aggiunto \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Tutti\"],\"3saA7W\":[\"Tutti (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Tutti i ruoli\"],\"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.\"],\"LG4K0m\":[\"Si è verificato un errore durante l'aggiornamento della password\"],\"mJ6m4C\":[\"Una descrizione opzionale\"],\"HZFm5R\":[\"e\"],\"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?\"],\"nYD/Cq\":[\"In salita\"],\"rfYmIr\":[\"Assegnare ruoli per specificare le autorizzazioni di accesso di ogni membro\"],\"lxQ+5m\":[\"Assegnato a\"],\"H8QGSx\":[\"Almeno 8 caratteri.\"],\"Y7Dx6e\":[\"Deve essere abilitato almeno un metodo di autenticazione\"],\"P8fBlG\":[\"Autenticazione\"],\"yIVrHZ\":[\"Autorizzare\"],\"3uQmjD\":[\"Media\"],\"Dht9W3\":[\"Torna al contenuto\"],\"R+w/Va\":[\"Fatturazione\"],\"K1172m\":[\"Elenco di blocco\"],\"2yl5lQ\":[\"Prenota una chiamata\"],\"8Pfllj\":[\"Utilizzando Twenty, l'utente accetta la\"],\"PmmvzS\":[\"Calcolare\"],\"AjVXBS\":[\"Calendario\"],\"EUpfsd\":[\"Calendari\"],\"dEgA5A\":[\"Annullamento\"],\"0TllC8\":[\"Annullamento in qualsiasi momento\"],\"rRK/Lf\":[\"Annullamento del piano\"],\"N6gPiD\":[\"Annullamento dell'abbonamento\"],\"OfzMnb\":[\"Cambiare \",[\"to\"]],\"VhMDMg\":[\"Modifica della password\"],\"SviKkE\":[\"Cinese semplificato\"],\"dzb4Ep\":[\"Cinese tradizionale\"],\"JEFFOR\":[\"Scegliere un oggetto\"],\"KT6rEB\":[\"Scegliete il vostro fornitore\"],\"9qP96p\":[\"Scegliete la vostra prova\"],\"yz7wBu\":[\"Chiudere\"],\"+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.\"],\"D8ATlr\":[\"Collegare un nuovo account al proprio spazio di lavoro\"],\"Zgi9Fd\":[\"Connettersi con Google\"],\"IOfqM8\":[\"Connettetevi con Microsoft\"],\"9TzudL\":[\"Conti collegati\"],\"M73whl\":[\"Contesto\"],\"xGVfLh\":[\"Continua\"],\"RvVi9c\":[\"Continua con l'e-mail\"],\"oZyG4C\":[\"Continua con Google\"],\"ztoybH\":[\"Continua con Microsoft\"],\"CcGOj+\":[\"Copilota\"],\"7eVkEH\":[\"Copiare il link dell'invito\"],\"Ej5euX\":[\"Copiate questa chiave perché non sarà più visibile\"],\"wBMjJ2\":[\"Conteggio\"],\"EkZfen\":[\"Contate tutti\"],\"vQJINq\":[\"Conteggio vuoto\"],\"DzRsDJ\":[\"Conteggio non vuoto\"],\"9FZBbf\":[\"Conteggio dei valori unici\"],\"zNoOC2\":[\"Creare un flusso di lavoro e tornare qui per visualizzarne le versioni\"],\"uXGLuq\":[\"Creare la chiave API\"],\"d0DCww\":[\"Creare un nuovo record\"],\"dkAPxi\":[\"Creare un webhook\"],\"8skTDV\":[\"Oggetti personalizzati\"],\"qt+EaC\":[\"Personalizzare i campi disponibili nelle viste \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizzare il dominio\"],\"bCJa9l\":[\"Personalizzate la sicurezza del vostro spazio di lavoro\"],\"Zz6Cxn\":[\"Zona di pericolo\"],\"5cNMFz\":[\"Modello di dati\"],\"r+cVRP\":[\"Tipo di dati\"],\"mYGY3B\":[\"Data\"],\"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\"],\"4tpC8V\":[\"Disattivare il flusso di lavoro\"],\"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\"],\"4dpwsE\":[\"Cancellare il record\"],\"kf0A63\":[\"Cancellare i record\"],\"T6S2Ns\":[\"Eliminare questa integrazione\"],\"snMaH4\":[\"Cancellare il webhook\"],\"kYu0eF\":[\"Cancellare l'area di lavoro\"],\"mk2Ygs\":[\"Cancellare l'intero spazio di lavoro\"],\"Cko536\":[\"In discesa\"],\"Nu4oKW\":[\"Descrizione\"],\"2xxBws\":[\"Distruggere\"],\"n+SX4g\":[\"Sviluppatori\"],\"zAg2B9\":[\"Bozza di scarto\"],\"i66xz9\":[\"Visualizzazione come data relativa\"],\"EoKe5U\":[\"Dominio\"],\"QVVmxi\":[\"Ad esempio, l'integrazione del backoffice\"],\"tOkc8o\":[\"Il più precoce\"],\"JTbQuO\":[\"Data di inizio\"],\"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\"],\"N2S1rs\":[\"Vuoto\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Impostazioni di uscita\"],\"tXGQvS\":[\"Si prevede che il nodo selezionato sia un nodo di creazione di passi.\"],\"bKBhgb\":[\"Esperienza\"],\"LxRNPw\":[\"Scadenza\"],\"SkXfL0\":[\"Data di scadenza\"],\"i9qiyR\":[\"Scade in\"],\"GS+Mus\":[\"Esportazione\"],\"ep2rbf\":[\"Esportazione di record\"],\"q46CjD\":[\"Esportazione in PDF\"],\"DaGxE0\":[\"Vista di esportazione\"],\"X9kySA\":[\"Preferiti\"],\"zXgopL\":[\"Tipo di campo\"],\"vF68cg\":[\"Campi\"],\"3w/aqw\":[\"Conteggio dei campi\"],\"o7J4JM\":[\"Filtro\"],\"cSev+j\":[\"Filtri\"],\"glx6on\":[\"Avete dimenticato la password?\"],\"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\"],\"2GT3Hf\":[\"Globale\"],\"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.\"],\"vLyv1R\":[\"Nascondere\"],\"XTWO+W\":[\"Icona e nome\"],\"sJGljQ\":[\"Identificatore\"],\"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\"],\"pZ/USH\":[\"Indici\"],\"JE2tjr\":[\"L'input deve essere in lettere maiuscole e non può iniziare con un numero\"],\"AwUsnG\":[\"Istanze\"],\"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\"],\"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\"],\"dFtidv\":[\"Giapponese\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratorio\"],\"vXIe7J\":[\"Lingua\"],\"wL3cK8\":[\"Ultime novità\"],\"Kcjbmz\":[\"Ultima data\"],\"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\"],\"3Sdni6\":[\"Contrassegnare come fatto\"],\"CK1KXz\":[\"Massimo\"],\"wlQNTg\":[\"Membri\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"Altre opzioni\"],\"iSLA/r\":[\"Spostarsi a sinistra\"],\"Ubl2by\":[\"Muoversi a destra\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome della chiave API\"],\"J7w8lI\":[\"Nome dell'area di lavoro\"],\"2T8KCk\":[\"Passare al record successivo\"],\"veSA19\":[\"Passare alla versione successiva\"],\"ZTEho+\":[\"Passare al flusso di lavoro successivo\"],\"2tw9bo\":[\"Passare al record precedente\"],\"I+Pm5V\":[\"Passare alla versione precedente\"],\"QVUN3K\":[\"Passare al flusso di lavoro precedente\"],\"isRobC\":[\"Nuovo\"],\"Kcr9Fr\":[\"Nuovo account\"],\"o8MyXb\":[\"Nuova chiave\"],\"j313SZ\":[\"Nuova chiave\"],\"hFxdey\":[\"Nuovo oggetto\"],\"7vhWI8\":[\"Nuova password\"],\"BcCzLv\":[\"Nuovo record\"],\"2lmOC5\":[\"Nuovo ruolo\"],\"U1DAok\":[\"Nuovo webhook\"],\"pwenQu\":[\"Nessun account collegato\"],\"0uWxPM\":[\"Non è ancora stato eseguito alcun flusso di lavoro\"],\"AQCvCC\":[\"Non ci sono ancora versioni del flusso di lavoro\"],\"4wUkDk\":[\"Non vuoto\"],\"W0i24j\":[\"Oggetto\"],\"B3toQF\":[\"Oggetti\"],\"KNz3EF\":[\"Fuori dai sentieri battuti\"],\"OV5wZZ\":[\"Aperto\"],\"0zpgxV\":[\"Opzioni\"],\"BzEFor\":[\"o\"],\"/IX/7x\":[\"Altro\"],\"boJlGf\":[\"Pagina non trovata\"],\"8ZsakT\":[\"Password\"],\"BxQ79w\":[\"La password è stata aggiornata\"],\"mi6Rel\":[\"Il link per la reimpostazione della password è stato inviato all'e-mail\"],\"SrVzRe\":[\"Percentuale\"],\"yIK1GU\":[\"Percentuale di vuoto\"],\"PWLd4c\":[\"Percentuale non vuota\"],\"Bv3y5w\":[\"Distruggere definitivamente il record\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Portoghese - Brasile\"],\"xtXHeo\":[\"Portoghese - Portogallo\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Anteprima\"],\"LcET2C\":[\"Informativa sulla privacy\"],\"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\"],\"T/pF0Z\":[\"Rimuovi dai preferiti\"],\"KbS2K9\":[\"Reimpostare la password\"],\"1IWc1n\":[\"Azzeramento a\"],\"kx0s+n\":[\"Risultati\"],\"5dJK4M\":[\"Ruoli\"],\"UX0N2y\":[\"Eseguite un flusso di lavoro e tornate qui per visualizzare le esecuzioni\"],\"A1taO8\":[\"Ricerca\"],\"8NBMeZ\":[\"Cerca '\",[\"commandMenuSearch\"],\"' con...\"],\"l1/uy2\":[\"Ricerca in un campo...\"],\"k7kp5/\":[\"Ricerca in un indice...\"],\"7taA9j\":[\"Campi di ricerca\"],\"ofuw3g\":[\"Ricerca di un oggetto...\"],\"IMeaSJ\":[\"Ricerca di record\"],\"a3LDKx\":[\"Sicurezza\"],\"QREcJS\":[\"Vedere la versione attiva\"],\"OpPn5Z\":[\"Vedere le corse\"],\"EtyY4+\":[\"Vedi versioni\"],\"lYhPN0\":[\"Vedi la cronologia delle versioni\"],\"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.\"],\"cx14rp\":[\"Impostare il nome del dominio\"],\"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?\"],\"5lWFkC\":[\"Accedi\"],\"e+RpCP\":[\"Iscriviti\"],\"5v3IHX\":[\"Accesso singolo (SSO)\"],\"6Uau97\":[\"Salto\"],\"f6Hub0\":[\"Ordinamento\"],\"65A04M\":[\"Spagnolo\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Sottodominio\"],\"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\"],\"B5jRKH\":[\"L'abbonamento è stato commutato \",[\"to\"]],\"AxQiPW\":[\"Somma\"],\"XYLcNv\":[\"Supporto\"],\"9yk9d1\":[\"Interruttore \",[\"from\"]],\"qi74XZ\":[\"Interruttore \",[\"to\"]],\"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\"]],\"xowcRf\":[\"Termini di servizio\"],\"NnH3pK\":[\"Test\"],\"bU9B27\":[\"Flusso di lavoro del test\"],\"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\"],\"ynfkhb\":[\"Si è verificato un errore durante l'aggiornamento della password.\"],\"PmtLRf\":[\"C'è stato un problema\"],\"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\"],\"PiUt3N\":[\"Tipo di innesco\"],\"IQ5pAL\":[\"Il tipo di attivazione deve essere Manuale, quando non sono selezionati record\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo qualsiasi cosa\"],\"wSXm5S\":[\"Unico\"],\"GQCXQS\":[\"Contatti illimitati\"],\"ONWvwQ\":[\"Caricare\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizzare come bozza\"],\"oTTQsc\":[\"Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero\"],\"c6uZUV\":[\"Utilizzate la nostra API o aggiungete il vostro primo \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Utente\"],\"IjyOjp\":[\"L'utente non è connesso\"],\"fXVIZq\":[\"Valori\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Benvenuti a \",[\"workspaceName\"]],\"C51ilI\":[\"Quando scadrà la chiave API.\"],\"leUubq\":[\"Quando il tasto sarà disabilitato\"],\"wvyffT\":[\"Il flusso di lavoro non può essere testato\"],\"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\"],\"YQK8fJ\":[\"Your Workspace\"],\"RhNbPE\":[\"L'area di lavoro verrà disabilitata\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/ja.ts b/packages/twenty-front/src/locales/generated/ja.ts index a78e4837a..aaa92cdc6 100644 --- a/packages/twenty-front/src/locales/generated/ja.ts +++ b/packages/twenty-front/src/locales/generated/ja.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"fieldLabel\"],\"の\",[\"aggregateLabel\"],\"。\"],\"uogEAL\":[[\"apiKeyName\"],\" APIキー\"],\"6j5rE1\":[\"[\",[\"name\"],\"]\"],\"YT0WJ4\":[\"1 000 ワークフローノード実行\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.フィールドの設定\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"について\"],\"AeXO77\":[\"アカウント\"],\"nD0Y+a\":[\"アカウント削除\"],\"bPwFdf\":[\"アカウント\"],\"FQBaXG\":[\"アクティベート\"],\"tu8A/k\":[\"ワークフローの有効化\"],\"F6pfE9\":[\"アクティブ\"],\"Mue4oc\":[\"あなたまたはあなたのチームによって作成されたアクティブなAPIキー。\"],\"m16xKo\":[\"追加\"],\"DpV70M\":[\"フィールドの追加\"],\"dEO3Zx\":[\"オブジェクトの追加\"],\"sgXUv+\":[\"SSOアイデンティティ・プロバイダーの追加\"],\"5+ttxv\":[\"ブロックリストに追加\"],\"pBsoKL\":[\"お気に入りに追加\"],\"m2qDV8\":[\"最初の\",[\"objectLabel\"],\"を追加\"],\"vLO+NG\":[[\"beautifiedCreatedAt\"],\"】を追加\"],\"N40H+G\":[\"すべて\"],\"3saA7W\":[\"すべて (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"すべての役割\"],\"GMx1K0\":[\"Googleのシングルサインオン機能によるログインを許可する。\"],\"dea+zy\":[\"マイクロソフトのシングルサインオン機能によるログインを許可する。\"],\"wMg43c\":[\"招待リンクを共有することで、新規ユーザーの招待を許可する。\"],\"vHeVg5\":[\"ユーザーが電子メールとパスワードでサインインできるようにする。\"],\"mJ6m4C\":[\"任意の説明\"],\"0RqpZr\":[\"APIとWebhooks\"],\"yRnk5W\":[\"APIキー\"],\"5h8ooz\":[\"APIキー\"],\"kAtj+q\":[\"API名\"],\"aAIQg2\":[\"外観\"],\"3iX0kh\":[\"課金間隔を変更してもよろしいですか?\"],\"nYD/Cq\":[\"上昇\"],\"rfYmIr\":[\"各メンバーのアクセス権限を指定するロールの割り当て\"],\"lxQ+5m\":[\"担当\"],\"Y7Dx6e\":[\"少なくとも1つの認証方法が有効になっていること\"],\"P8fBlG\":[\"認証\"],\"yIVrHZ\":[\"認可する\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"コンテンツに戻る\"],\"R+w/Va\":[\"請求\"],\"K1172m\":[\"ブロックリスト\"],\"2yl5lQ\":[\"電話予約\"],\"PmmvzS\":[\"計算する\"],\"AjVXBS\":[\"カレンダー\"],\"EUpfsd\":[\"カレンダー\"],\"dEgA5A\":[\"キャンセル\"],\"0TllC8\":[\"いつでもキャンセル\"],\"rRK/Lf\":[\"キャンセルプラン\"],\"N6gPiD\":[\"購読をキャンセルする\"],\"OfzMnb\":[[\"to\"],\"]を変更する\"],\"VhMDMg\":[\"パスワードの変更\"],\"SviKkE\":[\"中国語 - 簡体字\"],\"dzb4Ep\":[\"中国語 - 繁体字\"],\"JEFFOR\":[\"オブジェクトを選択する\"],\"KT6rEB\":[\"プロバイダーの選択\"],\"9qP96p\":[\"トライアルの選択\"],\"yz7wBu\":[\"閉じる\"],\"+zUMwJ\":[\"SSO接続を設定する\"],\"QTNsSm\":[\"カレンダーの設定を行い、カスタマイズします。\"],\"aGwm+D\":[\"アプリ全体の日付の表示方法を設定する\"],\"Bh4GBD\":[\"メールとカレンダーの設定\"],\"D8ATlr\":[\"新しいアカウントをワークスペースに接続する\"],\"Zgi9Fd\":[\"グーグルとつながる\"],\"IOfqM8\":[\"マイクロソフトとつながる\"],\"9TzudL\":[\"接続アカウント\"],\"M73whl\":[\"コンテクスト\"],\"xGVfLh\":[\"続ける\"],\"CcGOj+\":[\"コパイロット\"],\"7eVkEH\":[\"招待状リンクをコピーする\"],\"Ej5euX\":[\"このキーをコピーしてください。\"],\"wBMjJ2\":[\"カウント\"],\"EkZfen\":[\"すべて数える\"],\"vQJINq\":[\"空カウント\"],\"DzRsDJ\":[\"カウントが空ではない\"],\"9FZBbf\":[\"一意な値を数える\"],\"zNoOC2\":[\"ワークフローを作成し、ここに戻ってそのバージョンを表示する\"],\"uXGLuq\":[\"APIキーの作成\"],\"d0DCww\":[\"新しいレコードを作成する\"],\"dkAPxi\":[\"ウェブフックの作成\"],\"8skTDV\":[\"カスタムオブジェクト\"],\"qt+EaC\":[[\"objectLabelSingular\"],\"]ビューで利用可能なフィールドをカスタマイズします。\"],\"CMhr4u\":[\"ドメインのカスタマイズ\"],\"bCJa9l\":[\"ワークスペースのセキュリティをカスタマイズ\"],\"Zz6Cxn\":[\"危険地帯\"],\"5cNMFz\":[\"データモデル\"],\"r+cVRP\":[\"データ型\"],\"mYGY3B\":[\"日付\"],\"Ud9zHv\":[\"日時\"],\"5y3O+A\":[\"非アクティブ化\"],\"qk4i22\":[\"カスタムAPI名を設定するには、「オブジェクト・ラベルとAPI名の同期」を無効にする。\"],\"gexAq8\":[\"このフィールドを無効にする\"],\"4tpC8V\":[\"ワークフローの停止\"],\"Y2ImVJ\":[\"オブジェクトの名前と説明を定義する\"],\"cnGeoo\":[\"削除\"],\"ZDGm40\":[\"アカウント削除\"],\"gAz0S5\":[\"アカウントと関連データをすべて削除する\"],\"hGfWDm\":[\"APIキーの削除\"],\"4dpwsE\":[\"レコードの削除\"],\"kf0A63\":[\"レコードの削除\"],\"T6S2Ns\":[\"この統合を削除する\"],\"snMaH4\":[\"ウェブフックの削除\"],\"kYu0eF\":[\"ワークスペースの削除\"],\"mk2Ygs\":[\"ワークスペース全体を削除する\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"説明\"],\"2xxBws\":[\"破壊する\"],\"n+SX4g\":[\"開発者\"],\"zAg2B9\":[\"ドラフト破棄\"],\"i66xz9\":[\"相対日付で表示\"],\"EoKe5U\":[\"ドメイン\"],\"QVVmxi\":[\"例:バックオフィスとの統合\"],\"tOkc8o\":[\"最初期\"],\"JTbQuO\":[\"最も古い日付\"],\"v+uKyy\":[\"請求間隔の編集\"],\"h2KoTu\":[\"支払い方法の編集、請求書の確認など\"],\"6o1M/Q\":[\"サブドメイン名を編集するか、カスタムドメインを設定します。\"],\"O3oNi5\":[\"電子メール\"],\"lfQsvW\":[\"電子メールの統合\"],\"QT/Wo7\":[\"電子メールまたはドメインがすでにブロックリストに登録されている\"],\"BXEcos\":[\"電子メール\"],\"eXoH4Q\":[\"従業員\"],\"gqv5ZL\":[\"従業員\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"エンドポイントURL\"],\"lYGfRP\":[\"英語\"],\"/bfFKe\":[[\"withCreditCardTrialPeriodDuration\"],\"]-日間の無料トライアルをお楽しみください。\"],\"GpB8YV\":[\"エンタープライズ\"],\"c3qGJX\":[\"apiキーの削除エラー:\",[\"err\"],\"。\"],\"bj7nh3\":[\"APIキーの再生成エラー:\",[\"err\"],\"。\"],\"VSQxWH\":[\"サブスクリプション\",[\"to\"],\"の切り替え中にエラーが発生しました。\"],\"JLxMta\":[\"非同期イベントの通知用にWebhookエンドポイントを確立する。\"],\"cIgBjB\":[\"私の電子メール同期から次の人とドメインを除外する\"],\"fV7V51\":[\"既存のオブジェクト\"],\"IZ4o2e\":[\"終了設定\"],\"tXGQvS\":[\"選択されたノードがステップ作成ノードであることを期待。\"],\"bKBhgb\":[\"経験\"],\"LxRNPw\":[\"有効期限\"],\"SkXfL0\":[\"有効期限\"],\"i9qiyR\":[\"期限切れ\"],\"GS+Mus\":[\"輸出\"],\"ep2rbf\":[\"輸出記録\"],\"q46CjD\":[\"PDFへのエクスポート\"],\"DaGxE0\":[\"エクスポートビュー\"],\"X9kySA\":[\"お気に入り\"],\"zXgopL\":[\"フィールドタイプ\"],\"vF68cg\":[\"フィールド\"],\"3w/aqw\":[\"フィールド数\"],\"o7J4JM\":[\"フィルター\"],\"cSev+j\":[\"フィルター\"],\"nLC6tu\":[\"フランス語\"],\"aTieE0\":[\"毎月から毎年へ\"],\"K04lE5\":[\"年から月へ\"],\"scmRyR\":[\"フルアクセス\"],\"xANKBj\":[\"機能\"],\"Weq9zb\":[\"一般\"],\"DDcvSo\":[\"ドイツ語\"],\"NXEW3h\":[\"チームを招待して、ワークスペースを最大限に活用しましょう。\"],\"zSGbaR\":[\"購読を申し込む\"],\"2GT3Hf\":[\"グローバル\"],\"hWp1MY\":[\"お客様のワークスペースへの一時的なアクセスを Twenty サポートに許可することで、お客様に代わって問題のトラブルシューティングやコンテンツの復旧を行うことができます。お客様はいつでもアクセス権を取り消すことができます。\"],\"vLyv1R\":[\"隠す\"],\"XTWO+W\":[\"アイコンと名前\"],\"sJGljQ\":[\"識別子\"],\"j843N3\":[\"このキーを紛失した場合は、再生成することができますが、このキーを使用しているスクリプトは更新する必要がありますのでご注意ください。確認のため、\\\"\",[\"confirmationValue\"],\"\\\"と入力してください。\"],\"NoNwIX\":[\"活動休止中\"],\"pZ/USH\":[\"インデックス\"],\"JE2tjr\":[\"入力はキャメルケースでなければならず、数字で始めることはできない。\"],\"AwUsnG\":[\"インスタンス\"],\"nbfdhU\":[\"統合\"],\"NtFk/Z\":[\"無効な認証プロバイダ\"],\"B2Tpo0\":[\"無効な電子メール\"],\"/m52AE\":[\"無効な電子メールまたはドメイン\"],\"QdoUFL\":[\"無効なフォーム値\"],\"0M8+El\":[\"Eメールで招待する\"],\"PWIq/W\":[\"リンクで招待\"],\"3athPG\":[\"リンクで招待\"],\"5IfmKA\":[\"Eメールアドレスに招待リンクを送信\"],\"d+Y+rP\":[\"チームを招待する\"],\"Lj7sBL\":[\"イタリア語\"],\"dFtidv\":[\"日本語\"],\"h6S9Yz\":[\"韓国語\"],\"zrpwCd\":[\"ラボ\"],\"vXIe7J\":[\"言語\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新の日付\"],\"pQjjYo\":[\"クリップボードにコピーされたリンク\"],\"FgAxTj\":[\"ログアウト\"],\"nOhz3x\":[\"ログアウト\"],\"T6YjCk\":[\"メンバー管理\"],\"4cjU2u\":[\"あなたのスペースのメンバーを管理する\"],\"FyFNsd\":[\"インターネットアカウントの管理\"],\"36kYu0\":[\"サブスクリプションの管理\"],\"3Sdni6\":[\"完了マークを付ける\"],\"CK1KXz\":[\"マックス\"],\"wlQNTg\":[\"メンバー\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"その他のオプション\"],\"iSLA/r\":[\"左に移動\"],\"Ubl2by\":[\"右に移動\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"APIキーの名前\"],\"J7w8lI\":[\"ワークスペース名\"],\"2T8KCk\":[\"次のレコードに移動する\"],\"veSA19\":[\"次のバージョンに移動する\"],\"ZTEho+\":[\"次のワークフローに移動する\"],\"2tw9bo\":[\"前のレコードに移動する\"],\"I+Pm5V\":[\"以前のバージョンに移動する\"],\"QVUN3K\":[\"前のワークフローに移動する\"],\"isRobC\":[\"新しい\"],\"Kcr9Fr\":[\"新規アカウント\"],\"o8MyXb\":[\"新しいキー\"],\"j313SZ\":[\"新しいキー\"],\"hFxdey\":[\"新しいオブジェクト\"],\"7vhWI8\":[\"新しいパスワード\"],\"BcCzLv\":[\"新記録\"],\"2lmOC5\":[\"新しい役割\"],\"U1DAok\":[\"新しいウェブフック\"],\"pwenQu\":[\"接続アカウントなし\"],\"0uWxPM\":[\"ワークフローはまだ実行されていない\"],\"AQCvCC\":[\"ワークフローのバージョンはまだない\"],\"4wUkDk\":[\"空ではない\"],\"W0i24j\":[\"対象\"],\"B3toQF\":[\"対象物\"],\"KNz3EF\":[\"オフ・ザ・ビート・パス\"],\"OV5wZZ\":[\"オープン\"],\"0zpgxV\":[\"オプション\"],\"BzEFor\":[\"または\"],\"/IX/7x\":[\"その他\"],\"boJlGf\":[\"ページが見つかりません\"],\"8ZsakT\":[\"パスワード\"],\"mi6Rel\":[\"パスワードリセットリンクが電子メールに送信されました。\"],\"SrVzRe\":[\"パーセント\"],\"yIK1GU\":[\"空席率\"],\"PWLd4c\":[\"空でない割合\"],\"Bv3y5w\":[\"記録の永久破棄\"],\"N0+GsR\":[\"写真\"],\"jEw0Mr\":[\"有効なURLを入力してください\"],\"6nsIo3\":[[\"confirmationValue\"],\"]」と入力して、このAPIキーを削除することを確認してください。このキーを使用しているスクリプトは動作しなくなりますのでご注意ください。\"],\"mFZTXr\":[[\"confirmationText\"],\"]と入力して、このウェブフックを削除することを確認してください。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"ポルトガル語 - ブラジル\"],\"xtXHeo\":[\"ポルトガル語 - ポルトガル\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"プレビュー\"],\"vERlcd\":[\"プロフィール\"],\"YJgRqq\":[\"擬似英語\"],\"ibPuCP\":[\"ドキュメントを読む\"],\"v3xM25\":[\"パスワード更新リンクを含むメールを受け取る\"],\"dSCufP\":[\"レコード選択\"],\"vpZcGd\":[\"APIキーを再生成する\"],\"Mwqo5m\":[\"再生キー\"],\"D+Mv78\":[\"再生キー\"],\"5icoS1\":[\"リリース\"],\"t/YqKh\":[\"削除\"],\"T/pF0Z\":[\"お気に入りから削除\"],\"KbS2K9\":[\"パスワードのリセット\"],\"1IWc1n\":[\"にリセットする。\"],\"kx0s+n\":[\"結果\"],\"5dJK4M\":[\"役割\"],\"UX0N2y\":[\"ワークフローを実行し、その実行内容を見るためにここに戻る\"],\"A1taO8\":[\"検索\"],\"l1/uy2\":[\"フィールドを検索...\"],\"k7kp5/\":[\"インデックスを検索...\"],\"7taA9j\":[\"検索フィールド\"],\"ofuw3g\":[\"オブジェクトを検索...\"],\"IMeaSJ\":[\"レコード検索\"],\"a3LDKx\":[\"セキュリティ\"],\"QREcJS\":[\"アクティブ版を見る\"],\"OpPn5Z\":[\"ランを見る\"],\"EtyY4+\":[\"バージョンを見る\"],\"lYhPN0\":[\"バージョン履歴を見る\"],\"xraglu\":[\"このエンドポイントに送信したいイベントを選択する。\"],\"AXTJAW\":[\"ご希望の言語をお選びください。\"],\"mjK8F3\":[\"チームに招待メールを送る\"],\"yy5k7a\":[\"サーバー管理パネル\"],\"V7fgiB\":[\"メールの可視性の設定、ブロックリストの管理など。\"],\"cx14rp\":[\"ドメイン名を設定する\"],\"tn41zE\":[\"サブドメイン名を設定する\"],\"Tz0i8g\":[\"設定\"],\"Vy9kmk\":[\"このリンクを共有し、ユーザーをワークスペースに招待する。\"],\"gWk8gY\":[\"フィールドのラベルを変更すると、API名も変更されますか?\"],\"6Uau97\":[\"スキップ\"],\"f6Hub0\":[\"ソート\"],\"65A04M\":[\"スペイン語\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"サブドメイン\"],\"omhc+7\":[\"サブドメインはすでに取得済み\"],\"OlC/tU\":[\"サブドメインは30文字以内\"],\"ZETwlU\":[\"サブドメインは3文字より短くできません。\"],\"B5jRKH\":[\"サブスクリプションが切り替わりました\",[\"to\"],\"。\"],\"AxQiPW\":[\"サム\"],\"XYLcNv\":[\"サポート\"],\"9yk9d1\":[\"スイッチ[\",[\"from\"],\"]\"],\"qi74XZ\":[\"スイッチ[\",[\"to\"],\"]\"],\"L6Fg36\":[\"スイッチ課金【\",[\"to\"]],\"AtzMpB\":[\"フィールドラベルとAPI名の同期\"],\"E3AMmw\":[\"システム設定 - [\",[\"systemDateFormatLabel\"],\"]\"],\"0ZgB1e\":[\"システム設定 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"NnH3pK\":[\"テスト\"],\"bU9B27\":[\"テスト・ワークフロー\"],\"2OUtmv\":[\"このフィールドの説明\"],\"VGZYbZ\":[\"アカウントに関連付けられたEメール\"],\"h8mvCd\":[\"このフィールドの名前とアイコン\"],\"L97sPr\":[\"お探しのページはもうないか、存在しないかのどちらかです。元のページに戻す\"],\"uWikAA\":[\"このフィールドの値\"],\"+69KDk\":[\"このフィールドの値は一意でなければならない。\"],\"PmtLRf\":[\"問題があった\"],\"hqCwGc\":[\"この操作は取り消すことができません。これにより、このユーザーは永久に削除され、すべての割り当てから削除されます。\"],\"gWGuHC\":[\"この操作は元に戻せません。ワークスペース全体が永久に削除されます。 <0/> 確認のため、Eメールを入力してください。\"],\"n9nSNJ\":[\"時間形式\"],\"aqMzDX\":[\"毎月\"],\"WXXiXO\":[\"毎年\"],\"PiUt3N\":[\"トリガータイプ\"],\"IQ5pAL\":[\"トリガータイプは、レコードが選択されていない場合は「手動」とする。\"],\"+zy2Nq\":[\"タイプ\"],\"U83IeL\":[\"タイプ\"],\"wSXm5S\":[\"ユニーク\"],\"GQCXQS\":[\"連絡先は無制限\"],\"ONWvwQ\":[\"アップロード\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"ドラフトとして使用\"],\"oTTQsc\":[\"アルファベット、数字、ダッシュのみを使用。文字または数字で始め、文字または数字で終わる\"],\"c6uZUV\":[\"APIを使用するか、最初の\",[\"objectLabel\"],\"を手動で追加します。\"],\"7PzzBU\":[\"ユーザー\"],\"IjyOjp\":[\"ユーザーがログインしていない\"],\"fXVIZq\":[\"価値観\"],\"KANz0G\":[\"請求の詳細を見る\"],\"6n7jtr\":[\"ビジュアライズ\"],\"id6ein\":[\"10MB以下の正方形のPNG、JPEG、GIFをサポートします。\"],\"ZS7vYp\":[\"新しいイベントが発生するたびに、このエンドポイントに POST リクエストを送信します。\"],\"TRDppN\":[\"ウェブフック\"],\"v1kQyJ\":[\"ウェブフック\"],\"C51ilI\":[\"APIキーの有効期限。\"],\"leUubq\":[\"キーが無効になる場合\"],\"wvyffT\":[\"ワークフローをテストできない\"],\"pmUArF\":[\"ワークスペース\"],\"VicISP\":[\"ワークスペースの削除\"],\"Q9pNST\":[\"説明を書く\"],\"3d1wCB\":[\"はい\"],\"zSkMV0\":[\"その場合、すぐに1年分の料金が請求されます。\"],\"XVnj6K\":[\"クレジット残高は毎月の請求書の支払いに充当される。\"],\"9ivpwk\":[\"表示されるあなたの名前\"],\"RhNbPE\":[\"ワークスペースが無効になる\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"fieldLabel\"],\"の\",[\"aggregateLabel\"],\"。\"],\"uogEAL\":[[\"apiKeyName\"],\" APIキー\"],\"6j5rE1\":[\"[\",[\"name\"],\"]\"],\"YT0WJ4\":[\"1 000 ワークフローノード実行\"],\"4EdXYs\":[\"12h (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.フィールドの設定\"],\"QsMprd\":[\"24h (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"について\"],\"AeXO77\":[\"アカウント\"],\"nD0Y+a\":[\"アカウント削除\"],\"bPwFdf\":[\"アカウント\"],\"FQBaXG\":[\"アクティベート\"],\"tu8A/k\":[\"ワークフローの有効化\"],\"F6pfE9\":[\"アクティブ\"],\"Mue4oc\":[\"あなたまたはあなたのチームによって作成されたアクティブなAPIキー。\"],\"m16xKo\":[\"追加\"],\"DpV70M\":[\"フィールドの追加\"],\"dEO3Zx\":[\"オブジェクトの追加\"],\"sgXUv+\":[\"SSOアイデンティティ・プロバイダーの追加\"],\"5+ttxv\":[\"ブロックリストに追加\"],\"pBsoKL\":[\"お気に入りに追加\"],\"m2qDV8\":[\"最初の\",[\"objectLabel\"],\"を追加\"],\"vLO+NG\":[[\"beautifiedCreatedAt\"],\"】を追加\"],\"N40H+G\":[\"すべて\"],\"3saA7W\":[\"すべて (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"すべての役割\"],\"GMx1K0\":[\"Googleのシングルサインオン機能によるログインを許可する。\"],\"dea+zy\":[\"マイクロソフトのシングルサインオン機能によるログインを許可する。\"],\"wMg43c\":[\"招待リンクを共有することで、新規ユーザーの招待を許可する。\"],\"vHeVg5\":[\"ユーザーが電子メールとパスワードでサインインできるようにする。\"],\"LG4K0m\":[\"パスワードの更新中にエラーが発生しました\"],\"mJ6m4C\":[\"任意の説明\"],\"HZFm5R\":[\"そして\"],\"0RqpZr\":[\"APIとWebhooks\"],\"yRnk5W\":[\"APIキー\"],\"5h8ooz\":[\"APIキー\"],\"kAtj+q\":[\"API名\"],\"aAIQg2\":[\"外観\"],\"3iX0kh\":[\"課金間隔を変更してもよろしいですか?\"],\"nYD/Cq\":[\"上昇\"],\"rfYmIr\":[\"各メンバーのアクセス権限を指定するロールの割り当て\"],\"lxQ+5m\":[\"担当\"],\"H8QGSx\":[\"8文字以上。\"],\"Y7Dx6e\":[\"少なくとも1つの認証方法が有効になっていること\"],\"P8fBlG\":[\"認証\"],\"yIVrHZ\":[\"認可する\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"コンテンツに戻る\"],\"R+w/Va\":[\"請求\"],\"K1172m\":[\"ブロックリスト\"],\"2yl5lQ\":[\"電話予約\"],\"8Pfllj\":[\"ユーザーは、Twentyを利用することにより、以下の事項に同意したものとみなされます。\"],\"PmmvzS\":[\"計算する\"],\"AjVXBS\":[\"カレンダー\"],\"EUpfsd\":[\"カレンダー\"],\"dEgA5A\":[\"キャンセル\"],\"0TllC8\":[\"いつでもキャンセル\"],\"rRK/Lf\":[\"キャンセルプラン\"],\"N6gPiD\":[\"購読をキャンセルする\"],\"OfzMnb\":[[\"to\"],\"]を変更する\"],\"VhMDMg\":[\"パスワードの変更\"],\"SviKkE\":[\"中国語 - 簡体字\"],\"dzb4Ep\":[\"中国語 - 繁体字\"],\"JEFFOR\":[\"オブジェクトを選択する\"],\"KT6rEB\":[\"プロバイダーの選択\"],\"9qP96p\":[\"トライアルの選択\"],\"yz7wBu\":[\"閉じる\"],\"+zUMwJ\":[\"SSO接続を設定する\"],\"QTNsSm\":[\"カレンダーの設定を行い、カスタマイズします。\"],\"aGwm+D\":[\"アプリ全体の日付の表示方法を設定する\"],\"Bh4GBD\":[\"メールとカレンダーの設定\"],\"D8ATlr\":[\"新しいアカウントをワークスペースに接続する\"],\"Zgi9Fd\":[\"グーグルとつながる\"],\"IOfqM8\":[\"マイクロソフトとつながる\"],\"9TzudL\":[\"接続アカウント\"],\"M73whl\":[\"コンテクスト\"],\"xGVfLh\":[\"続ける\"],\"RvVi9c\":[\"Eメールで続ける\"],\"oZyG4C\":[\"Googleで続ける\"],\"ztoybH\":[\"マイクロソフトを続ける\"],\"CcGOj+\":[\"コパイロット\"],\"7eVkEH\":[\"招待状リンクをコピーする\"],\"Ej5euX\":[\"このキーをコピーしてください。\"],\"wBMjJ2\":[\"カウント\"],\"EkZfen\":[\"すべて数える\"],\"vQJINq\":[\"空カウント\"],\"DzRsDJ\":[\"カウントが空ではない\"],\"9FZBbf\":[\"一意な値を数える\"],\"zNoOC2\":[\"ワークフローを作成し、ここに戻ってそのバージョンを表示する\"],\"uXGLuq\":[\"APIキーの作成\"],\"d0DCww\":[\"新しいレコードを作成する\"],\"dkAPxi\":[\"ウェブフックの作成\"],\"8skTDV\":[\"カスタムオブジェクト\"],\"qt+EaC\":[[\"objectLabelSingular\"],\"]ビューで利用可能なフィールドをカスタマイズします。\"],\"CMhr4u\":[\"ドメインのカスタマイズ\"],\"bCJa9l\":[\"ワークスペースのセキュリティをカスタマイズ\"],\"Zz6Cxn\":[\"危険地帯\"],\"5cNMFz\":[\"データモデル\"],\"r+cVRP\":[\"データ型\"],\"mYGY3B\":[\"日付\"],\"Ud9zHv\":[\"日時\"],\"5y3O+A\":[\"非アクティブ化\"],\"qk4i22\":[\"カスタムAPI名を設定するには、「オブジェクト・ラベルとAPI名の同期」を無効にする。\"],\"gexAq8\":[\"このフィールドを無効にする\"],\"4tpC8V\":[\"ワークフローの停止\"],\"Y2ImVJ\":[\"オブジェクトの名前と説明を定義する\"],\"cnGeoo\":[\"削除\"],\"ZDGm40\":[\"アカウント削除\"],\"gAz0S5\":[\"アカウントと関連データをすべて削除する\"],\"hGfWDm\":[\"APIキーの削除\"],\"4dpwsE\":[\"レコードの削除\"],\"kf0A63\":[\"レコードの削除\"],\"T6S2Ns\":[\"この統合を削除する\"],\"snMaH4\":[\"ウェブフックの削除\"],\"kYu0eF\":[\"ワークスペースの削除\"],\"mk2Ygs\":[\"ワークスペース全体を削除する\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"説明\"],\"2xxBws\":[\"破壊する\"],\"n+SX4g\":[\"開発者\"],\"zAg2B9\":[\"ドラフト破棄\"],\"i66xz9\":[\"相対日付で表示\"],\"EoKe5U\":[\"ドメイン\"],\"QVVmxi\":[\"例:バックオフィスとの統合\"],\"tOkc8o\":[\"最初期\"],\"JTbQuO\":[\"最も古い日付\"],\"v+uKyy\":[\"請求間隔の編集\"],\"h2KoTu\":[\"支払い方法の編集、請求書の確認など\"],\"6o1M/Q\":[\"サブドメイン名を編集するか、カスタムドメインを設定します。\"],\"O3oNi5\":[\"電子メール\"],\"lfQsvW\":[\"電子メールの統合\"],\"QT/Wo7\":[\"電子メールまたはドメインがすでにブロックリストに登録されている\"],\"BXEcos\":[\"電子メール\"],\"eXoH4Q\":[\"従業員\"],\"gqv5ZL\":[\"従業員\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"エンドポイントURL\"],\"lYGfRP\":[\"英語\"],\"/bfFKe\":[[\"withCreditCardTrialPeriodDuration\"],\"]-日間の無料トライアルをお楽しみください。\"],\"GpB8YV\":[\"エンタープライズ\"],\"c3qGJX\":[\"apiキーの削除エラー:\",[\"err\"],\"。\"],\"bj7nh3\":[\"APIキーの再生成エラー:\",[\"err\"],\"。\"],\"VSQxWH\":[\"サブスクリプション\",[\"to\"],\"の切り替え中にエラーが発生しました。\"],\"JLxMta\":[\"非同期イベントの通知用にWebhookエンドポイントを確立する。\"],\"cIgBjB\":[\"私の電子メール同期から次の人とドメインを除外する\"],\"fV7V51\":[\"既存のオブジェクト\"],\"IZ4o2e\":[\"終了設定\"],\"tXGQvS\":[\"選択されたノードがステップ作成ノードであることを期待。\"],\"bKBhgb\":[\"経験\"],\"LxRNPw\":[\"有効期限\"],\"SkXfL0\":[\"有効期限\"],\"i9qiyR\":[\"期限切れ\"],\"GS+Mus\":[\"輸出\"],\"ep2rbf\":[\"輸出記録\"],\"q46CjD\":[\"PDFへのエクスポート\"],\"DaGxE0\":[\"エクスポートビュー\"],\"X9kySA\":[\"お気に入り\"],\"zXgopL\":[\"フィールドタイプ\"],\"vF68cg\":[\"フィールド\"],\"3w/aqw\":[\"フィールド数\"],\"o7J4JM\":[\"フィルター\"],\"cSev+j\":[\"フィルター\"],\"glx6on\":[\"パスワードをお忘れですか?\"],\"nLC6tu\":[\"フランス語\"],\"aTieE0\":[\"毎月から毎年へ\"],\"K04lE5\":[\"年から月へ\"],\"scmRyR\":[\"フルアクセス\"],\"xANKBj\":[\"機能\"],\"Weq9zb\":[\"一般\"],\"DDcvSo\":[\"ドイツ語\"],\"NXEW3h\":[\"チームを招待して、ワークスペースを最大限に活用しましょう。\"],\"zSGbaR\":[\"購読を申し込む\"],\"2GT3Hf\":[\"グローバル\"],\"hWp1MY\":[\"お客様のワークスペースへの一時的なアクセスを Twenty サポートに許可することで、お客様に代わって問題のトラブルシューティングやコンテンツの復旧を行うことができます。お客様はいつでもアクセス権を取り消すことができます。\"],\"vLyv1R\":[\"隠す\"],\"XTWO+W\":[\"アイコンと名前\"],\"sJGljQ\":[\"識別子\"],\"j843N3\":[\"このキーを紛失した場合は、再生成することができますが、このキーを使用しているスクリプトは更新する必要がありますのでご注意ください。確認のため、\\\"\",[\"confirmationValue\"],\"\\\"と入力してください。\"],\"NoNwIX\":[\"活動休止中\"],\"pZ/USH\":[\"インデックス\"],\"JE2tjr\":[\"入力はキャメルケースでなければならず、数字で始めることはできない。\"],\"AwUsnG\":[\"インスタンス\"],\"nbfdhU\":[\"統合\"],\"NtFk/Z\":[\"無効な認証プロバイダ\"],\"B2Tpo0\":[\"無効な電子メール\"],\"/m52AE\":[\"無効な電子メールまたはドメイン\"],\"QdoUFL\":[\"無効なフォーム値\"],\"0M8+El\":[\"Eメールで招待する\"],\"PWIq/W\":[\"リンクで招待\"],\"3athPG\":[\"リンクで招待\"],\"5IfmKA\":[\"Eメールアドレスに招待リンクを送信\"],\"d+Y+rP\":[\"チームを招待する\"],\"Lj7sBL\":[\"イタリア語\"],\"dFtidv\":[\"日本語\"],\"h6S9Yz\":[\"韓国語\"],\"zrpwCd\":[\"ラボ\"],\"vXIe7J\":[\"言語\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新の日付\"],\"pQjjYo\":[\"クリップボードにコピーされたリンク\"],\"FgAxTj\":[\"ログアウト\"],\"nOhz3x\":[\"ログアウト\"],\"T6YjCk\":[\"メンバー管理\"],\"4cjU2u\":[\"あなたのスペースのメンバーを管理する\"],\"FyFNsd\":[\"インターネットアカウントの管理\"],\"36kYu0\":[\"サブスクリプションの管理\"],\"3Sdni6\":[\"完了マークを付ける\"],\"CK1KXz\":[\"マックス\"],\"wlQNTg\":[\"メンバー\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"その他のオプション\"],\"iSLA/r\":[\"左に移動\"],\"Ubl2by\":[\"右に移動\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"APIキーの名前\"],\"J7w8lI\":[\"ワークスペース名\"],\"2T8KCk\":[\"次のレコードに移動する\"],\"veSA19\":[\"次のバージョンに移動する\"],\"ZTEho+\":[\"次のワークフローに移動する\"],\"2tw9bo\":[\"前のレコードに移動する\"],\"I+Pm5V\":[\"以前のバージョンに移動する\"],\"QVUN3K\":[\"前のワークフローに移動する\"],\"isRobC\":[\"新しい\"],\"Kcr9Fr\":[\"新規アカウント\"],\"o8MyXb\":[\"新しいキー\"],\"j313SZ\":[\"新しいキー\"],\"hFxdey\":[\"新しいオブジェクト\"],\"7vhWI8\":[\"新しいパスワード\"],\"BcCzLv\":[\"新記録\"],\"2lmOC5\":[\"新しい役割\"],\"U1DAok\":[\"新しいウェブフック\"],\"pwenQu\":[\"接続アカウントなし\"],\"0uWxPM\":[\"ワークフローはまだ実行されていない\"],\"AQCvCC\":[\"ワークフローのバージョンはまだない\"],\"4wUkDk\":[\"空ではない\"],\"W0i24j\":[\"対象\"],\"B3toQF\":[\"対象物\"],\"KNz3EF\":[\"オフ・ザ・ビート・パス\"],\"OV5wZZ\":[\"オープン\"],\"0zpgxV\":[\"オプション\"],\"BzEFor\":[\"または\"],\"/IX/7x\":[\"その他\"],\"boJlGf\":[\"ページが見つかりません\"],\"8ZsakT\":[\"パスワード\"],\"BxQ79w\":[\"パスワードが更新されました\"],\"mi6Rel\":[\"パスワードリセットリンクが電子メールに送信されました。\"],\"SrVzRe\":[\"パーセント\"],\"yIK1GU\":[\"空席率\"],\"PWLd4c\":[\"空でない割合\"],\"Bv3y5w\":[\"記録の永久破棄\"],\"N0+GsR\":[\"写真\"],\"jEw0Mr\":[\"有効なURLを入力してください\"],\"6nsIo3\":[[\"confirmationValue\"],\"]」と入力して、このAPIキーを削除することを確認してください。このキーを使用しているスクリプトは動作しなくなりますのでご注意ください。\"],\"mFZTXr\":[[\"confirmationText\"],\"]と入力して、このウェブフックを削除することを確認してください。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"ポルトガル語 - ブラジル\"],\"xtXHeo\":[\"ポルトガル語 - ポルトガル\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"プレビュー\"],\"LcET2C\":[\"プライバシーポリシー\"],\"vERlcd\":[\"プロフィール\"],\"YJgRqq\":[\"擬似英語\"],\"ibPuCP\":[\"ドキュメントを読む\"],\"v3xM25\":[\"パスワード更新リンクを含むメールを受け取る\"],\"dSCufP\":[\"レコード選択\"],\"vpZcGd\":[\"APIキーを再生成する\"],\"Mwqo5m\":[\"再生キー\"],\"D+Mv78\":[\"再生キー\"],\"5icoS1\":[\"リリース\"],\"t/YqKh\":[\"削除\"],\"T/pF0Z\":[\"お気に入りから削除\"],\"KbS2K9\":[\"パスワードのリセット\"],\"1IWc1n\":[\"にリセットする。\"],\"kx0s+n\":[\"結果\"],\"5dJK4M\":[\"役割\"],\"UX0N2y\":[\"ワークフローを実行し、その実行内容を見るためにここに戻る\"],\"A1taO8\":[\"検索\"],\"8NBMeZ\":[\"'\",[\"commandMenuSearch\"],\"'で検索...\"],\"l1/uy2\":[\"フィールドを検索...\"],\"k7kp5/\":[\"インデックスを検索...\"],\"7taA9j\":[\"検索フィールド\"],\"ofuw3g\":[\"オブジェクトを検索...\"],\"IMeaSJ\":[\"レコード検索\"],\"a3LDKx\":[\"セキュリティ\"],\"QREcJS\":[\"アクティブ版を見る\"],\"OpPn5Z\":[\"ランを見る\"],\"EtyY4+\":[\"バージョンを見る\"],\"lYhPN0\":[\"バージョン履歴を見る\"],\"xraglu\":[\"このエンドポイントに送信したいイベントを選択する。\"],\"AXTJAW\":[\"ご希望の言語をお選びください。\"],\"mjK8F3\":[\"チームに招待メールを送る\"],\"yy5k7a\":[\"サーバー管理パネル\"],\"V7fgiB\":[\"メールの可視性の設定、ブロックリストの管理など。\"],\"cx14rp\":[\"ドメイン名を設定する\"],\"tn41zE\":[\"サブドメイン名を設定する\"],\"Tz0i8g\":[\"設定\"],\"Vy9kmk\":[\"このリンクを共有し、ユーザーをワークスペースに招待する。\"],\"gWk8gY\":[\"フィールドのラベルを変更すると、API名も変更されますか?\"],\"5lWFkC\":[\"ログイン\"],\"e+RpCP\":[\"登録する\"],\"5v3IHX\":[\"シングルサインオン(SSO)\"],\"6Uau97\":[\"スキップ\"],\"f6Hub0\":[\"ソート\"],\"65A04M\":[\"スペイン語\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"サブドメイン\"],\"omhc+7\":[\"サブドメインはすでに取得済み\"],\"OlC/tU\":[\"サブドメインは30文字以内\"],\"ZETwlU\":[\"サブドメインは3文字より短くできません。\"],\"B5jRKH\":[\"サブスクリプションが切り替わりました\",[\"to\"],\"。\"],\"AxQiPW\":[\"サム\"],\"XYLcNv\":[\"サポート\"],\"9yk9d1\":[\"スイッチ[\",[\"from\"],\"]\"],\"qi74XZ\":[\"スイッチ[\",[\"to\"],\"]\"],\"L6Fg36\":[\"スイッチ課金【\",[\"to\"]],\"AtzMpB\":[\"フィールドラベルとAPI名の同期\"],\"E3AMmw\":[\"システム設定 - [\",[\"systemDateFormatLabel\"],\"]\"],\"0ZgB1e\":[\"システム設定 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"xowcRf\":[\"利用規約\"],\"NnH3pK\":[\"テスト\"],\"bU9B27\":[\"テスト・ワークフロー\"],\"2OUtmv\":[\"このフィールドの説明\"],\"VGZYbZ\":[\"アカウントに関連付けられたEメール\"],\"h8mvCd\":[\"このフィールドの名前とアイコン\"],\"L97sPr\":[\"お探しのページはもうないか、存在しないかのどちらかです。元のページに戻す\"],\"uWikAA\":[\"このフィールドの値\"],\"+69KDk\":[\"このフィールドの値は一意でなければならない。\"],\"ynfkhb\":[\"パスワードの更新中にエラーが発生しました。\"],\"PmtLRf\":[\"問題があった\"],\"hqCwGc\":[\"この操作は取り消すことができません。これにより、このユーザーは永久に削除され、すべての割り当てから削除されます。\"],\"gWGuHC\":[\"この操作は元に戻せません。ワークスペース全体が永久に削除されます。 <0/> 確認のため、Eメールを入力してください。\"],\"n9nSNJ\":[\"時間形式\"],\"aqMzDX\":[\"毎月\"],\"WXXiXO\":[\"毎年\"],\"PiUt3N\":[\"トリガータイプ\"],\"IQ5pAL\":[\"トリガータイプは、レコードが選択されていない場合は「手動」とする。\"],\"+zy2Nq\":[\"タイプ\"],\"U83IeL\":[\"タイプ\"],\"wSXm5S\":[\"ユニーク\"],\"GQCXQS\":[\"連絡先は無制限\"],\"ONWvwQ\":[\"アップロード\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"ドラフトとして使用\"],\"oTTQsc\":[\"アルファベット、数字、ダッシュのみを使用。文字または数字で始め、文字または数字で終わる\"],\"c6uZUV\":[\"APIを使用するか、最初の\",[\"objectLabel\"],\"を手動で追加します。\"],\"7PzzBU\":[\"ユーザー\"],\"IjyOjp\":[\"ユーザーがログインしていない\"],\"fXVIZq\":[\"価値観\"],\"KANz0G\":[\"請求の詳細を見る\"],\"6n7jtr\":[\"ビジュアライズ\"],\"id6ein\":[\"10MB以下の正方形のPNG、JPEG、GIFをサポートします。\"],\"ZS7vYp\":[\"新しいイベントが発生するたびに、このエンドポイントに POST リクエストを送信します。\"],\"TRDppN\":[\"ウェブフック\"],\"v1kQyJ\":[\"ウェブフック\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[[\"workspaceName\"],\"]へようこそ\"],\"C51ilI\":[\"APIキーの有効期限。\"],\"leUubq\":[\"キーが無効になる場合\"],\"wvyffT\":[\"ワークフローをテストできない\"],\"pmUArF\":[\"ワークスペース\"],\"VicISP\":[\"ワークスペースの削除\"],\"Q9pNST\":[\"説明を書く\"],\"3d1wCB\":[\"はい\"],\"zSkMV0\":[\"その場合、すぐに1年分の料金が請求されます。\"],\"XVnj6K\":[\"クレジット残高は毎月の請求書の支払いに充当される。\"],\"9ivpwk\":[\"表示されるあなたの名前\"],\"YQK8fJ\":[\"Your Workspace\"],\"RhNbPE\":[\"ワークスペースが無効になる\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/ko.ts b/packages/twenty-front/src/locales/generated/ko.ts index 72d2f53d8..e225164e6 100644 --- a/packages/twenty-front/src/locales/generated/ko.ts +++ b/packages/twenty-front/src/locales/generated/ko.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"aggregateLabel\"],\" 중 \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API 키\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"워크플로 노드 실행 1,000회\"],\"4EdXYs\":[\"12시간 (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. 필드 구성\"],\"QsMprd\":[\"24시간 (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"중단\"],\"uyJsf6\":[\"정보\"],\"AeXO77\":[\"계정\"],\"nD0Y+a\":[\"계정 삭제\"],\"bPwFdf\":[\"계정\"],\"FQBaXG\":[\"활성화\"],\"tu8A/k\":[\"워크플로 활성화\"],\"F6pfE9\":[\"활성\"],\"Mue4oc\":[\"본인 또는 팀이 생성한 활성 API 키입니다.\"],\"m16xKo\":[\"추가\"],\"DpV70M\":[\"필드 추가\"],\"dEO3Zx\":[\"개체 추가\"],\"sgXUv+\":[\"SSO ID 공급자 추가\"],\"5+ttxv\":[\"차단 목록에 추가\"],\"pBsoKL\":[\"즐겨찾기에 추가\"],\"m2qDV8\":[\"첫 번째 \",[\"objectLabel\"],\" 추가\"],\"vLO+NG\":[[\"beautifiedCreatedAt\"],\"] 추가\"],\"N40H+G\":[\"모두\"],\"3saA7W\":[\"모두 (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"모든 역할\"],\"GMx1K0\":[\"Google의 싱글 사인온 기능을 통해 로그인을 허용합니다.\"],\"dea+zy\":[\"Microsoft의 싱글 사인온 기능을 통해 로그인을 허용합니다.\"],\"wMg43c\":[\"초대 링크를 공유하여 새 사용자를 초대할 수 있습니다.\"],\"vHeVg5\":[\"사용자가 이메일과 비밀번호로 로그인할 수 있도록 허용합니다.\"],\"mJ6m4C\":[\"선택적 설명\"],\"0RqpZr\":[\"API 및 웹훅\"],\"yRnk5W\":[\"API 키\"],\"5h8ooz\":[\"API 키\"],\"kAtj+q\":[\"API 이름\"],\"aAIQg2\":[\"모양\"],\"3iX0kh\":[\"청구 간격을 변경하시겠습니까?\"],\"nYD/Cq\":[\"오름차순\"],\"rfYmIr\":[\"역할을 할당하여 각 구성원의 액세스 권한을 지정하세요\"],\"lxQ+5m\":[\"할당 대상\"],\"Y7Dx6e\":[\"하나 이상의 인증 방법을 사용하도록 설정해야 합니다\"],\"P8fBlG\":[\"인증\"],\"yIVrHZ\":[\"권한 부여\"],\"3uQmjD\":[\"평균\"],\"Dht9W3\":[\"콘텐츠로 돌아가기\"],\"R+w/Va\":[\"청구\"],\"K1172m\":[\"차단 목록\"],\"2yl5lQ\":[\"통화 예약하기\"],\"PmmvzS\":[\"계산\"],\"AjVXBS\":[\"캘린더\"],\"EUpfsd\":[\"캘린더\"],\"dEgA5A\":[\"취소\"],\"0TllC8\":[\"언제든지 취소\"],\"rRK/Lf\":[\"요금제 취소\"],\"N6gPiD\":[\"구독 취소\"],\"OfzMnb\":[\"변경 \",[\"to\"]],\"VhMDMg\":[\"비밀번호 변경\"],\"SviKkE\":[\"중국어 - 간체\"],\"dzb4Ep\":[\"중국어 - 번체\"],\"JEFFOR\":[\"개체 선택\"],\"KT6rEB\":[\"제공업체 선택\"],\"9qP96p\":[\"평가판 선택\"],\"yz7wBu\":[\"닫기\"],\"+zUMwJ\":[\"SSO 연결 구성\"],\"QTNsSm\":[\"캘린더 환경설정을 구성하고 사용자 지정하세요.\"],\"aGwm+D\":[\"앱 전체에 날짜가 표시되는 방식 구성\"],\"Bh4GBD\":[\"이메일 및 캘린더 설정을 구성합니다.\"],\"D8ATlr\":[\"새 계정을 워크스페이스에 연결\"],\"Zgi9Fd\":[\"Google과 연결\"],\"IOfqM8\":[\"Microsoft와 연결\"],\"9TzudL\":[\"연결된 계정\"],\"M73whl\":[\"컨텍스트\"],\"xGVfLh\":[\"계속하기\"],\"CcGOj+\":[\"부조종사\"],\"7eVkEH\":[\"초대 링크 복사\"],\"Ej5euX\":[\"이 키는 다시 표시되지 않으므로 복사하세요\"],\"wBMjJ2\":[\"Count\"],\"EkZfen\":[\"모두 계산\"],\"vQJINq\":[\"비어있는 카운트\"],\"DzRsDJ\":[\"비어 있지 않은 카운트\"],\"9FZBbf\":[\"고유 값 계산\"],\"zNoOC2\":[\"워크플로를 만들고 여기로 돌아와서 버전을 확인합니다\"],\"uXGLuq\":[\"API 키 만들기\"],\"d0DCww\":[\"새 레코드 만들기\"],\"dkAPxi\":[\"웹훅 만들기\"],\"8skTDV\":[\"사용자 지정 개체\"],\"qt+EaC\":[[\"objectLabelSingular\"],\"] 보기에서 사용 가능한 필드를 사용자 지정합니다.\"],\"CMhr4u\":[\"도메인 사용자 지정\"],\"bCJa9l\":[\"업무 공간 보안 사용자 지정\"],\"Zz6Cxn\":[\"위험 구역\"],\"5cNMFz\":[\"데이터 모델\"],\"r+cVRP\":[\"데이터 유형\"],\"mYGY3B\":[\"날짜\"],\"Ud9zHv\":[\"날짜 및 시간\"],\"5y3O+A\":[\"비활성화\"],\"qk4i22\":[\"\\\"개체 레이블 및 API 이름 동기화\\\"를 비활성화하여 사용자 지정 API 이름을 설정합니다\"],\"gexAq8\":[\"이 필드 비활성화\"],\"4tpC8V\":[\"워크플로 비활성화\"],\"Y2ImVJ\":[\"개체의 이름과 설명을 정의합니다\"],\"cnGeoo\":[\"삭제\"],\"ZDGm40\":[\"계정 삭제\"],\"gAz0S5\":[\"계정 및 모든 관련 데이터 삭제\"],\"hGfWDm\":[\"API 키 삭제\"],\"4dpwsE\":[\"레코드 삭제\"],\"kf0A63\":[\"레코드 삭제\"],\"T6S2Ns\":[\"이 통합 삭제\"],\"snMaH4\":[\"웹훅 삭제\"],\"kYu0eF\":[\"작업 공간 삭제\"],\"mk2Ygs\":[\"전체 작업 공간 삭제\"],\"Cko536\":[\"내림차순\"],\"Nu4oKW\":[\"설명\"],\"2xxBws\":[\"파괴\"],\"n+SX4g\":[\"개발자\"],\"zAg2B9\":[\"초안 삭제\"],\"i66xz9\":[\"상대 날짜로 표시\"],\"EoKe5U\":[\"도메인\"],\"QVVmxi\":[\"예: 백오피스 통합\"],\"tOkc8o\":[\"가장 빠른\"],\"JTbQuO\":[\"가장 빠른 날짜\"],\"v+uKyy\":[\"청구 간격 편집\"],\"h2KoTu\":[\"결제 방법 편집, 송장 확인 등 다양한 기능 제공\"],\"6o1M/Q\":[\"하위 도메인 이름을 편집하거나 사용자 정의 도메인을 설정합니다.\"],\"O3oNi5\":[\"이메일\"],\"lfQsvW\":[\"이메일 통합\"],\"QT/Wo7\":[\"이메일 또는 도메인이 이미 차단 목록에 있습니다\"],\"BXEcos\":[\"이메일\"],\"eXoH4Q\":[\"직원\"],\"gqv5ZL\":[\"직원\"],\"N2S1rs\":[\"비어 있음\"],\"T3juzf\":[\"엔드포인트 URL\"],\"lYGfRP\":[\"영어\"],\"/bfFKe\":[[\"withCreditCardTrialPeriodDuration\"],\"]일 무료 체험을 즐겨보세요\"],\"GpB8YV\":[\"엔터프라이즈\"],\"c3qGJX\":[\"API 키 삭제 오류: \",[\"err\"]],\"bj7nh3\":[\"API 키 재생성 오류: \",[\"err\"]],\"VSQxWH\":[\"구독을 전환하는 동안 오류가 발생했습니다 \",[\"to\"],\".\"],\"JLxMta\":[\"비동기 이벤트에 대한 알림을 위한 웹훅 엔드포인트를 설정합니다.\"],\"cIgBjB\":[\"내 이메일 동기화에서 다음 사람 및 도메인 제외하기\"],\"fV7V51\":[\"기존 개체\"],\"IZ4o2e\":[\"설정 종료\"],\"tXGQvS\":[\"선택한 노드가 생성 단계 노드가 될 것으로 예상됩니다.\"],\"bKBhgb\":[\"경험\"],\"LxRNPw\":[\"만료\"],\"SkXfL0\":[\"만료 날짜\"],\"i9qiyR\":[\"만료일\"],\"GS+Mus\":[\"내보내기\"],\"ep2rbf\":[\"기록 내보내기\"],\"q46CjD\":[\"PDF로 내보내기\"],\"DaGxE0\":[\"내보내기 보기\"],\"X9kySA\":[\"즐겨 찾기\"],\"zXgopL\":[\"필드 유형\"],\"vF68cg\":[\"필드\"],\"3w/aqw\":[\"필드 수\"],\"o7J4JM\":[\"필터\"],\"cSev+j\":[\"필터\"],\"nLC6tu\":[\"프랑스어\"],\"aTieE0\":[\"월별에서 연간으로\"],\"K04lE5\":[\"연간에서 월간으로\"],\"scmRyR\":[\"전체 액세스 권한\"],\"xANKBj\":[\"기능\"],\"Weq9zb\":[\"일반\"],\"DDcvSo\":[\"독일어\"],\"NXEW3h\":[\"팀을 초대하여 업무 공간을 최대한 활용하세요.\"],\"zSGbaR\":[\"구독 신청하기\"],\"2GT3Hf\":[\"글로벌\"],\"hWp1MY\":[\"Twenty 지원팀에 회원님의 워크스페이스에 대한 임시 액세스 권한을 부여하여 문제를 해결하거나 회원님을 대신하여 콘텐츠를 복구할 수 있도록 하세요. 언제든지 액세스 권한을 취소할 수 있습니다.\"],\"vLyv1R\":[\"숨기기\"],\"XTWO+W\":[\"아이콘 및 이름\"],\"sJGljQ\":[\"식별자\"],\"j843N3\":[\"이 키를 분실한 경우 다시 생성할 수 있지만 이 키를 사용하는 모든 스크립트를 업데이트해야 한다는 점에 유의하세요. 확인하려면 \\\"\",[\"confirmationValue\"],\"\\\"을 입력하세요.\"],\"NoNwIX\":[\"비활성\"],\"pZ/USH\":[\"색인\"],\"JE2tjr\":[\"입력은 대소문자를 구분해야 하며 숫자로 시작할 수 없습니다\"],\"AwUsnG\":[\"인스턴스\"],\"nbfdhU\":[\"통합\"],\"NtFk/Z\":[\"잘못된 인증 공급자\"],\"B2Tpo0\":[\"잘못된 이메일\"],\"/m52AE\":[\"잘못된 이메일 또는 도메인\"],\"QdoUFL\":[\"잘못된 양식 값\"],\"0M8+El\":[\"이메일로 초대\"],\"PWIq/W\":[\"링크로 초대하기\"],\"3athPG\":[\"링크로 초대하기\"],\"5IfmKA\":[\"이메일 주소로 전송된 초대 링크\"],\"d+Y+rP\":[\"팀 초대하기\"],\"Lj7sBL\":[\"이탈리아어\"],\"dFtidv\":[\"일본어\"],\"h6S9Yz\":[\"한국어\"],\"zrpwCd\":[\"Lab\"],\"vXIe7J\":[\"언어\"],\"wL3cK8\":[\"최신\"],\"Kcjbmz\":[\"최근 날짜\"],\"pQjjYo\":[\"링크가 클립보드에 복사됨\"],\"FgAxTj\":[\"로그아웃\"],\"nOhz3x\":[\"로그아웃\"],\"T6YjCk\":[\"회원 관리\"],\"4cjU2u\":[\"여기에서 스페이스의 구성원 관리하기\"],\"FyFNsd\":[\"인터넷 계정을 관리합니다.\"],\"36kYu0\":[\"구독 관리\"],\"3Sdni6\":[\"완료로 표시\"],\"CK1KXz\":[\"최대\"],\"wlQNTg\":[\"회원\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"추가 옵션\"],\"iSLA/r\":[\"왼쪽으로 이동\"],\"Ubl2by\":[\"오른쪽으로 이동\"],\"6YtxFj\":[\"이름\"],\"z+6jaZ\":[\"API 키 이름\"],\"J7w8lI\":[\"작업 공간의 이름\"],\"2T8KCk\":[\"다음 레코드로 이동\"],\"veSA19\":[\"다음 버전으로 이동\"],\"ZTEho+\":[\"다음 워크플로로 이동\"],\"2tw9bo\":[\"이전 레코드로 이동\"],\"I+Pm5V\":[\"이전 버전으로 이동\"],\"QVUN3K\":[\"이전 워크플로로 이동\"],\"isRobC\":[\"신규\"],\"Kcr9Fr\":[\"새 계정\"],\"o8MyXb\":[\"새 키\"],\"j313SZ\":[\"새 키\"],\"hFxdey\":[\"새 개체\"],\"7vhWI8\":[\"새 비밀번호\"],\"BcCzLv\":[\"새로운 기록\"],\"2lmOC5\":[\"새로운 역할\"],\"U1DAok\":[\"새로운 웹훅\"],\"pwenQu\":[\"연결된 계정 없음\"],\"0uWxPM\":[\"아직 워크플로가 실행되지 않습니다\"],\"AQCvCC\":[\"아직 워크플로 버전이 없습니다\"],\"4wUkDk\":[\"비어 있지 않음\"],\"W0i24j\":[\"개체\"],\"B3toQF\":[\"개체\"],\"KNz3EF\":[\"잘 알려지지 않은 길에서 벗어나기\"],\"OV5wZZ\":[\"열림\"],\"0zpgxV\":[\"옵션\"],\"BzEFor\":[\"또는\"],\"/IX/7x\":[\"기타\"],\"boJlGf\":[\"페이지를 찾을 수 없음\"],\"8ZsakT\":[\"비밀번호\"],\"mi6Rel\":[\"비밀번호 재설정 링크가 이메일로 전송되었습니다\"],\"SrVzRe\":[\"퍼센트\"],\"yIK1GU\":[\"비어 있는 비율\"],\"PWLd4c\":[\"비어 있지 않은 비율\"],\"Bv3y5w\":[\"기록 영구 파기\"],\"N0+GsR\":[\"사진\"],\"jEw0Mr\":[\"유효한 URL을 입력하세요\"],\"6nsIo3\":[\"\\\"\",[\"confirmationValue\"],\"\\\"을 입력하여 이 API 키를 삭제할 것인지 확인합니다. 이 키를 사용하는 모든 스크립트는 작동이 중지된다는 점에 유의하세요.\"],\"mFZTXr\":[[\"confirmationText\"],\"]을 입력하여 이 웹훅을 삭제할 것인지 확인하세요.\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"포르투갈어 - 브라질\"],\"xtXHeo\":[\"포르투갈어 - 포르투갈\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"미리 보기\"],\"vERlcd\":[\"프로필\"],\"YJgRqq\":[\"의사 영어\"],\"ibPuCP\":[\"문서 읽기\"],\"v3xM25\":[\"비밀번호 업데이트 링크가 포함된 이메일 수신\"],\"dSCufP\":[\"레코드 선택\"],\"vpZcGd\":[\"API 키 다시 생성하기\"],\"Mwqo5m\":[\"키 다시 생성\"],\"D+Mv78\":[\"키 다시 생성\"],\"5icoS1\":[\"릴리스\"],\"t/YqKh\":[\"제거\"],\"T/pF0Z\":[\"즐겨찾기에서 제거\"],\"KbS2K9\":[\"비밀번호 재설정\"],\"1IWc1n\":[\"다음으로 재설정\"],\"kx0s+n\":[\"결과\"],\"5dJK4M\":[\"역할\"],\"UX0N2y\":[\"워크플로를 실행하고 여기로 돌아와 실행을 확인합니다\"],\"A1taO8\":[\"검색\"],\"l1/uy2\":[\"필드 검색...\"],\"k7kp5/\":[\"색인 검색...\"],\"7taA9j\":[\"검색 필드\"],\"ofuw3g\":[\"개체 검색...\"],\"IMeaSJ\":[\"기록 검색\"],\"a3LDKx\":[\"보안\"],\"QREcJS\":[\"활성 버전 보기\"],\"OpPn5Z\":[\"실행 보기\"],\"EtyY4+\":[\"버전 보기\"],\"lYhPN0\":[\"버전 기록 보기\"],\"xraglu\":[\"이 엔드포인트로 보내려는 이벤트를 선택합니다\"],\"AXTJAW\":[\"선호하는 언어 선택\"],\"mjK8F3\":[\"팀에 초대 이메일 보내기\"],\"yy5k7a\":[\"서버 관리자 패널\"],\"V7fgiB\":[\"이메일 공개 여부 설정, 차단 목록 관리 등을 할 수 있습니다.\"],\"cx14rp\":[\"도메인 이름 설정\"],\"tn41zE\":[\"하위 도메인의 이름 설정\"],\"Tz0i8g\":[\"설정\"],\"Vy9kmk\":[\"이 링크를 공유하여 사용자를 워크스페이스에 초대하세요\"],\"gWk8gY\":[\"필드의 레이블을 변경하면 API 이름도 변경되어야 하나요?\"],\"6Uau97\":[\"건너뛰기\"],\"f6Hub0\":[\"정렬\"],\"65A04M\":[\"스페인어\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"하위 도메인\"],\"omhc+7\":[\"이미 사용 중인 하위 도메인\"],\"OlC/tU\":[\"하위 도메인은 30자를 초과할 수 없습니다\"],\"ZETwlU\":[\"하위 도메인은 3자보다 짧을 수 없습니다\"],\"B5jRKH\":[\"구독이 전환되었습니다 \",[\"to\"]],\"AxQiPW\":[\"합계\"],\"XYLcNv\":[\"지원\"],\"9yk9d1\":[\"스위치 \",[\"from\"]],\"qi74XZ\":[\"스위치 \",[\"to\"]],\"L6Fg36\":[\"스위치 청구 \",[\"to\"]],\"AtzMpB\":[\"필드 레이블 및 API 이름 동기화\"],\"E3AMmw\":[\"시스템 설정 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"시스템 설정 - \",[\"systemTimeFormatLabel\"]],\"NnH3pK\":[\"테스트\"],\"bU9B27\":[\"테스트 워크플로\"],\"2OUtmv\":[\"이 필드에 대한 설명\"],\"VGZYbZ\":[\"계정에 연결된 이메일\"],\"h8mvCd\":[\"이 필드의 이름과 아이콘\"],\"L97sPr\":[\"찾고 계신 페이지는 이미 사라졌거나 존재하지 않습니다. 다시 정상화해 드리겠습니다\"],\"uWikAA\":[\"이 필드의 값은 다음과 같습니다\"],\"+69KDk\":[\"이 필드의 값은 고유해야 합니다\"],\"PmtLRf\":[\"문제가 발생했습니다\"],\"hqCwGc\":[\"이 작업은 취소할 수 없습니다. 이렇게 하면 해당 사용자가 영구적으로 삭제되고 모든 과제에서 제거됩니다.\"],\"gWGuHC\":[\"이 작업은 취소할 수 없습니다. 이렇게 하면 전체 워크스페이스가 영구적으로 삭제됩니다. <0/> 확인하려면 이메일을 입력하세요.\"],\"n9nSNJ\":[\"시간 형식\"],\"aqMzDX\":[\"월 단위로\"],\"WXXiXO\":[\"연간\"],\"PiUt3N\":[\"트리거 유형\"],\"IQ5pAL\":[\"트리거 유형은 수동 - 선택된 레코드가 없는 경우여야 합니다\"],\"+zy2Nq\":[\"유형\"],\"U83IeL\":[\"아무거나 입력\"],\"wSXm5S\":[\"고유\"],\"GQCXQS\":[\"무제한 연락처\"],\"ONWvwQ\":[\"업로드\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"초안으로 사용\"],\"oTTQsc\":[\"문자, 숫자, 대시만 사용합니다. 문자 또는 숫자로 시작하고 끝내기\"],\"c6uZUV\":[\"API를 사용하거나 첫 번째 \",[\"objectLabel\"],\"을 수동으로 추가하세요\"],\"7PzzBU\":[\"사용자\"],\"IjyOjp\":[\"사용자가 로그인하지 않았습니다\"],\"fXVIZq\":[\"값\"],\"KANz0G\":[\"청구 세부 정보 보기\"],\"6n7jtr\":[\"시각화\"],\"id6ein\":[\"10MB 미만의 정사각형 PNG, JPEG 및 GIF를 지원합니다\"],\"ZS7vYp\":[\"모든 새로운 이벤트에 대해 이 엔드포인트로 POST 요청을 보냅니다\"],\"TRDppN\":[\"웹훅\"],\"v1kQyJ\":[\"웹훅\"],\"C51ilI\":[\"API 키가 만료되는 시기.\"],\"leUubq\":[\"키가 비활성화되는 경우\"],\"wvyffT\":[\"워크플로를 테스트할 수 없습니다\"],\"pmUArF\":[\"작업 공간\"],\"VicISP\":[\"작업 공간 삭제\"],\"Q9pNST\":[\"설명 작성\"],\"3d1wCB\":[\"yes\"],\"zSkMV0\":[\"1년치 요금이 즉시 청구됩니다.\"],\"XVnj6K\":[\"크레딧 잔액은 월 청구서 결제에 사용됩니다.\"],\"9ivpwk\":[\"표시되는 사용자 이름\"],\"RhNbPE\":[\"워크스페이스가 비활성화됩니다\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"aggregateLabel\"],\" 중 \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" API 키\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"워크플로 노드 실행 1,000회\"],\"4EdXYs\":[\"12시간 (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. 필드 구성\"],\"QsMprd\":[\"24시간 (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"중단\"],\"uyJsf6\":[\"정보\"],\"AeXO77\":[\"계정\"],\"nD0Y+a\":[\"계정 삭제\"],\"bPwFdf\":[\"계정\"],\"FQBaXG\":[\"활성화\"],\"tu8A/k\":[\"워크플로 활성화\"],\"F6pfE9\":[\"활성\"],\"Mue4oc\":[\"본인 또는 팀이 생성한 활성 API 키입니다.\"],\"m16xKo\":[\"추가\"],\"DpV70M\":[\"필드 추가\"],\"dEO3Zx\":[\"개체 추가\"],\"sgXUv+\":[\"SSO ID 공급자 추가\"],\"5+ttxv\":[\"차단 목록에 추가\"],\"pBsoKL\":[\"즐겨찾기에 추가\"],\"m2qDV8\":[\"첫 번째 \",[\"objectLabel\"],\" 추가\"],\"vLO+NG\":[[\"beautifiedCreatedAt\"],\"] 추가\"],\"N40H+G\":[\"모두\"],\"3saA7W\":[\"모두 (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"모든 역할\"],\"GMx1K0\":[\"Google의 싱글 사인온 기능을 통해 로그인을 허용합니다.\"],\"dea+zy\":[\"Microsoft의 싱글 사인온 기능을 통해 로그인을 허용합니다.\"],\"wMg43c\":[\"초대 링크를 공유하여 새 사용자를 초대할 수 있습니다.\"],\"vHeVg5\":[\"사용자가 이메일과 비밀번호로 로그인할 수 있도록 허용합니다.\"],\"LG4K0m\":[\"비밀번호를 업데이트하는 동안 오류가 발생했습니다\"],\"mJ6m4C\":[\"선택적 설명\"],\"HZFm5R\":[\"그리고\"],\"0RqpZr\":[\"API 및 웹훅\"],\"yRnk5W\":[\"API 키\"],\"5h8ooz\":[\"API 키\"],\"kAtj+q\":[\"API 이름\"],\"aAIQg2\":[\"모양\"],\"3iX0kh\":[\"청구 간격을 변경하시겠습니까?\"],\"nYD/Cq\":[\"오름차순\"],\"rfYmIr\":[\"역할을 할당하여 각 구성원의 액세스 권한을 지정하세요\"],\"lxQ+5m\":[\"할당 대상\"],\"H8QGSx\":[\"8자 이상이어야 합니다.\"],\"Y7Dx6e\":[\"하나 이상의 인증 방법을 사용하도록 설정해야 합니다\"],\"P8fBlG\":[\"인증\"],\"yIVrHZ\":[\"권한 부여\"],\"3uQmjD\":[\"평균\"],\"Dht9W3\":[\"콘텐츠로 돌아가기\"],\"R+w/Va\":[\"청구\"],\"K1172m\":[\"차단 목록\"],\"2yl5lQ\":[\"통화 예약하기\"],\"8Pfllj\":[\"Twenty를 사용함으로써 귀하는 다음 약관에 동의하게 됩니다\"],\"PmmvzS\":[\"계산\"],\"AjVXBS\":[\"캘린더\"],\"EUpfsd\":[\"캘린더\"],\"dEgA5A\":[\"취소\"],\"0TllC8\":[\"언제든지 취소\"],\"rRK/Lf\":[\"요금제 취소\"],\"N6gPiD\":[\"구독 취소\"],\"OfzMnb\":[\"변경 \",[\"to\"]],\"VhMDMg\":[\"비밀번호 변경\"],\"SviKkE\":[\"중국어 - 간체\"],\"dzb4Ep\":[\"중국어 - 번체\"],\"JEFFOR\":[\"개체 선택\"],\"KT6rEB\":[\"제공업체 선택\"],\"9qP96p\":[\"평가판 선택\"],\"yz7wBu\":[\"닫기\"],\"+zUMwJ\":[\"SSO 연결 구성\"],\"QTNsSm\":[\"캘린더 환경설정을 구성하고 사용자 지정하세요.\"],\"aGwm+D\":[\"앱 전체에 날짜가 표시되는 방식 구성\"],\"Bh4GBD\":[\"이메일 및 캘린더 설정을 구성합니다.\"],\"D8ATlr\":[\"새 계정을 워크스페이스에 연결\"],\"Zgi9Fd\":[\"Google과 연결\"],\"IOfqM8\":[\"Microsoft와 연결\"],\"9TzudL\":[\"연결된 계정\"],\"M73whl\":[\"컨텍스트\"],\"xGVfLh\":[\"계속하기\"],\"RvVi9c\":[\"이메일로 계속하기\"],\"oZyG4C\":[\"Google을 계속 사용하세요\"],\"ztoybH\":[\"Microsoft와 함께 계속하기\"],\"CcGOj+\":[\"부조종사\"],\"7eVkEH\":[\"초대 링크 복사\"],\"Ej5euX\":[\"이 키는 다시 표시되지 않으므로 복사하세요\"],\"wBMjJ2\":[\"Count\"],\"EkZfen\":[\"모두 계산\"],\"vQJINq\":[\"비어있는 카운트\"],\"DzRsDJ\":[\"비어 있지 않은 카운트\"],\"9FZBbf\":[\"고유 값 계산\"],\"zNoOC2\":[\"워크플로를 만들고 여기로 돌아와서 버전을 확인합니다\"],\"uXGLuq\":[\"API 키 만들기\"],\"d0DCww\":[\"새 레코드 만들기\"],\"dkAPxi\":[\"웹훅 만들기\"],\"8skTDV\":[\"사용자 지정 개체\"],\"qt+EaC\":[[\"objectLabelSingular\"],\"] 보기에서 사용 가능한 필드를 사용자 지정합니다.\"],\"CMhr4u\":[\"도메인 사용자 지정\"],\"bCJa9l\":[\"업무 공간 보안 사용자 지정\"],\"Zz6Cxn\":[\"위험 구역\"],\"5cNMFz\":[\"데이터 모델\"],\"r+cVRP\":[\"데이터 유형\"],\"mYGY3B\":[\"날짜\"],\"Ud9zHv\":[\"날짜 및 시간\"],\"5y3O+A\":[\"비활성화\"],\"qk4i22\":[\"\\\"개체 레이블 및 API 이름 동기화\\\"를 비활성화하여 사용자 지정 API 이름을 설정합니다\"],\"gexAq8\":[\"이 필드 비활성화\"],\"4tpC8V\":[\"워크플로 비활성화\"],\"Y2ImVJ\":[\"개체의 이름과 설명을 정의합니다\"],\"cnGeoo\":[\"삭제\"],\"ZDGm40\":[\"계정 삭제\"],\"gAz0S5\":[\"계정 및 모든 관련 데이터 삭제\"],\"hGfWDm\":[\"API 키 삭제\"],\"4dpwsE\":[\"레코드 삭제\"],\"kf0A63\":[\"레코드 삭제\"],\"T6S2Ns\":[\"이 통합 삭제\"],\"snMaH4\":[\"웹훅 삭제\"],\"kYu0eF\":[\"작업 공간 삭제\"],\"mk2Ygs\":[\"전체 작업 공간 삭제\"],\"Cko536\":[\"내림차순\"],\"Nu4oKW\":[\"설명\"],\"2xxBws\":[\"파괴\"],\"n+SX4g\":[\"개발자\"],\"zAg2B9\":[\"초안 삭제\"],\"i66xz9\":[\"상대 날짜로 표시\"],\"EoKe5U\":[\"도메인\"],\"QVVmxi\":[\"예: 백오피스 통합\"],\"tOkc8o\":[\"가장 빠른\"],\"JTbQuO\":[\"가장 빠른 날짜\"],\"v+uKyy\":[\"청구 간격 편집\"],\"h2KoTu\":[\"결제 방법 편집, 송장 확인 등 다양한 기능 제공\"],\"6o1M/Q\":[\"하위 도메인 이름을 편집하거나 사용자 정의 도메인을 설정합니다.\"],\"O3oNi5\":[\"이메일\"],\"lfQsvW\":[\"이메일 통합\"],\"QT/Wo7\":[\"이메일 또는 도메인이 이미 차단 목록에 있습니다\"],\"BXEcos\":[\"이메일\"],\"eXoH4Q\":[\"직원\"],\"gqv5ZL\":[\"직원\"],\"N2S1rs\":[\"비어 있음\"],\"T3juzf\":[\"엔드포인트 URL\"],\"lYGfRP\":[\"영어\"],\"/bfFKe\":[[\"withCreditCardTrialPeriodDuration\"],\"]일 무료 체험을 즐겨보세요\"],\"GpB8YV\":[\"엔터프라이즈\"],\"c3qGJX\":[\"API 키 삭제 오류: \",[\"err\"]],\"bj7nh3\":[\"API 키 재생성 오류: \",[\"err\"]],\"VSQxWH\":[\"구독을 전환하는 동안 오류가 발생했습니다 \",[\"to\"],\".\"],\"JLxMta\":[\"비동기 이벤트에 대한 알림을 위한 웹훅 엔드포인트를 설정합니다.\"],\"cIgBjB\":[\"내 이메일 동기화에서 다음 사람 및 도메인 제외하기\"],\"fV7V51\":[\"기존 개체\"],\"IZ4o2e\":[\"설정 종료\"],\"tXGQvS\":[\"선택한 노드가 생성 단계 노드가 될 것으로 예상됩니다.\"],\"bKBhgb\":[\"경험\"],\"LxRNPw\":[\"만료\"],\"SkXfL0\":[\"만료 날짜\"],\"i9qiyR\":[\"만료일\"],\"GS+Mus\":[\"내보내기\"],\"ep2rbf\":[\"기록 내보내기\"],\"q46CjD\":[\"PDF로 내보내기\"],\"DaGxE0\":[\"내보내기 보기\"],\"X9kySA\":[\"즐겨 찾기\"],\"zXgopL\":[\"필드 유형\"],\"vF68cg\":[\"필드\"],\"3w/aqw\":[\"필드 수\"],\"o7J4JM\":[\"필터\"],\"cSev+j\":[\"필터\"],\"glx6on\":[\"비밀번호를 잊어버리셨나요?\"],\"nLC6tu\":[\"프랑스어\"],\"aTieE0\":[\"월별에서 연간으로\"],\"K04lE5\":[\"연간에서 월간으로\"],\"scmRyR\":[\"전체 액세스 권한\"],\"xANKBj\":[\"기능\"],\"Weq9zb\":[\"일반\"],\"DDcvSo\":[\"독일어\"],\"NXEW3h\":[\"팀을 초대하여 업무 공간을 최대한 활용하세요.\"],\"zSGbaR\":[\"구독 신청하기\"],\"2GT3Hf\":[\"글로벌\"],\"hWp1MY\":[\"Twenty 지원팀에 회원님의 워크스페이스에 대한 임시 액세스 권한을 부여하여 문제를 해결하거나 회원님을 대신하여 콘텐츠를 복구할 수 있도록 하세요. 언제든지 액세스 권한을 취소할 수 있습니다.\"],\"vLyv1R\":[\"숨기기\"],\"XTWO+W\":[\"아이콘 및 이름\"],\"sJGljQ\":[\"식별자\"],\"j843N3\":[\"이 키를 분실한 경우 다시 생성할 수 있지만 이 키를 사용하는 모든 스크립트를 업데이트해야 한다는 점에 유의하세요. 확인하려면 \\\"\",[\"confirmationValue\"],\"\\\"을 입력하세요.\"],\"NoNwIX\":[\"비활성\"],\"pZ/USH\":[\"색인\"],\"JE2tjr\":[\"입력은 대소문자를 구분해야 하며 숫자로 시작할 수 없습니다\"],\"AwUsnG\":[\"인스턴스\"],\"nbfdhU\":[\"통합\"],\"NtFk/Z\":[\"잘못된 인증 공급자\"],\"B2Tpo0\":[\"잘못된 이메일\"],\"/m52AE\":[\"잘못된 이메일 또는 도메인\"],\"QdoUFL\":[\"잘못된 양식 값\"],\"0M8+El\":[\"이메일로 초대\"],\"PWIq/W\":[\"링크로 초대하기\"],\"3athPG\":[\"링크로 초대하기\"],\"5IfmKA\":[\"이메일 주소로 전송된 초대 링크\"],\"d+Y+rP\":[\"팀 초대하기\"],\"Lj7sBL\":[\"이탈리아어\"],\"dFtidv\":[\"일본어\"],\"h6S9Yz\":[\"한국어\"],\"zrpwCd\":[\"Lab\"],\"vXIe7J\":[\"언어\"],\"wL3cK8\":[\"최신\"],\"Kcjbmz\":[\"최근 날짜\"],\"pQjjYo\":[\"링크가 클립보드에 복사됨\"],\"FgAxTj\":[\"로그아웃\"],\"nOhz3x\":[\"로그아웃\"],\"T6YjCk\":[\"회원 관리\"],\"4cjU2u\":[\"여기에서 스페이스의 구성원 관리하기\"],\"FyFNsd\":[\"인터넷 계정을 관리합니다.\"],\"36kYu0\":[\"구독 관리\"],\"3Sdni6\":[\"완료로 표시\"],\"CK1KXz\":[\"최대\"],\"wlQNTg\":[\"회원\"],\"eTUF28\":[\"Min\"],\"3Siwmw\":[\"추가 옵션\"],\"iSLA/r\":[\"왼쪽으로 이동\"],\"Ubl2by\":[\"오른쪽으로 이동\"],\"6YtxFj\":[\"이름\"],\"z+6jaZ\":[\"API 키 이름\"],\"J7w8lI\":[\"작업 공간의 이름\"],\"2T8KCk\":[\"다음 레코드로 이동\"],\"veSA19\":[\"다음 버전으로 이동\"],\"ZTEho+\":[\"다음 워크플로로 이동\"],\"2tw9bo\":[\"이전 레코드로 이동\"],\"I+Pm5V\":[\"이전 버전으로 이동\"],\"QVUN3K\":[\"이전 워크플로로 이동\"],\"isRobC\":[\"신규\"],\"Kcr9Fr\":[\"새 계정\"],\"o8MyXb\":[\"새 키\"],\"j313SZ\":[\"새 키\"],\"hFxdey\":[\"새 개체\"],\"7vhWI8\":[\"새 비밀번호\"],\"BcCzLv\":[\"새로운 기록\"],\"2lmOC5\":[\"새로운 역할\"],\"U1DAok\":[\"새로운 웹훅\"],\"pwenQu\":[\"연결된 계정 없음\"],\"0uWxPM\":[\"아직 워크플로가 실행되지 않습니다\"],\"AQCvCC\":[\"아직 워크플로 버전이 없습니다\"],\"4wUkDk\":[\"비어 있지 않음\"],\"W0i24j\":[\"개체\"],\"B3toQF\":[\"개체\"],\"KNz3EF\":[\"잘 알려지지 않은 길에서 벗어나기\"],\"OV5wZZ\":[\"열림\"],\"0zpgxV\":[\"옵션\"],\"BzEFor\":[\"또는\"],\"/IX/7x\":[\"기타\"],\"boJlGf\":[\"페이지를 찾을 수 없음\"],\"8ZsakT\":[\"비밀번호\"],\"BxQ79w\":[\"비밀번호가 업데이트되었습니다\"],\"mi6Rel\":[\"비밀번호 재설정 링크가 이메일로 전송되었습니다\"],\"SrVzRe\":[\"퍼센트\"],\"yIK1GU\":[\"비어 있는 비율\"],\"PWLd4c\":[\"비어 있지 않은 비율\"],\"Bv3y5w\":[\"기록 영구 파기\"],\"N0+GsR\":[\"사진\"],\"jEw0Mr\":[\"유효한 URL을 입력하세요\"],\"6nsIo3\":[\"\\\"\",[\"confirmationValue\"],\"\\\"을 입력하여 이 API 키를 삭제할 것인지 확인합니다. 이 키를 사용하는 모든 스크립트는 작동이 중지된다는 점에 유의하세요.\"],\"mFZTXr\":[[\"confirmationText\"],\"]을 입력하여 이 웹훅을 삭제할 것인지 확인하세요.\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"포르투갈어 - 브라질\"],\"xtXHeo\":[\"포르투갈어 - 포르투갈\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"미리 보기\"],\"LcET2C\":[\"개인정보 보호정책\"],\"vERlcd\":[\"프로필\"],\"YJgRqq\":[\"의사 영어\"],\"ibPuCP\":[\"문서 읽기\"],\"v3xM25\":[\"비밀번호 업데이트 링크가 포함된 이메일 수신\"],\"dSCufP\":[\"레코드 선택\"],\"vpZcGd\":[\"API 키 다시 생성하기\"],\"Mwqo5m\":[\"키 다시 생성\"],\"D+Mv78\":[\"키 다시 생성\"],\"5icoS1\":[\"릴리스\"],\"t/YqKh\":[\"제거\"],\"T/pF0Z\":[\"즐겨찾기에서 제거\"],\"KbS2K9\":[\"비밀번호 재설정\"],\"1IWc1n\":[\"다음으로 재설정\"],\"kx0s+n\":[\"결과\"],\"5dJK4M\":[\"역할\"],\"UX0N2y\":[\"워크플로를 실행하고 여기로 돌아와 실행을 확인합니다\"],\"A1taO8\":[\"검색\"],\"8NBMeZ\":[\"'\",[\"commandMenuSearch\"],\"'으로 검색...\"],\"l1/uy2\":[\"필드 검색...\"],\"k7kp5/\":[\"색인 검색...\"],\"7taA9j\":[\"검색 필드\"],\"ofuw3g\":[\"개체 검색...\"],\"IMeaSJ\":[\"기록 검색\"],\"a3LDKx\":[\"보안\"],\"QREcJS\":[\"활성 버전 보기\"],\"OpPn5Z\":[\"실행 보기\"],\"EtyY4+\":[\"버전 보기\"],\"lYhPN0\":[\"버전 기록 보기\"],\"xraglu\":[\"이 엔드포인트로 보내려는 이벤트를 선택합니다\"],\"AXTJAW\":[\"선호하는 언어 선택\"],\"mjK8F3\":[\"팀에 초대 이메일 보내기\"],\"yy5k7a\":[\"서버 관리자 패널\"],\"V7fgiB\":[\"이메일 공개 여부 설정, 차단 목록 관리 등을 할 수 있습니다.\"],\"cx14rp\":[\"도메인 이름 설정\"],\"tn41zE\":[\"하위 도메인의 이름 설정\"],\"Tz0i8g\":[\"설정\"],\"Vy9kmk\":[\"이 링크를 공유하여 사용자를 워크스페이스에 초대하세요\"],\"gWk8gY\":[\"필드의 레이블을 변경하면 API 이름도 변경되어야 하나요?\"],\"5lWFkC\":[\"로그인\"],\"e+RpCP\":[\"가입하기\"],\"5v3IHX\":[\"싱글 사인온(SSO)\"],\"6Uau97\":[\"건너뛰기\"],\"f6Hub0\":[\"정렬\"],\"65A04M\":[\"스페인어\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"하위 도메인\"],\"omhc+7\":[\"이미 사용 중인 하위 도메인\"],\"OlC/tU\":[\"하위 도메인은 30자를 초과할 수 없습니다\"],\"ZETwlU\":[\"하위 도메인은 3자보다 짧을 수 없습니다\"],\"B5jRKH\":[\"구독이 전환되었습니다 \",[\"to\"]],\"AxQiPW\":[\"합계\"],\"XYLcNv\":[\"지원\"],\"9yk9d1\":[\"스위치 \",[\"from\"]],\"qi74XZ\":[\"스위치 \",[\"to\"]],\"L6Fg36\":[\"스위치 청구 \",[\"to\"]],\"AtzMpB\":[\"필드 레이블 및 API 이름 동기화\"],\"E3AMmw\":[\"시스템 설정 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"시스템 설정 - \",[\"systemTimeFormatLabel\"]],\"xowcRf\":[\"서비스 약관\"],\"NnH3pK\":[\"테스트\"],\"bU9B27\":[\"테스트 워크플로\"],\"2OUtmv\":[\"이 필드에 대한 설명\"],\"VGZYbZ\":[\"계정에 연결된 이메일\"],\"h8mvCd\":[\"이 필드의 이름과 아이콘\"],\"L97sPr\":[\"찾고 계신 페이지는 이미 사라졌거나 존재하지 않습니다. 다시 정상화해 드리겠습니다\"],\"uWikAA\":[\"이 필드의 값은 다음과 같습니다\"],\"+69KDk\":[\"이 필드의 값은 고유해야 합니다\"],\"ynfkhb\":[\"비밀번호를 업데이트하는 동안 오류가 발생했습니다.\"],\"PmtLRf\":[\"문제가 발생했습니다\"],\"hqCwGc\":[\"이 작업은 취소할 수 없습니다. 이렇게 하면 해당 사용자가 영구적으로 삭제되고 모든 과제에서 제거됩니다.\"],\"gWGuHC\":[\"이 작업은 취소할 수 없습니다. 이렇게 하면 전체 워크스페이스가 영구적으로 삭제됩니다. <0/> 확인하려면 이메일을 입력하세요.\"],\"n9nSNJ\":[\"시간 형식\"],\"aqMzDX\":[\"월 단위로\"],\"WXXiXO\":[\"연간\"],\"PiUt3N\":[\"트리거 유형\"],\"IQ5pAL\":[\"트리거 유형은 수동 - 선택된 레코드가 없는 경우여야 합니다\"],\"+zy2Nq\":[\"유형\"],\"U83IeL\":[\"아무거나 입력\"],\"wSXm5S\":[\"고유\"],\"GQCXQS\":[\"무제한 연락처\"],\"ONWvwQ\":[\"업로드\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"초안으로 사용\"],\"oTTQsc\":[\"문자, 숫자, 대시만 사용합니다. 문자 또는 숫자로 시작하고 끝내기\"],\"c6uZUV\":[\"API를 사용하거나 첫 번째 \",[\"objectLabel\"],\"을 수동으로 추가하세요\"],\"7PzzBU\":[\"사용자\"],\"IjyOjp\":[\"사용자가 로그인하지 않았습니다\"],\"fXVIZq\":[\"값\"],\"KANz0G\":[\"청구 세부 정보 보기\"],\"6n7jtr\":[\"시각화\"],\"id6ein\":[\"10MB 미만의 정사각형 PNG, JPEG 및 GIF를 지원합니다\"],\"ZS7vYp\":[\"모든 새로운 이벤트에 대해 이 엔드포인트로 POST 요청을 보냅니다\"],\"TRDppN\":[\"웹훅\"],\"v1kQyJ\":[\"웹훅\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[[\"workspaceName\"],\"]에 오신 것을 환영합니다\"],\"C51ilI\":[\"API 키가 만료되는 시기.\"],\"leUubq\":[\"키가 비활성화되는 경우\"],\"wvyffT\":[\"워크플로를 테스트할 수 없습니다\"],\"pmUArF\":[\"작업 공간\"],\"VicISP\":[\"작업 공간 삭제\"],\"Q9pNST\":[\"설명 작성\"],\"3d1wCB\":[\"yes\"],\"zSkMV0\":[\"1년치 요금이 즉시 청구됩니다.\"],\"XVnj6K\":[\"크레딧 잔액은 월 청구서 결제에 사용됩니다.\"],\"9ivpwk\":[\"표시되는 사용자 이름\"],\"YQK8fJ\":[\"Your Workspace\"],\"RhNbPE\":[\"워크스페이스가 비활성화됩니다\"]}")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 861bcbfdc..fff8e4078 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("{\"ROdDR9\":[[\"aggregateLabel\"],\" ōƒ \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" ÀƤĨ Ķēŷ\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 ŵōŕķƒĺōŵ ńōďē ēxēćũţĩōńś\"],\"4EdXYs\":[\"12ĥ (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Ćōńƒĩĝũŕē ƒĩēĺď\"],\"QsMprd\":[\"24ĥ (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"AeXO77\":[\"Àććōũńţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"FQBaXG\":[\"Àćţĩvàţē\"],\"tu8A/k\":[\"Àćţĩvàţē Ŵōŕķƒĺōŵ\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"m16xKo\":[\"Àďď\"],\"DpV70M\":[\"Àďď Ƒĩēĺď\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"sgXUv+\":[\"Àďď ŚŚŌ Ĩďēńţĩţŷ Ƥŕōvĩďēŕ\"],\"5+ttxv\":[\"Àďď ţō ƀĺōćķĺĩśţ\"],\"pBsoKL\":[\"Àďď ţō ƒàvōŕĩţēś\"],\"m2qDV8\":[\"Àďď ŷōũŕ ƒĩŕśţ \",[\"objectLabel\"]],\"vLO+NG\":[\"Àďďēď \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Àĺĺ\"],\"3saA7W\":[\"Àĺĺ (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Àĺĺ ŕōĺēś\"],\"GMx1K0\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ĝōōĝĺē'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"dea+zy\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ḿĩćŕōśōƒţ'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"wMg43c\":[\"Àĺĺōŵ ţĥē ĩńvĩţàţĩōń ōƒ ńēŵ ũśēŕś ƀŷ śĥàŕĩńĝ àń ĩńvĩţē ĺĩńķ.\"],\"vHeVg5\":[\"Àĺĺōŵ ũśēŕś ţō śĩĝń ĩń ŵĩţĥ àń ēḿàĩĺ àńď ƥàśśŵōŕď.\"],\"mJ6m4C\":[\"Àń ōƥţĩōńàĺ ďēśćŕĩƥţĩōń\"],\"0RqpZr\":[\"ÀƤĨ & Ŵēƀĥōōķś\"],\"yRnk5W\":[\"ÀƤĨ Ķēŷ\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"kAtj+q\":[\"ÀƤĨ Ńàḿē\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"nYD/Cq\":[\"Àśćēńďĩńĝ\"],\"rfYmIr\":[\"Àśśĩĝń ŕōĺēś ţō śƥēćĩƒŷ ēàćĥ ḿēḿƀēŕ'ś àććēśś ƥēŕḿĩśśĩōńś\"],\"lxQ+5m\":[\"Àśśĩĝńēď ţō\"],\"Y7Dx6e\":[\"Àţ ĺēàśţ ōńē àũţĥēńţĩćàţĩōń ḿēţĥōď ḿũśţ ƀē ēńàƀĺēď\"],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"yIVrHZ\":[\"Àũţĥōŕĩźē\"],\"3uQmjD\":[\"Àvēŕàĝē\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"K1172m\":[\"ßĺōćķĺĩśţ\"],\"2yl5lQ\":[\"ßōōķ à Ćàĺĺ\"],\"PmmvzS\":[\"Ćàĺćũĺàţē\"],\"AjVXBS\":[\"Ćàĺēńďàŕ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"dEgA5A\":[\"Ćàńćēĺ\"],\"0TllC8\":[\"Ćàńćēĺ àńŷţĩḿē\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"VhMDMg\":[\"Ćĥàńĝē Ƥàśśŵōŕď\"],\"SviKkE\":[\"Ćĥĩńēśē — Śĩḿƥĺĩƒĩēď\"],\"dzb4Ep\":[\"Ćĥĩńēśē — Ţŕàďĩţĩōńàĺ\"],\"JEFFOR\":[\"Ćĥōōśē àń ōƀĴēćţ\"],\"KT6rEB\":[\"Ćĥōōśē ŷōũŕ ƥŕōvĩďēŕ\"],\"9qP96p\":[\"Ćĥōōśē ŷōũŕ Ţŕĩàĺ\"],\"yz7wBu\":[\"Ćĺōśē\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"QTNsSm\":[\"Ćōńƒĩĝũŕē àńď ćũśţōḿĩźē ŷōũŕ ćàĺēńďàŕ ƥŕēƒēŕēńćēś.\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"Bh4GBD\":[\"Ćōńƒĩĝũŕē ŷōũŕ ēḿàĩĺś àńď ćàĺēńďàŕ śēţţĩńĝś.\"],\"D8ATlr\":[\"Ćōńńēćţ à ńēŵ àććōũńţ ţō ŷōũŕ ŵōŕķśƥàćē\"],\"Zgi9Fd\":[\"Ćōńńēćţ ŵĩţĥ Ĝōōĝĺē\"],\"IOfqM8\":[\"Ćōńńēćţ ŵĩţĥ Ḿĩćŕōśōƒţ\"],\"9TzudL\":[\"Ćōńńēćţēď àććōũńţś\"],\"M73whl\":[\"Ćōńţēxţ\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"CcGOj+\":[\"Ćōƥĩĺōţ\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"Ej5euX\":[\"Ćōƥŷ ţĥĩś ķēŷ àś ĩţ ŵĩĺĺ ńōţ ƀē vĩśĩƀĺē àĝàĩń\"],\"wBMjJ2\":[\"Ćōũńţ\"],\"EkZfen\":[\"Ćōũńţ àĺĺ\"],\"vQJINq\":[\"Ćōũńţ ēḿƥţŷ\"],\"DzRsDJ\":[\"Ćōũńţ ńōţ ēḿƥţŷ\"],\"9FZBbf\":[\"Ćōũńţ ũńĩǫũē vàĺũēś\"],\"zNoOC2\":[\"Ćŕēàţē à ŵōŕķƒĺōŵ àńď ŕēţũŕń ĥēŕē ţō vĩēŵ ĩţś vēŕśĩōńś\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"d0DCww\":[\"Ćŕēàţē ńēŵ ŕēćōŕď\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"8skTDV\":[\"Ćũśţōḿ ōƀĴēćţś\"],\"qt+EaC\":[\"Ćũśţōḿĩśē ţĥē ƒĩēĺďś àvàĩĺàƀĺē ĩń ţĥē \",[\"objectLabelSingular\"],\" vĩēŵś.\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"r+cVRP\":[\"Ďàţà ţŷƥē\"],\"mYGY3B\":[\"Ďàţē\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"5y3O+A\":[\"Ďēàćţĩvàţē\"],\"qk4i22\":[\"Ďēàćţĩvàţē \\\"Śŷńćĥŕōńĩźē ŌƀĴēćţś Ĺàƀēĺś àńď ÀƤĨ Ńàḿēś\\\" ţō śēţ à ćũśţōḿ ÀƤĨ ńàḿē\"],\"gexAq8\":[\"Ďēàćţĩvàţē ţĥĩś ƒĩēĺď\"],\"4tpC8V\":[\"Ďēàćţĩvàţē Ŵōŕķƒĺōŵ\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"cnGeoo\":[\"Ďēĺēţē\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"gAz0S5\":[\"Ďēĺēţē àććōũńţ àńď àĺĺ ţĥē àśśōćĩàţēď ďàţà\"],\"hGfWDm\":[\"Ďēĺēţē ÀƤĨ ķēŷ\"],\"4dpwsE\":[\"Ďēĺēţē ŕēćōŕď\"],\"kf0A63\":[\"Ďēĺēţē ŕēćōŕďś\"],\"T6S2Ns\":[\"Ďēĺēţē ţĥĩś ĩńţēĝŕàţĩōń\"],\"snMaH4\":[\"Ďēĺēţē ŵēƀĥōōķ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"Cko536\":[\"Ďēśćēńďĩńĝ\"],\"Nu4oKW\":[\"Ďēśćŕĩƥţĩōń\"],\"2xxBws\":[\"Ďēśţŕōŷ\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"zAg2B9\":[\"Ďĩśćàŕď Ďŕàƒţ\"],\"i66xz9\":[\"Ďĩśƥĺàŷ àś ŕēĺàţĩvē ďàţē\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"QVVmxi\":[\"Ē.ĝ. ƀàćķōƒƒĩćē ĩńţēĝŕàţĩōń\"],\"tOkc8o\":[\"Ēàŕĺĩēśţ\"],\"JTbQuO\":[\"Ēàŕĺĩēśţ ďàţē\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"lfQsvW\":[\"Ēḿàĩĺ ĩńţēĝŕàţĩōń\"],\"QT/Wo7\":[\"Ēḿàĩĺ ōŕ ďōḿàĩń ĩś àĺŕēàďŷ ĩń ƀĺōćķĺĩśţ\"],\"BXEcos\":[\"Ēḿàĩĺś\"],\"eXoH4Q\":[\"ēḿƥĺōŷēēś\"],\"gqv5ZL\":[\"Ēḿƥĺōŷēēś\"],\"N2S1rs\":[\"Ēḿƥţŷ\"],\"T3juzf\":[\"Ēńďƥōĩńţ ŨŔĹ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"/bfFKe\":[\"ĒńĴōŷ à \",[\"withCreditCardTrialPeriodDuration\"],\"-ďàŷś ƒŕēē ţŕĩàĺ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"c3qGJX\":[\"Ēŕŕōŕ ďēĺēţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"bj7nh3\":[\"Ēŕŕōŕ ŕēĝēńēŕàţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"cIgBjB\":[\"Ēxćĺũďē ţĥē ƒōĺĺōŵĩńĝ ƥēōƥĺē àńď ďōḿàĩńś ƒŕōḿ ḿŷ ēḿàĩĺ śŷńć\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"IZ4o2e\":[\"Ēxĩţ Śēţţĩńĝś\"],\"tXGQvS\":[\"Ēxƥēćţēď śēĺēćţēď ńōďē ţō ƀē à ćŕēàţē śţēƥ ńōďē.\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"LxRNPw\":[\"Ēxƥĩŕàţĩōń\"],\"SkXfL0\":[\"Ēxƥĩŕàţĩōń Ďàţē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"GS+Mus\":[\"Ēxƥōŕţ\"],\"ep2rbf\":[\"Ēxƥōŕţ ŕēćōŕďś\"],\"q46CjD\":[\"Ēxƥōŕţ ţō ƤĎƑ\"],\"DaGxE0\":[\"Ēxƥōŕţ vĩēŵ\"],\"X9kySA\":[\"Ƒàvōŕĩţēś\"],\"zXgopL\":[\"Ƒĩēĺď ţŷƥē\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"3w/aqw\":[\"Ƒĩēĺďś Ćōũńţ\"],\"o7J4JM\":[\"Ƒĩĺţēŕ\"],\"cSev+j\":[\"Ƒĩĺţēŕś\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"scmRyR\":[\"Ƒũĺĺ àććēśś\"],\"xANKBj\":[\"Ƒũńćţĩōńś\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"zSGbaR\":[\"Ĝēţ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"2GT3Hf\":[\"Ĝĺōƀàĺ\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"vLyv1R\":[\"Ĥĩďē\"],\"XTWO+W\":[\"Ĩćōń àńď Ńàḿē\"],\"sJGljQ\":[\"Ĩďēńţĩƒĩēŕ\"],\"j843N3\":[\"Ĩƒ ŷōũ’vē ĺōśţ ţĥĩś ķēŷ, ŷōũ ćàń ŕēĝēńēŕàţē ĩţ, ƀũţ ƀē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ ńēēď ţō ƀē ũƥďàţēď. Ƥĺēàśē ţŷƥē\\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"pZ/USH\":[\"Ĩńďēxēś\"],\"JE2tjr\":[\"Ĩńƥũţ ḿũśţ ƀē ĩń ćàḿēĺ ćàśē àńď ćàńńōţ śţàŕţ ŵĩţĥ à ńũḿƀēŕ\"],\"AwUsnG\":[\"Ĩńśţàńćēś\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"NtFk/Z\":[\"Ĩńvàĺĩď àũţĥ ƥŕōvĩďēŕ\"],\"B2Tpo0\":[\"Ĩńvàĺĩď ēḿàĩĺ\"],\"/m52AE\":[\"Ĩńvàĺĩď ēḿàĩĺ ōŕ ďōḿàĩń\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"3athPG\":[\"Ĩńvĩţē ƀŷ Ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"dFtidv\":[\"ĵàƥàńēśē\"],\"h6S9Yz\":[\"Ķōŕēàń\"],\"zrpwCd\":[\"Ĺàƀ\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"wL3cK8\":[\"Ĺàţēśţ\"],\"Kcjbmz\":[\"Ĺàţēśţ ďàţē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"FgAxTj\":[\"Ĺōĝ ōũţ\"],\"nOhz3x\":[\"Ĺōĝōũţ\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"FyFNsd\":[\"Ḿàńàĝē ŷōũŕ ĩńţēŕńēţ àććōũńţś.\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"3Sdni6\":[\"Ḿàŕķ àś ďōńē\"],\"CK1KXz\":[\"Ḿàx\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"eTUF28\":[\"Ḿĩń\"],\"3Siwmw\":[\"Ḿōŕē ōƥţĩōńś\"],\"iSLA/r\":[\"Ḿōvē ĺēƒţ\"],\"Ubl2by\":[\"Ḿōvē ŕĩĝĥţ\"],\"6YtxFj\":[\"Ńàḿē\"],\"z+6jaZ\":[\"Ńàḿē ōƒ ŷōũŕ ÀƤĨ ķēŷ\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"2T8KCk\":[\"Ńàvĩĝàţē ţō ńēxţ ŕēćōŕď\"],\"veSA19\":[\"Ńàvĩĝàţē ţō ńēxţ vēŕśĩōń\"],\"ZTEho+\":[\"Ńàvĩĝàţē ţō ńēxţ ŵōŕķƒĺōŵ\"],\"2tw9bo\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś ŕēćōŕď\"],\"I+Pm5V\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś vēŕśĩōń\"],\"QVUN3K\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś ŵōŕķƒĺōŵ\"],\"isRobC\":[\"Ńēŵ\"],\"Kcr9Fr\":[\"Ńēŵ àććōũńţ\"],\"o8MyXb\":[\"Ńēŵ ķēŷ\"],\"j313SZ\":[\"Ńēŵ Ķēŷ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"7vhWI8\":[\"Ńēŵ Ƥàśśŵōŕď\"],\"BcCzLv\":[\"Ńēŵ ŕēćōŕď\"],\"2lmOC5\":[\"Ńēŵ Ŕōĺē\"],\"U1DAok\":[\"Ńēŵ Ŵēƀĥōōķ\"],\"pwenQu\":[\"Ńō ćōńńēćţēď àććōũńţ\"],\"0uWxPM\":[\"Ńō ŵōŕķƒĺōŵ ŕũńś ŷēţ\"],\"AQCvCC\":[\"Ńō ŵōŕķƒĺōŵ vēŕśĩōńś ŷēţ\"],\"4wUkDk\":[\"Ńōţ ēḿƥţŷ\"],\"W0i24j\":[\"ŌƀĴēćţ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"OV5wZZ\":[\"Ōƥēńēď\"],\"0zpgxV\":[\"Ōƥţĩōńś\"],\"BzEFor\":[\"ōŕ\"],\"/IX/7x\":[\"Ōţĥēŕ\"],\"boJlGf\":[\"Ƥàĝē Ńōţ Ƒōũńď\"],\"8ZsakT\":[\"Ƥàśśŵōŕď\"],\"mi6Rel\":[\"Ƥàśśŵōŕď ŕēśēţ ĺĩńķ ĥàś ƀēēń śēńţ ţō ţĥē ēḿàĩĺ\"],\"SrVzRe\":[\"Ƥēŕćēńţ\"],\"yIK1GU\":[\"Ƥēŕćēńţ ēḿƥţŷ\"],\"PWLd4c\":[\"Ƥēŕćēńţ ńōţ ēḿƥţŷ\"],\"Bv3y5w\":[\"Ƥēŕḿàńēńţĺŷ ďēśţŕōŷ ŕēćōŕď\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"jEw0Mr\":[\"Ƥĺēàśē ēńţēŕ à vàĺĩď ŨŔĹ\"],\"6nsIo3\":[\"Ƥĺēàśē ţŷƥē \\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ÀƤĨ Ķēŷ. ßē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ śţōƥ ŵōŕķĩńĝ.\"],\"mFZTXr\":[\"Ƥĺēàśē ţŷƥē \",[\"confirmationText\"],\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ŵēƀĥōōķ.\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"0nsqwk\":[\"Ƥōŕţũĝũēśē — ßŕàźĩĺ\"],\"xtXHeo\":[\"Ƥōŕţũĝũēśē — Ƥōŕţũĝàĺ\"],\"R7+D0/\":[\"Ƥōŕţũĝũēśē (ßŕàźĩĺ)\"],\"512Uma\":[\"Ƥōŕţũĝũēśē (Ƥōŕţũĝàĺ)\"],\"rdUucN\":[\"Ƥŕēvĩēŵ\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"ibPuCP\":[\"Ŕēàď ďōćũḿēńţàţĩōń\"],\"v3xM25\":[\"Ŕēćēĩvē àń ēḿàĩĺ ćōńţàĩńĩńĝ ƥàśśŵōŕď ũƥďàţē ĺĩńķ\"],\"dSCufP\":[\"Ŕēćōŕď Śēĺēćţĩōń\"],\"vpZcGd\":[\"Ŕēĝēńēŕàţē àń ÀƤĨ ķēŷ\"],\"Mwqo5m\":[\"Ŕēĝēńēŕàţē ķēŷ\"],\"D+Mv78\":[\"Ŕēĝēńēŕàţē Ķēŷ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"T/pF0Z\":[\"Ŕēḿōvē ƒŕōḿ ƒàvōŕĩţēś\"],\"KbS2K9\":[\"Ŕēśēţ Ƥàśśŵōŕď\"],\"1IWc1n\":[\"Ŕēśēţ ţō\"],\"kx0s+n\":[\"Ŕēśũĺţś\"],\"5dJK4M\":[\"Ŕōĺēś\"],\"UX0N2y\":[\"Ŕũń à ŵōŕķƒĺōŵ àńď ŕēţũŕń ĥēŕē ţō vĩēŵ ĩţś ēxēćũţĩōńś\"],\"A1taO8\":[\"Śēàŕćĥ\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"7taA9j\":[\"Śēàŕćĥ ƒĩēĺďś\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"IMeaSJ\":[\"Śēàŕćĥ ŕēćōŕďś\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"QREcJS\":[\"Śēē àćţĩvē vēŕśĩōń\"],\"OpPn5Z\":[\"Śēē ŕũńś\"],\"EtyY4+\":[\"Śēē vēŕśĩōńś\"],\"lYhPN0\":[\"Śēē vēŕśĩōńś ĥĩśţōŕŷ\"],\"xraglu\":[\"Śēĺēćţ ţĥē ēvēńţś ŷōũ ŵĩśĥ ţō śēńď ţō ţĥĩś ēńďƥōĩńţ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"yy5k7a\":[\"Śēŕvēŕ Àďḿĩń Ƥàńēĺ\"],\"V7fgiB\":[\"Śēţ ēḿàĩĺ vĩśĩƀĩĺĩţŷ, ḿàńàĝē ŷōũŕ ƀĺōćķĺĩśţ àńď ḿōŕē.\"],\"cx14rp\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ ďōḿàĩń\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Tz0i8g\":[\"Śēţţĩńĝś\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"gWk8gY\":[\"Śĥōũĺď ćĥàńĝĩńĝ à ƒĩēĺď'ś ĺàƀēĺ àĺśō ćĥàńĝē ţĥē ÀƤĨ ńàḿē?\"],\"6Uau97\":[\"Śķĩƥ\"],\"f6Hub0\":[\"Śōŕţ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"ku9TbG\":[\"Śũƀďōḿàĩń\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"AxQiPW\":[\"Śũḿ\"],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"AtzMpB\":[\"Śŷńćĥŕōńĩźē Ƒĩēĺď Ĺàƀēĺ àńď ÀƤĨ Ńàḿē\"],\"E3AMmw\":[\"Śŷśţēḿ śēţţĩńĝś - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Śŷśţēḿ Śēţţĩńĝś - \",[\"systemTimeFormatLabel\"]],\"NnH3pK\":[\"Ţēśţ\"],\"bU9B27\":[\"Ţēśţ Ŵōŕķƒĺōŵ\"],\"2OUtmv\":[\"Ţĥē ďēśćŕĩƥţĩōń ōƒ ţĥĩś ƒĩēĺď\"],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"h8mvCd\":[\"Ţĥē ńàḿē àńď ĩćōń ōƒ ţĥĩś ƒĩēĺď\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"uWikAA\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď\"],\"+69KDk\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď ḿũśţ ƀē ũńĩǫũē\"],\"PmtLRf\":[\"Ţĥēŕē ŵàś àń ĩśśũē\"],\"hqCwGc\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"n9nSNJ\":[\"Ţĩḿē ƒōŕḿàţ\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"PiUt3N\":[\"Ţŕĩĝĝēŕ Ţŷƥē\"],\"IQ5pAL\":[\"Ţŕĩĝĝēŕ ţŷƥē śĥōũĺď ƀē Ḿàńũàĺ - ŵĥēń ńō ŕēćōŕď(ś) àŕē śēĺēćţēď\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"U83IeL\":[\"Ţŷƥē àńŷţĥĩńĝ\"],\"wSXm5S\":[\"Ũńĩǫũē\"],\"GQCXQS\":[\"Ũńĺĩḿĩţēď ćōńţàćţś\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"IagCbF\":[\"ŨŔĹ\"],\"6dMpmz\":[\"Ũśē àś ďŕàƒţ\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"c6uZUV\":[\"Ũśē ōũŕ ÀƤĨ ōŕ àďď ŷōũŕ ƒĩŕśţ \",[\"objectLabel\"],\" ḿàńũàĺĺŷ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"IjyOjp\":[\"Ũśēŕ ĩś ńōţ ĺōĝĝēď ĩń\"],\"fXVIZq\":[\"Vàĺũēś\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"6n7jtr\":[\"Vĩśũàĺĩźē\"],\"id6ein\":[\"Ŵē śũƥƥōŕţ ŷōũŕ śǫũàŕē ƤŃĜś, ĵƤĒĜś àńď ĜĨƑś ũńďēŕ 10Ḿß\"],\"ZS7vYp\":[\"Ŵē ŵĩĺĺ śēńď ƤŌŚŢ ŕēǫũēśţś ţō ţĥĩś ēńďƥōĩńţ ƒōŕ ēvēŕŷ ńēŵ ēvēńţ\"],\"TRDppN\":[\"Ŵēƀĥōōķ\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"C51ilI\":[\"Ŵĥēń ţĥē ÀƤĨ ķēŷ ŵĩĺĺ ēxƥĩŕē.\"],\"leUubq\":[\"Ŵĥēń ţĥē ķēŷ ŵĩĺĺ ƀē ďĩśàƀĺēď\"],\"wvyffT\":[\"Ŵōŕķƒĺōŵ ćàńńōţ ƀē ţēśţēď\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" ōƒ \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" ÀƤĨ Ķēŷ\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 ŵōŕķƒĺōŵ ńōďē ēxēćũţĩōńś\"],\"4EdXYs\":[\"12ĥ (\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2. Ćōńƒĩĝũŕē ƒĩēĺď\"],\"QsMprd\":[\"24ĥ (\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"AeXO77\":[\"Àććōũńţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"FQBaXG\":[\"Àćţĩvàţē\"],\"tu8A/k\":[\"Àćţĩvàţē Ŵōŕķƒĺōŵ\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"m16xKo\":[\"Àďď\"],\"DpV70M\":[\"Àďď Ƒĩēĺď\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"sgXUv+\":[\"Àďď ŚŚŌ Ĩďēńţĩţŷ Ƥŕōvĩďēŕ\"],\"5+ttxv\":[\"Àďď ţō ƀĺōćķĺĩśţ\"],\"pBsoKL\":[\"Àďď ţō ƒàvōŕĩţēś\"],\"m2qDV8\":[\"Àďď ŷōũŕ ƒĩŕśţ \",[\"objectLabel\"]],\"vLO+NG\":[\"Àďďēď \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Àĺĺ\"],\"3saA7W\":[\"Àĺĺ (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Àĺĺ ŕōĺēś\"],\"GMx1K0\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ĝōōĝĺē'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"dea+zy\":[\"Àĺĺōŵ ĺōĝĩńś ţĥŕōũĝĥ Ḿĩćŕōśōƒţ'ś śĩńĝĺē śĩĝń-ōń ƒũńćţĩōńàĺĩţŷ.\"],\"wMg43c\":[\"Àĺĺōŵ ţĥē ĩńvĩţàţĩōń ōƒ ńēŵ ũśēŕś ƀŷ śĥàŕĩńĝ àń ĩńvĩţē ĺĩńķ.\"],\"vHeVg5\":[\"Àĺĺōŵ ũśēŕś ţō śĩĝń ĩń ŵĩţĥ àń ēḿàĩĺ àńď ƥàśśŵōŕď.\"],\"LG4K0m\":[\"Àń ēŕŕōŕ ōććũŕŕēď ŵĥĩĺē ũƥďàţĩńĝ ƥàśśŵōŕď\"],\"mJ6m4C\":[\"Àń ōƥţĩōńàĺ ďēśćŕĩƥţĩōń\"],\"HZFm5R\":[\"àńď\"],\"0RqpZr\":[\"ÀƤĨ & Ŵēƀĥōōķś\"],\"yRnk5W\":[\"ÀƤĨ Ķēŷ\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"kAtj+q\":[\"ÀƤĨ Ńàḿē\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"nYD/Cq\":[\"Àśćēńďĩńĝ\"],\"rfYmIr\":[\"Àśśĩĝń ŕōĺēś ţō śƥēćĩƒŷ ēàćĥ ḿēḿƀēŕ'ś àććēśś ƥēŕḿĩśśĩōńś\"],\"lxQ+5m\":[\"Àśśĩĝńēď ţō\"],\"H8QGSx\":[\"Àţ ĺēàśţ 8 ćĥàŕàćţēŕś ĺōńĝ.\"],\"Y7Dx6e\":[\"Àţ ĺēàśţ ōńē àũţĥēńţĩćàţĩōń ḿēţĥōď ḿũśţ ƀē ēńàƀĺēď\"],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"yIVrHZ\":[\"Àũţĥōŕĩźē\"],\"3uQmjD\":[\"Àvēŕàĝē\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"K1172m\":[\"ßĺōćķĺĩśţ\"],\"2yl5lQ\":[\"ßōōķ à Ćàĺĺ\"],\"8Pfllj\":[\"ßŷ ũśĩńĝ Ţŵēńţŷ, ŷōũ àĝŕēē ţō ţĥē\"],\"PmmvzS\":[\"Ćàĺćũĺàţē\"],\"AjVXBS\":[\"Ćàĺēńďàŕ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"dEgA5A\":[\"Ćàńćēĺ\"],\"0TllC8\":[\"Ćàńćēĺ àńŷţĩḿē\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"VhMDMg\":[\"Ćĥàńĝē Ƥàśśŵōŕď\"],\"SviKkE\":[\"Ćĥĩńēśē — Śĩḿƥĺĩƒĩēď\"],\"dzb4Ep\":[\"Ćĥĩńēśē — Ţŕàďĩţĩōńàĺ\"],\"JEFFOR\":[\"Ćĥōōśē àń ōƀĴēćţ\"],\"KT6rEB\":[\"Ćĥōōśē ŷōũŕ ƥŕōvĩďēŕ\"],\"9qP96p\":[\"Ćĥōōśē ŷōũŕ Ţŕĩàĺ\"],\"yz7wBu\":[\"Ćĺōśē\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"QTNsSm\":[\"Ćōńƒĩĝũŕē àńď ćũśţōḿĩźē ŷōũŕ ćàĺēńďàŕ ƥŕēƒēŕēńćēś.\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"Bh4GBD\":[\"Ćōńƒĩĝũŕē ŷōũŕ ēḿàĩĺś àńď ćàĺēńďàŕ śēţţĩńĝś.\"],\"D8ATlr\":[\"Ćōńńēćţ à ńēŵ àććōũńţ ţō ŷōũŕ ŵōŕķśƥàćē\"],\"Zgi9Fd\":[\"Ćōńńēćţ ŵĩţĥ Ĝōōĝĺē\"],\"IOfqM8\":[\"Ćōńńēćţ ŵĩţĥ Ḿĩćŕōśōƒţ\"],\"9TzudL\":[\"Ćōńńēćţēď àććōũńţś\"],\"M73whl\":[\"Ćōńţēxţ\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"RvVi9c\":[\"Ćōńţĩńũē ŵĩţĥ Ēḿàĩĺ\"],\"oZyG4C\":[\"Ćōńţĩńũē ŵĩţĥ Ĝōōĝĺē\"],\"ztoybH\":[\"Ćōńţĩńũē ŵĩţĥ Ḿĩćŕōśōƒţ\"],\"CcGOj+\":[\"Ćōƥĩĺōţ\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"Ej5euX\":[\"Ćōƥŷ ţĥĩś ķēŷ àś ĩţ ŵĩĺĺ ńōţ ƀē vĩśĩƀĺē àĝàĩń\"],\"wBMjJ2\":[\"Ćōũńţ\"],\"EkZfen\":[\"Ćōũńţ àĺĺ\"],\"vQJINq\":[\"Ćōũńţ ēḿƥţŷ\"],\"DzRsDJ\":[\"Ćōũńţ ńōţ ēḿƥţŷ\"],\"9FZBbf\":[\"Ćōũńţ ũńĩǫũē vàĺũēś\"],\"zNoOC2\":[\"Ćŕēàţē à ŵōŕķƒĺōŵ àńď ŕēţũŕń ĥēŕē ţō vĩēŵ ĩţś vēŕśĩōńś\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"d0DCww\":[\"Ćŕēàţē ńēŵ ŕēćōŕď\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"8skTDV\":[\"Ćũśţōḿ ōƀĴēćţś\"],\"qt+EaC\":[\"Ćũśţōḿĩśē ţĥē ƒĩēĺďś àvàĩĺàƀĺē ĩń ţĥē \",[\"objectLabelSingular\"],\" vĩēŵś.\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"r+cVRP\":[\"Ďàţà ţŷƥē\"],\"mYGY3B\":[\"Ďàţē\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"5y3O+A\":[\"Ďēàćţĩvàţē\"],\"qk4i22\":[\"Ďēàćţĩvàţē \\\"Śŷńćĥŕōńĩźē ŌƀĴēćţś Ĺàƀēĺś àńď ÀƤĨ Ńàḿēś\\\" ţō śēţ à ćũśţōḿ ÀƤĨ ńàḿē\"],\"gexAq8\":[\"Ďēàćţĩvàţē ţĥĩś ƒĩēĺď\"],\"4tpC8V\":[\"Ďēàćţĩvàţē Ŵōŕķƒĺōŵ\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"cnGeoo\":[\"Ďēĺēţē\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"gAz0S5\":[\"Ďēĺēţē àććōũńţ àńď àĺĺ ţĥē àśśōćĩàţēď ďàţà\"],\"hGfWDm\":[\"Ďēĺēţē ÀƤĨ ķēŷ\"],\"4dpwsE\":[\"Ďēĺēţē ŕēćōŕď\"],\"kf0A63\":[\"Ďēĺēţē ŕēćōŕďś\"],\"T6S2Ns\":[\"Ďēĺēţē ţĥĩś ĩńţēĝŕàţĩōń\"],\"snMaH4\":[\"Ďēĺēţē ŵēƀĥōōķ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"Cko536\":[\"Ďēśćēńďĩńĝ\"],\"Nu4oKW\":[\"Ďēśćŕĩƥţĩōń\"],\"2xxBws\":[\"Ďēśţŕōŷ\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"zAg2B9\":[\"Ďĩśćàŕď Ďŕàƒţ\"],\"i66xz9\":[\"Ďĩśƥĺàŷ àś ŕēĺàţĩvē ďàţē\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"QVVmxi\":[\"Ē.ĝ. ƀàćķōƒƒĩćē ĩńţēĝŕàţĩōń\"],\"tOkc8o\":[\"Ēàŕĺĩēśţ\"],\"JTbQuO\":[\"Ēàŕĺĩēśţ ďàţē\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"lfQsvW\":[\"Ēḿàĩĺ ĩńţēĝŕàţĩōń\"],\"QT/Wo7\":[\"Ēḿàĩĺ ōŕ ďōḿàĩń ĩś àĺŕēàďŷ ĩń ƀĺōćķĺĩśţ\"],\"BXEcos\":[\"Ēḿàĩĺś\"],\"eXoH4Q\":[\"ēḿƥĺōŷēēś\"],\"gqv5ZL\":[\"Ēḿƥĺōŷēēś\"],\"N2S1rs\":[\"Ēḿƥţŷ\"],\"T3juzf\":[\"Ēńďƥōĩńţ ŨŔĹ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"/bfFKe\":[\"ĒńĴōŷ à \",[\"withCreditCardTrialPeriodDuration\"],\"-ďàŷś ƒŕēē ţŕĩàĺ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"c3qGJX\":[\"Ēŕŕōŕ ďēĺēţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"bj7nh3\":[\"Ēŕŕōŕ ŕēĝēńēŕàţĩńĝ àƥĩ ķēŷ: \",[\"err\"]],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"cIgBjB\":[\"Ēxćĺũďē ţĥē ƒōĺĺōŵĩńĝ ƥēōƥĺē àńď ďōḿàĩńś ƒŕōḿ ḿŷ ēḿàĩĺ śŷńć\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"IZ4o2e\":[\"Ēxĩţ Śēţţĩńĝś\"],\"tXGQvS\":[\"Ēxƥēćţēď śēĺēćţēď ńōďē ţō ƀē à ćŕēàţē śţēƥ ńōďē.\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"LxRNPw\":[\"Ēxƥĩŕàţĩōń\"],\"SkXfL0\":[\"Ēxƥĩŕàţĩōń Ďàţē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"GS+Mus\":[\"Ēxƥōŕţ\"],\"ep2rbf\":[\"Ēxƥōŕţ ŕēćōŕďś\"],\"q46CjD\":[\"Ēxƥōŕţ ţō ƤĎƑ\"],\"DaGxE0\":[\"Ēxƥōŕţ vĩēŵ\"],\"X9kySA\":[\"Ƒàvōŕĩţēś\"],\"zXgopL\":[\"Ƒĩēĺď ţŷƥē\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"3w/aqw\":[\"Ƒĩēĺďś Ćōũńţ\"],\"o7J4JM\":[\"Ƒĩĺţēŕ\"],\"cSev+j\":[\"Ƒĩĺţēŕś\"],\"glx6on\":[\"Ƒōŕĝōţ ŷōũŕ ƥàśśŵōŕď?\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"scmRyR\":[\"Ƒũĺĺ àććēśś\"],\"xANKBj\":[\"Ƒũńćţĩōńś\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"zSGbaR\":[\"Ĝēţ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"2GT3Hf\":[\"Ĝĺōƀàĺ\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"vLyv1R\":[\"Ĥĩďē\"],\"XTWO+W\":[\"Ĩćōń àńď Ńàḿē\"],\"sJGljQ\":[\"Ĩďēńţĩƒĩēŕ\"],\"j843N3\":[\"Ĩƒ ŷōũ’vē ĺōśţ ţĥĩś ķēŷ, ŷōũ ćàń ŕēĝēńēŕàţē ĩţ, ƀũţ ƀē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ ńēēď ţō ƀē ũƥďàţēď. Ƥĺēàśē ţŷƥē\\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"pZ/USH\":[\"Ĩńďēxēś\"],\"JE2tjr\":[\"Ĩńƥũţ ḿũśţ ƀē ĩń ćàḿēĺ ćàśē àńď ćàńńōţ śţàŕţ ŵĩţĥ à ńũḿƀēŕ\"],\"AwUsnG\":[\"Ĩńśţàńćēś\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"NtFk/Z\":[\"Ĩńvàĺĩď àũţĥ ƥŕōvĩďēŕ\"],\"B2Tpo0\":[\"Ĩńvàĺĩď ēḿàĩĺ\"],\"/m52AE\":[\"Ĩńvàĺĩď ēḿàĩĺ ōŕ ďōḿàĩń\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"3athPG\":[\"Ĩńvĩţē ƀŷ Ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"dFtidv\":[\"ĵàƥàńēśē\"],\"h6S9Yz\":[\"Ķōŕēàń\"],\"zrpwCd\":[\"Ĺàƀ\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"wL3cK8\":[\"Ĺàţēśţ\"],\"Kcjbmz\":[\"Ĺàţēśţ ďàţē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"FgAxTj\":[\"Ĺōĝ ōũţ\"],\"nOhz3x\":[\"Ĺōĝōũţ\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"FyFNsd\":[\"Ḿàńàĝē ŷōũŕ ĩńţēŕńēţ àććōũńţś.\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"3Sdni6\":[\"Ḿàŕķ àś ďōńē\"],\"CK1KXz\":[\"Ḿàx\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"eTUF28\":[\"Ḿĩń\"],\"3Siwmw\":[\"Ḿōŕē ōƥţĩōńś\"],\"iSLA/r\":[\"Ḿōvē ĺēƒţ\"],\"Ubl2by\":[\"Ḿōvē ŕĩĝĥţ\"],\"6YtxFj\":[\"Ńàḿē\"],\"z+6jaZ\":[\"Ńàḿē ōƒ ŷōũŕ ÀƤĨ ķēŷ\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"2T8KCk\":[\"Ńàvĩĝàţē ţō ńēxţ ŕēćōŕď\"],\"veSA19\":[\"Ńàvĩĝàţē ţō ńēxţ vēŕśĩōń\"],\"ZTEho+\":[\"Ńàvĩĝàţē ţō ńēxţ ŵōŕķƒĺōŵ\"],\"2tw9bo\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś ŕēćōŕď\"],\"I+Pm5V\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś vēŕśĩōń\"],\"QVUN3K\":[\"Ńàvĩĝàţē ţō ƥŕēvĩōũś ŵōŕķƒĺōŵ\"],\"isRobC\":[\"Ńēŵ\"],\"Kcr9Fr\":[\"Ńēŵ àććōũńţ\"],\"o8MyXb\":[\"Ńēŵ ķēŷ\"],\"j313SZ\":[\"Ńēŵ Ķēŷ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"7vhWI8\":[\"Ńēŵ Ƥàśśŵōŕď\"],\"BcCzLv\":[\"Ńēŵ ŕēćōŕď\"],\"2lmOC5\":[\"Ńēŵ Ŕōĺē\"],\"U1DAok\":[\"Ńēŵ Ŵēƀĥōōķ\"],\"pwenQu\":[\"Ńō ćōńńēćţēď àććōũńţ\"],\"0uWxPM\":[\"Ńō ŵōŕķƒĺōŵ ŕũńś ŷēţ\"],\"AQCvCC\":[\"Ńō ŵōŕķƒĺōŵ vēŕśĩōńś ŷēţ\"],\"4wUkDk\":[\"Ńōţ ēḿƥţŷ\"],\"W0i24j\":[\"ŌƀĴēćţ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"OV5wZZ\":[\"Ōƥēńēď\"],\"0zpgxV\":[\"Ōƥţĩōńś\"],\"BzEFor\":[\"ōŕ\"],\"/IX/7x\":[\"Ōţĥēŕ\"],\"boJlGf\":[\"Ƥàĝē Ńōţ Ƒōũńď\"],\"8ZsakT\":[\"Ƥàśśŵōŕď\"],\"BxQ79w\":[\"Ƥàśśŵōŕď ĥàś ƀēēń ũƥďàţēď\"],\"mi6Rel\":[\"Ƥàśśŵōŕď ŕēśēţ ĺĩńķ ĥàś ƀēēń śēńţ ţō ţĥē ēḿàĩĺ\"],\"SrVzRe\":[\"Ƥēŕćēńţ\"],\"yIK1GU\":[\"Ƥēŕćēńţ ēḿƥţŷ\"],\"PWLd4c\":[\"Ƥēŕćēńţ ńōţ ēḿƥţŷ\"],\"Bv3y5w\":[\"Ƥēŕḿàńēńţĺŷ ďēśţŕōŷ ŕēćōŕď\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"jEw0Mr\":[\"Ƥĺēàśē ēńţēŕ à vàĺĩď ŨŔĹ\"],\"6nsIo3\":[\"Ƥĺēàśē ţŷƥē \\\"\",[\"confirmationValue\"],\"\\\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ÀƤĨ Ķēŷ. ßē àŵàŕē ţĥàţ àńŷ śćŕĩƥţ ũśĩńĝ ţĥĩś ķēŷ ŵĩĺĺ śţōƥ ŵōŕķĩńĝ.\"],\"mFZTXr\":[\"Ƥĺēàśē ţŷƥē \",[\"confirmationText\"],\" ţō ćōńƒĩŕḿ ŷōũ ŵàńţ ţō ďēĺēţē ţĥĩś ŵēƀĥōōķ.\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"0nsqwk\":[\"Ƥōŕţũĝũēśē — ßŕàźĩĺ\"],\"xtXHeo\":[\"Ƥōŕţũĝũēśē — Ƥōŕţũĝàĺ\"],\"R7+D0/\":[\"Ƥōŕţũĝũēśē (ßŕàźĩĺ)\"],\"512Uma\":[\"Ƥōŕţũĝũēśē (Ƥōŕţũĝàĺ)\"],\"rdUucN\":[\"Ƥŕēvĩēŵ\"],\"LcET2C\":[\"Ƥŕĩvàćŷ Ƥōĺĩćŷ\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"ibPuCP\":[\"Ŕēàď ďōćũḿēńţàţĩōń\"],\"v3xM25\":[\"Ŕēćēĩvē àń ēḿàĩĺ ćōńţàĩńĩńĝ ƥàśśŵōŕď ũƥďàţē ĺĩńķ\"],\"dSCufP\":[\"Ŕēćōŕď Śēĺēćţĩōń\"],\"vpZcGd\":[\"Ŕēĝēńēŕàţē àń ÀƤĨ ķēŷ\"],\"Mwqo5m\":[\"Ŕēĝēńēŕàţē ķēŷ\"],\"D+Mv78\":[\"Ŕēĝēńēŕàţē Ķēŷ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"T/pF0Z\":[\"Ŕēḿōvē ƒŕōḿ ƒàvōŕĩţēś\"],\"KbS2K9\":[\"Ŕēśēţ Ƥàśśŵōŕď\"],\"1IWc1n\":[\"Ŕēśēţ ţō\"],\"kx0s+n\":[\"Ŕēśũĺţś\"],\"5dJK4M\":[\"Ŕōĺēś\"],\"UX0N2y\":[\"Ŕũń à ŵōŕķƒĺōŵ àńď ŕēţũŕń ĥēŕē ţō vĩēŵ ĩţś ēxēćũţĩōńś\"],\"A1taO8\":[\"Śēàŕćĥ\"],\"8NBMeZ\":[\"Śēàŕćĥ '\",[\"commandMenuSearch\"],\"' ŵĩţĥ...\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"7taA9j\":[\"Śēàŕćĥ ƒĩēĺďś\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"IMeaSJ\":[\"Śēàŕćĥ ŕēćōŕďś\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"QREcJS\":[\"Śēē àćţĩvē vēŕśĩōń\"],\"OpPn5Z\":[\"Śēē ŕũńś\"],\"EtyY4+\":[\"Śēē vēŕśĩōńś\"],\"lYhPN0\":[\"Śēē vēŕśĩōńś ĥĩśţōŕŷ\"],\"xraglu\":[\"Śēĺēćţ ţĥē ēvēńţś ŷōũ ŵĩśĥ ţō śēńď ţō ţĥĩś ēńďƥōĩńţ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"yy5k7a\":[\"Śēŕvēŕ Àďḿĩń Ƥàńēĺ\"],\"V7fgiB\":[\"Śēţ ēḿàĩĺ vĩśĩƀĩĺĩţŷ, ḿàńàĝē ŷōũŕ ƀĺōćķĺĩśţ àńď ḿōŕē.\"],\"cx14rp\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ ďōḿàĩń\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Tz0i8g\":[\"Śēţţĩńĝś\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"gWk8gY\":[\"Śĥōũĺď ćĥàńĝĩńĝ à ƒĩēĺď'ś ĺàƀēĺ àĺśō ćĥàńĝē ţĥē ÀƤĨ ńàḿē?\"],\"5lWFkC\":[\"Śĩĝń ĩń\"],\"e+RpCP\":[\"Śĩĝń ũƥ\"],\"5v3IHX\":[\"Śĩńĝĺē śĩĝń-ōń (ŚŚŌ)\"],\"6Uau97\":[\"Śķĩƥ\"],\"f6Hub0\":[\"Śōŕţ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"ku9TbG\":[\"Śũƀďōḿàĩń\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"AxQiPW\":[\"Śũḿ\"],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"AtzMpB\":[\"Śŷńćĥŕōńĩźē Ƒĩēĺď Ĺàƀēĺ àńď ÀƤĨ Ńàḿē\"],\"E3AMmw\":[\"Śŷśţēḿ śēţţĩńĝś - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Śŷśţēḿ Śēţţĩńĝś - \",[\"systemTimeFormatLabel\"]],\"xowcRf\":[\"Ţēŕḿś ōƒ Śēŕvĩćē\"],\"NnH3pK\":[\"Ţēśţ\"],\"bU9B27\":[\"Ţēśţ Ŵōŕķƒĺōŵ\"],\"2OUtmv\":[\"Ţĥē ďēśćŕĩƥţĩōń ōƒ ţĥĩś ƒĩēĺď\"],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"h8mvCd\":[\"Ţĥē ńàḿē àńď ĩćōń ōƒ ţĥĩś ƒĩēĺď\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"uWikAA\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď\"],\"+69KDk\":[\"Ţĥē vàĺũēś ōƒ ţĥĩś ƒĩēĺď ḿũśţ ƀē ũńĩǫũē\"],\"ynfkhb\":[\"Ţĥēŕē ŵàś àń ēŕŕōŕ ŵĥĩĺē ũƥďàţĩńĝ ƥàśśŵōŕď.\"],\"PmtLRf\":[\"Ţĥēŕē ŵàś àń ĩśśũē\"],\"hqCwGc\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"n9nSNJ\":[\"Ţĩḿē ƒōŕḿàţ\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"PiUt3N\":[\"Ţŕĩĝĝēŕ Ţŷƥē\"],\"IQ5pAL\":[\"Ţŕĩĝĝēŕ ţŷƥē śĥōũĺď ƀē Ḿàńũàĺ - ŵĥēń ńō ŕēćōŕď(ś) àŕē śēĺēćţēď\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"U83IeL\":[\"Ţŷƥē àńŷţĥĩńĝ\"],\"wSXm5S\":[\"Ũńĩǫũē\"],\"GQCXQS\":[\"Ũńĺĩḿĩţēď ćōńţàćţś\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"IagCbF\":[\"ŨŔĹ\"],\"6dMpmz\":[\"Ũśē àś ďŕàƒţ\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"c6uZUV\":[\"Ũśē ōũŕ ÀƤĨ ōŕ àďď ŷōũŕ ƒĩŕśţ \",[\"objectLabel\"],\" ḿàńũàĺĺŷ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"IjyOjp\":[\"Ũśēŕ ĩś ńōţ ĺōĝĝēď ĩń\"],\"fXVIZq\":[\"Vàĺũēś\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"6n7jtr\":[\"Vĩśũàĺĩźē\"],\"id6ein\":[\"Ŵē śũƥƥōŕţ ŷōũŕ śǫũàŕē ƤŃĜś, ĵƤĒĜś àńď ĜĨƑś ũńďēŕ 10Ḿß\"],\"ZS7vYp\":[\"Ŵē ŵĩĺĺ śēńď ƤŌŚŢ ŕēǫũēśţś ţō ţĥĩś ēńďƥōĩńţ ƒōŕ ēvēŕŷ ńēŵ ēvēńţ\"],\"TRDppN\":[\"Ŵēƀĥōōķ\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"Jt1WNL\":[\"Ŵēĺćōḿē ţō\"],\"ke0EDP\":[\"Ŵēĺćōḿē ţō \",[\"workspaceName\"]],\"C51ilI\":[\"Ŵĥēń ţĥē ÀƤĨ ķēŷ ŵĩĺĺ ēxƥĩŕē.\"],\"leUubq\":[\"Ŵĥēń ţĥē ķēŷ ŵĩĺĺ ƀē ďĩśàƀĺēď\"],\"wvyffT\":[\"Ŵōŕķƒĺōŵ ćàńńōţ ƀē ţēśţēď\"],\"pmUArF\":[\"Ŵōŕķśƥàćē\"],\"VicISP\":[\"Ŵōŕķśƥàćē Ďēĺēţĩōń\"],\"Q9pNST\":[\"Ŵŕĩţē à ďēśćŕĩƥţĩōń\"],\"3d1wCB\":[\"ŷēś\"],\"zSkMV0\":[\"Ŷōũ ŵĩĺĺ ƀē ćĥàŕĝēď ĩḿḿēďĩàţēĺŷ ƒōŕ ţĥē ƒũĺĺ ŷēàŕ.\"],\"XVnj6K\":[\"Ŷōũŕ ćŕēďĩţ ƀàĺàńćē ŵĩĺĺ ƀē ũśēď ţō ƥàŷ ţĥē ḿōńţĥĺŷ ƀĩĺĺś.\"],\"9ivpwk\":[\"Ŷōũŕ ńàḿē àś ĩţ ŵĩĺĺ ƀē ďĩśƥĺàŷēď\"],\"YQK8fJ\":[\"Ŷōũŕ Ŵōŕķśƥàćē\"],\"RhNbPE\":[\"Ŷōũŕ ŵōŕķśƥàćē ŵĩĺĺ ƀē ďĩśàƀĺēď\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pt-BR.ts b/packages/twenty-front/src/locales/generated/pt-BR.ts index 31a2d12b6..c4dc8a4ee 100644 --- a/packages/twenty-front/src/locales/generated/pt-BR.ts +++ b/packages/twenty-front/src/locales/generated/pt-BR.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chave da API\"],\"6j5rE1\":[[\"name\"]],\"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\":[\"Exclusão de conta\"],\"bPwFdf\":[\"Contas\"],\"FQBaXG\":[\"Ativar\"],\"tu8A/k\":[\"Ativar fluxo de trabalho\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API ativas criadas por você ou por sua equipe.\"],\"m16xKo\":[\"Adicionar\"],\"DpV70M\":[\"Adicionar campo\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar provedor de identidade SSO\"],\"5+ttxv\":[\"Adicionar à lista de bloqueio\"],\"pBsoKL\":[\"Adicionar aos favoritos\"],\"m2qDV8\":[\"Adicione seu primeiro \",[\"objectLabel\"]],\"vLO+NG\":[\"Adicionado \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todas as funções\"],\"GMx1K0\":[\"Permitir logins por meio da funcionalidade de logon único do Google.\"],\"dea+zy\":[\"Permitir logins por meio da funcionalidade de logon único da Microsoft.\"],\"wMg43c\":[\"Permita o convite de novos usuários compartilhando um link de convite.\"],\"vHeVg5\":[\"Permita que os usuários façam login com um e-mail e uma senha.\"],\"mJ6m4C\":[\"Uma descrição opcional\"],\"0RqpZr\":[\"API e webhooks\"],\"yRnk5W\":[\"Chave da API\"],\"5h8ooz\":[\"Chaves de API\"],\"kAtj+q\":[\"Nome da API\"],\"aAIQg2\":[\"Aparência\"],\"3iX0kh\":[\"Tem certeza de que deseja alterar o intervalo de cobrança?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Atribuir funções para especificar as permissões de acesso de cada membro\"],\"lxQ+5m\":[\"Atribuído a\"],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Média\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturamento\"],\"K1172m\":[\"Lista de bloqueio\"],\"2yl5lQ\":[\"Agendar uma chamada\"],\"PmmvzS\":[\"Calcular\"],\"AjVXBS\":[\"Calendário\"],\"EUpfsd\":[\"Calendários\"],\"dEgA5A\":[\"Cancelar\"],\"0TllC8\":[\"Cancelar a qualquer momento\"],\"rRK/Lf\":[\"Cancelar plano\"],\"N6gPiD\":[\"Cancelar sua assinatura\"],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar senha\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolha um objeto\"],\"KT6rEB\":[\"Escolha seu provedor\"],\"9qP96p\":[\"Escolha seu teste\"],\"yz7wBu\":[\"Fechar\"],\"+zUMwJ\":[\"Configurar uma conexão SSO\"],\"QTNsSm\":[\"Configure e personalize suas preferências de calendário.\"],\"aGwm+D\":[\"Configurar como as datas são exibidas no aplicativo\"],\"Bh4GBD\":[\"Configure suas definições de e-mail e calendário.\"],\"D8ATlr\":[\"Conecte uma nova conta ao seu espaço de trabalho\"],\"Zgi9Fd\":[\"Conecte-se com o Google\"],\"IOfqM8\":[\"Conecte-se com a Microsoft\"],\"9TzudL\":[\"Contas conectadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continuar\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar link do convite\"],\"Ej5euX\":[\"Copie essa chave, pois ela não ficará visível novamente\"],\"wBMjJ2\":[\"Contagem\"],\"EkZfen\":[\"Contar tudo\"],\"vQJINq\":[\"Contagem vazia\"],\"DzRsDJ\":[\"Contagem não vazia\"],\"9FZBbf\":[\"Contagem de valores exclusivos\"],\"zNoOC2\":[\"Crie um fluxo de trabalho e retorne aqui para visualizar suas versões\"],\"uXGLuq\":[\"Criar chave de API\"],\"d0DCww\":[\"Criar novo registro\"],\"dkAPxi\":[\"Criar webhook\"],\"8skTDV\":[\"Objetos personalizados\"],\"qt+EaC\":[\"Personalize os campos disponíveis nas exibições \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança de seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"r+cVRP\":[\"Tipo de dados\"],\"mYGY3B\":[\"Data\"],\"Ud9zHv\":[\"Data e hora\"],\"5y3O+A\":[\"Desativar\"],\"qk4i22\":[\"Desative a opção \\\"Synchronize Objects Labels and API Names\\\" (Sincronizar rótulos de objetos e nomes de API) para definir um nome de API personalizado\"],\"gexAq8\":[\"Desativar esse campo\"],\"4tpC8V\":[\"Desativar fluxo de trabalho\"],\"Y2ImVJ\":[\"Defina o nome e a descrição de seu objeto\"],\"cnGeoo\":[\"Excluir\"],\"ZDGm40\":[\"Excluir conta\"],\"gAz0S5\":[\"Excluir a conta e todos os dados associados\"],\"hGfWDm\":[\"Excluir chave de API\"],\"4dpwsE\":[\"Excluir registro\"],\"kf0A63\":[\"Excluir registros\"],\"T6S2Ns\":[\"Excluir essa integração\"],\"snMaH4\":[\"Excluir webhook\"],\"kYu0eF\":[\"Excluir espaço de trabalho\"],\"mk2Ygs\":[\"Excluir todo o seu espaço de trabalho\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descrição\"],\"2xxBws\":[\"Destruir\"],\"n+SX4g\":[\"Desenvolvedores\"],\"zAg2B9\":[\"Rascunho de descarte\"],\"i66xz9\":[\"Exibir como data relativa\"],\"EoKe5U\":[\"Domínio\"],\"QVVmxi\":[\"Por exemplo, integração de backoffice\"],\"tOkc8o\":[\"Mais antigo\"],\"JTbQuO\":[\"Data mais antiga\"],\"v+uKyy\":[\"Editar intervalo de faturamento\"],\"h2KoTu\":[\"Edite o método de pagamento, veja suas faturas e muito mais\"],\"6o1M/Q\":[\"Edite o nome do subdomínio ou defina um domínio personalizado.\"],\"O3oNi5\":[\"E-mail\"],\"lfQsvW\":[\"Integração de e-mail\"],\"QT/Wo7\":[\"O e-mail ou domínio já está na lista de bloqueio\"],\"BXEcos\":[\"E-mails\"],\"eXoH4Q\":[\"funcionários\"],\"gqv5ZL\":[\"Funcionários\"],\"N2S1rs\":[\"Vazio\"],\"T3juzf\":[\"URL do ponto de extremidade\"],\"lYGfRP\":[\"Inglês\"],\"/bfFKe\":[\"Aproveite um teste gratuito de \",[\"withCreditCardTrialPeriodDuration\"],\"dias\"],\"GpB8YV\":[\"Empresa\"],\"c3qGJX\":[\"Erro ao excluir a chave da API: \",[\"err\"]],\"bj7nh3\":[\"Erro ao regenerar a chave da API: \",[\"err\"]],\"VSQxWH\":[\"Erro ao alternar a assinatura \",[\"to\"],\".\"],\"JLxMta\":[\"Estabeleça pontos de extremidade do Webhook para notificações sobre eventos assíncronos.\"],\"cIgBjB\":[\"Excluir as seguintes pessoas e domínios de minha sincronização de e-mail\"],\"fV7V51\":[\"Objetos existentes\"],\"IZ4o2e\":[\"Configurações de saída\"],\"tXGQvS\":[\"Espera-se que o nó selecionado seja um nó de etapa de criação.\"],\"bKBhgb\":[\"Experiência\"],\"LxRNPw\":[\"Vencimento\"],\"SkXfL0\":[\"Data de expiração\"],\"i9qiyR\":[\"Expira em\"],\"GS+Mus\":[\"Exportação\"],\"ep2rbf\":[\"Registros de exportação\"],\"q46CjD\":[\"Exportar para PDF\"],\"DaGxE0\":[\"Visualização de exportação\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Contagem de campos\"],\"o7J4JM\":[\"Filtro\"],\"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 proveito do seu espaço de trabalho convidando sua equipe.\"],\"zSGbaR\":[\"Faça sua assinatura\"],\"2GT3Hf\":[\"Global\"],\"hWp1MY\":[\"Conceda ao suporte da Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Você pode revogar o acesso a qualquer momento.\"],\"vLyv1R\":[\"Esconder\"],\"XTWO+W\":[\"Ícone e nome\"],\"sJGljQ\":[\"Identificador\"],\"j843N3\":[\"Se você perdeu essa chave, pode gerá-la novamente, mas saiba que qualquer script que use essa chave precisará ser atualizado. Digite\\\"\",[\"confirmationValue\"],\"\\\" para confirmar.\"],\"NoNwIX\":[\"Inativo\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"A entrada deve estar em letras maiúsculas e minúsculas e não pode começar com um número\"],\"AwUsnG\":[\"Instâncias\"],\"nbfdhU\":[\"Integrações\"],\"NtFk/Z\":[\"Provedor de autenticação inválido\"],\"B2Tpo0\":[\"E-mail inválido\"],\"/m52AE\":[\"E-mail ou domínio inválido\"],\"QdoUFL\":[\"Valores de formulário inválidos\"],\"0M8+El\":[\"Convite por e-mail\"],\"PWIq/W\":[\"Convidar por link\"],\"3athPG\":[\"Convidar por link\"],\"5IfmKA\":[\"Link de convite enviado para endereços de e-mail\"],\"d+Y+rP\":[\"Convide sua equipe\"],\"Lj7sBL\":[\"Italiano\"],\"dFtidv\":[\"Japonês\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratório\"],\"vXIe7J\":[\"Idioma\"],\"wL3cK8\":[\"Mais recentes\"],\"Kcjbmz\":[\"Data mais recente\"],\"pQjjYo\":[\"Link copiado para a área de transferência\"],\"FgAxTj\":[\"Fazer logout\"],\"nOhz3x\":[\"Sair\"],\"T6YjCk\":[\"Gerenciar membros\"],\"4cjU2u\":[\"Gerencie os membros de seu espaço aqui\"],\"FyFNsd\":[\"Gerencie suas contas de Internet.\"],\"36kYu0\":[\"Gerenciar sua assinatura\"],\"3Sdni6\":[\"Marcar como concluído\"],\"CK1KXz\":[\"Máximo\"],\"wlQNTg\":[\"Membros\"],\"eTUF28\":[\"Mínimo\"],\"3Siwmw\":[\"Mais opções\"],\"iSLA/r\":[\"Mover para a esquerda\"],\"Ubl2by\":[\"Mover para a direita\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome de sua chave de API\"],\"J7w8lI\":[\"Nome de seu espaço de trabalho\"],\"2T8KCk\":[\"Navegar para o próximo registro\"],\"veSA19\":[\"Navegar para a próxima versão\"],\"ZTEho+\":[\"Navegar para o próximo fluxo de trabalho\"],\"2tw9bo\":[\"Navegar para o registro anterior\"],\"I+Pm5V\":[\"Navegar para a versão anterior\"],\"QVUN3K\":[\"Navegar para o fluxo de trabalho anterior\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"o8MyXb\":[\"Nova chave\"],\"j313SZ\":[\"Nova chave\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova senha\"],\"BcCzLv\":[\"Novo recorde\"],\"2lmOC5\":[\"Nova função\"],\"U1DAok\":[\"Novo webhook\"],\"pwenQu\":[\"Nenhuma conta conectada\"],\"0uWxPM\":[\"Nenhum fluxo de trabalho foi executado ainda\"],\"AQCvCC\":[\"Ainda não há versões de fluxo de trabalho\"],\"4wUkDk\":[\"Não vazio\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fora do caminho comum\"],\"OV5wZZ\":[\"Aberto\"],\"0zpgxV\":[\"Opções\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Outros\"],\"boJlGf\":[\"Página não encontrada\"],\"8ZsakT\":[\"Senha\"],\"mi6Rel\":[\"O link de redefinição de senha foi enviado para o e-mail\"],\"SrVzRe\":[\"Porcentagem\"],\"yIK1GU\":[\"Porcentagem de vazio\"],\"PWLd4c\":[\"Porcentagem não vazia\"],\"Bv3y5w\":[\"Destruir permanentemente o registro\"],\"N0+GsR\":[\"Imagem\"],\"jEw0Mr\":[\"Digite um URL válido\"],\"6nsIo3\":[\"Digite \\\"\",[\"confirmationValue\"],\"\\\" para confirmar que deseja excluir essa chave de API. Esteja ciente de que qualquer script que use essa chave deixará de funcionar.\"],\"mFZTXr\":[\"Digite \",[\"confirmationText\"],\" para confirmar que deseja excluir esse webhook.\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"Português - Brasil\"],\"xtXHeo\":[\"Português - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Prévia\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudo-inglês\"],\"ibPuCP\":[\"Ler documentação\"],\"v3xM25\":[\"Receber um e-mail com o link de atualização da senha\"],\"dSCufP\":[\"Seleção de registros\"],\"vpZcGd\":[\"Gerar novamente uma chave de API\"],\"Mwqo5m\":[\"Regenerar chave\"],\"D+Mv78\":[\"Chave de regeneração\"],\"5icoS1\":[\"Lançamentos\"],\"t/YqKh\":[\"Remover\"],\"T/pF0Z\":[\"Remover dos favoritos\"],\"KbS2K9\":[\"Redefinir senha\"],\"1IWc1n\":[\"Redefinir para\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funções\"],\"UX0N2y\":[\"Execute um fluxo de trabalho e retorne aqui para visualizar suas execuções\"],\"A1taO8\":[\"Pesquisa\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"7taA9j\":[\"Campos de pesquisa\"],\"ofuw3g\":[\"Procure um objeto...\"],\"IMeaSJ\":[\"Pesquisar registros\"],\"a3LDKx\":[\"Segurança\"],\"QREcJS\":[\"Ver versão ativa\"],\"OpPn5Z\":[\"Ver execuções\"],\"EtyY4+\":[\"Ver versões\"],\"lYhPN0\":[\"Ver histórico de versões\"],\"xraglu\":[\"Selecione os eventos que você deseja enviar para esse endpoint\"],\"AXTJAW\":[\"Selecione seu idioma preferido\"],\"mjK8F3\":[\"Envie um e-mail de convite para sua equipe\"],\"yy5k7a\":[\"Painel de administração do servidor\"],\"V7fgiB\":[\"Defina a visibilidade do e-mail, gerencie sua lista de bloqueio e muito mais.\"],\"cx14rp\":[\"Defina o nome de seu domínio\"],\"tn41zE\":[\"Defina o nome de seu subdomínio\"],\"Tz0i8g\":[\"Configurações\"],\"Vy9kmk\":[\"Compartilhe este link para convidar usuários a participar do seu espaço de trabalho\"],\"gWk8gY\":[\"A alteração do rótulo de um campo também deve alterar o nome da API?\"],\"6Uau97\":[\"Pular\"],\"f6Hub0\":[\"Classificar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomínio\"],\"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\"],\"B5jRKH\":[\"A assinatura foi trocada \",[\"to\"]],\"AxQiPW\":[\"Soma\"],\"XYLcNv\":[\"Suporte\"],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"L6Fg36\":[\"Faturamento do switch \",[\"to\"]],\"AtzMpB\":[\"Sincronizar o rótulo do campo e o nome da API\"],\"E3AMmw\":[\"Configurações do sistema - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Configurações do sistema - \",[\"systemTimeFormatLabel\"]],\"NnH3pK\":[\"Teste\"],\"bU9B27\":[\"Fluxo de trabalho de teste\"],\"2OUtmv\":[\"A descrição desse campo\"],\"VGZYbZ\":[\"O e-mail associado à sua conta\"],\"h8mvCd\":[\"O nome e o ícone desse campo\"],\"L97sPr\":[\"A página que você está procurando não existe mais ou nunca existiu. Vamos colocá-lo de volta no caminho certo\"],\"uWikAA\":[\"Os valores desse campo\"],\"+69KDk\":[\"Os valores desse campo devem ser exclusivos\"],\"PmtLRf\":[\"Houve um problema\"],\"hqCwGc\":[\"Essa ação não pode ser desfeita. Isso excluirá permanentemente esse usuário e o removerá de todas as suas atribuições.\"],\"gWGuHC\":[\"Essa ação não pode ser desfeita. Isso excluirá permanentemente todo o seu espaço de trabalho. <0/> Digite seu e-mail para confirmar.\"],\"n9nSNJ\":[\"Formato de hora\"],\"aqMzDX\":[\"para mensal\"],\"WXXiXO\":[\"a cada ano\"],\"PiUt3N\":[\"Tipo de gatilho\"],\"IQ5pAL\":[\"O tipo de acionador deve ser Manual - quando nenhum registro é selecionado\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Digite qualquer coisa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contatos ilimitados\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Usar como rascunho\"],\"oTTQsc\":[\"Use somente letras, números e traços. Comece e termine com uma letra ou um número\"],\"c6uZUV\":[\"Use nossa API ou adicione seu primeiro \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Usuário\"],\"IjyOjp\":[\"O usuário não está conectado\"],\"fXVIZq\":[\"Valores\"],\"KANz0G\":[\"Exibir detalhes de faturamento\"],\"6n7jtr\":[\"Visualize\"],\"id6ein\":[\"Oferecemos suporte a seus PNGs, JPEGs e GIFs quadrados com menos de 10 MB\"],\"ZS7vYp\":[\"Enviaremos solicitações POST a esse endpoint para cada novo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"C51ilI\":[\"Quando a chave da API expirará.\"],\"leUubq\":[\"Quando a chave será desativada\"],\"wvyffT\":[\"O fluxo de trabalho não pode ser testado\"],\"pmUArF\":[\"Espaço de trabalho\"],\"VicISP\":[\"Exclusão do espaço de trabalho\"],\"Q9pNST\":[\"Escreva uma descrição\"],\"3d1wCB\":[\"sim\"],\"zSkMV0\":[\"Você será cobrado imediatamente pelo ano inteiro.\"],\"XVnj6K\":[\"Seu saldo de crédito será usado para pagar as contas mensais.\"],\"9ivpwk\":[\"Seu nome como será exibido\"],\"RhNbPE\":[\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chave da API\"],\"6j5rE1\":[[\"name\"]],\"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\":[\"Exclusão de conta\"],\"bPwFdf\":[\"Contas\"],\"FQBaXG\":[\"Ativar\"],\"tu8A/k\":[\"Ativar fluxo de trabalho\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API ativas criadas por você ou por sua equipe.\"],\"m16xKo\":[\"Adicionar\"],\"DpV70M\":[\"Adicionar campo\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar provedor de identidade SSO\"],\"5+ttxv\":[\"Adicionar à lista de bloqueio\"],\"pBsoKL\":[\"Adicionar aos favoritos\"],\"m2qDV8\":[\"Adicione seu primeiro \",[\"objectLabel\"]],\"vLO+NG\":[\"Adicionado \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todas as funções\"],\"GMx1K0\":[\"Permitir logins por meio da funcionalidade de logon único do Google.\"],\"dea+zy\":[\"Permitir logins por meio da funcionalidade de logon único da Microsoft.\"],\"wMg43c\":[\"Permita o convite de novos usuários compartilhando um link de convite.\"],\"vHeVg5\":[\"Permita que os usuários façam login com um e-mail e uma senha.\"],\"LG4K0m\":[\"Ocorreu um erro ao atualizar a senha\"],\"mJ6m4C\":[\"Uma descrição opcional\"],\"HZFm5R\":[\"e\"],\"0RqpZr\":[\"API e webhooks\"],\"yRnk5W\":[\"Chave da API\"],\"5h8ooz\":[\"Chaves de API\"],\"kAtj+q\":[\"Nome da API\"],\"aAIQg2\":[\"Aparência\"],\"3iX0kh\":[\"Tem certeza de que deseja alterar o intervalo de cobrança?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Atribuir funções para especificar as permissões de acesso de cada membro\"],\"lxQ+5m\":[\"Atribuído a\"],\"H8QGSx\":[\"Pelo menos 8 caracteres.\"],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Média\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturamento\"],\"K1172m\":[\"Lista de bloqueio\"],\"2yl5lQ\":[\"Agendar uma chamada\"],\"8Pfllj\":[\"Ao usar o Twenty, você concorda com os\"],\"PmmvzS\":[\"Calcular\"],\"AjVXBS\":[\"Calendário\"],\"EUpfsd\":[\"Calendários\"],\"dEgA5A\":[\"Cancelar\"],\"0TllC8\":[\"Cancelar a qualquer momento\"],\"rRK/Lf\":[\"Cancelar plano\"],\"N6gPiD\":[\"Cancelar sua assinatura\"],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar senha\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolha um objeto\"],\"KT6rEB\":[\"Escolha seu provedor\"],\"9qP96p\":[\"Escolha seu teste\"],\"yz7wBu\":[\"Fechar\"],\"+zUMwJ\":[\"Configurar uma conexão SSO\"],\"QTNsSm\":[\"Configure e personalize suas preferências de calendário.\"],\"aGwm+D\":[\"Configurar como as datas são exibidas no aplicativo\"],\"Bh4GBD\":[\"Configure suas definições de e-mail e calendário.\"],\"D8ATlr\":[\"Conecte uma nova conta ao seu espaço de trabalho\"],\"Zgi9Fd\":[\"Conecte-se com o Google\"],\"IOfqM8\":[\"Conecte-se com a Microsoft\"],\"9TzudL\":[\"Contas conectadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continuar\"],\"RvVi9c\":[\"Continuar com o e-mail\"],\"oZyG4C\":[\"Continuar com o Google\"],\"ztoybH\":[\"Continuar com a Microsoft\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar link do convite\"],\"Ej5euX\":[\"Copie essa chave, pois ela não ficará visível novamente\"],\"wBMjJ2\":[\"Contagem\"],\"EkZfen\":[\"Contar tudo\"],\"vQJINq\":[\"Contagem vazia\"],\"DzRsDJ\":[\"Contagem não vazia\"],\"9FZBbf\":[\"Contagem de valores exclusivos\"],\"zNoOC2\":[\"Crie um fluxo de trabalho e retorne aqui para visualizar suas versões\"],\"uXGLuq\":[\"Criar chave de API\"],\"d0DCww\":[\"Criar novo registro\"],\"dkAPxi\":[\"Criar webhook\"],\"8skTDV\":[\"Objetos personalizados\"],\"qt+EaC\":[\"Personalize os campos disponíveis nas exibições \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança de seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"r+cVRP\":[\"Tipo de dados\"],\"mYGY3B\":[\"Data\"],\"Ud9zHv\":[\"Data e hora\"],\"5y3O+A\":[\"Desativar\"],\"qk4i22\":[\"Desative a opção \\\"Synchronize Objects Labels and API Names\\\" (Sincronizar rótulos de objetos e nomes de API) para definir um nome de API personalizado\"],\"gexAq8\":[\"Desativar esse campo\"],\"4tpC8V\":[\"Desativar fluxo de trabalho\"],\"Y2ImVJ\":[\"Defina o nome e a descrição de seu objeto\"],\"cnGeoo\":[\"Excluir\"],\"ZDGm40\":[\"Excluir conta\"],\"gAz0S5\":[\"Excluir a conta e todos os dados associados\"],\"hGfWDm\":[\"Excluir chave de API\"],\"4dpwsE\":[\"Excluir registro\"],\"kf0A63\":[\"Excluir registros\"],\"T6S2Ns\":[\"Excluir essa integração\"],\"snMaH4\":[\"Excluir webhook\"],\"kYu0eF\":[\"Excluir espaço de trabalho\"],\"mk2Ygs\":[\"Excluir todo o seu espaço de trabalho\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descrição\"],\"2xxBws\":[\"Destruir\"],\"n+SX4g\":[\"Desenvolvedores\"],\"zAg2B9\":[\"Rascunho de descarte\"],\"i66xz9\":[\"Exibir como data relativa\"],\"EoKe5U\":[\"Domínio\"],\"QVVmxi\":[\"Por exemplo, integração de backoffice\"],\"tOkc8o\":[\"Mais antigo\"],\"JTbQuO\":[\"Data mais antiga\"],\"v+uKyy\":[\"Editar intervalo de faturamento\"],\"h2KoTu\":[\"Edite o método de pagamento, veja suas faturas e muito mais\"],\"6o1M/Q\":[\"Edite o nome do subdomínio ou defina um domínio personalizado.\"],\"O3oNi5\":[\"E-mail\"],\"lfQsvW\":[\"Integração de e-mail\"],\"QT/Wo7\":[\"O e-mail ou domínio já está na lista de bloqueio\"],\"BXEcos\":[\"E-mails\"],\"eXoH4Q\":[\"funcionários\"],\"gqv5ZL\":[\"Funcionários\"],\"N2S1rs\":[\"Vazio\"],\"T3juzf\":[\"URL do ponto de extremidade\"],\"lYGfRP\":[\"Inglês\"],\"/bfFKe\":[\"Aproveite um teste gratuito de \",[\"withCreditCardTrialPeriodDuration\"],\"dias\"],\"GpB8YV\":[\"Empresa\"],\"c3qGJX\":[\"Erro ao excluir a chave da API: \",[\"err\"]],\"bj7nh3\":[\"Erro ao regenerar a chave da API: \",[\"err\"]],\"VSQxWH\":[\"Erro ao alternar a assinatura \",[\"to\"],\".\"],\"JLxMta\":[\"Estabeleça pontos de extremidade do Webhook para notificações sobre eventos assíncronos.\"],\"cIgBjB\":[\"Excluir as seguintes pessoas e domínios de minha sincronização de e-mail\"],\"fV7V51\":[\"Objetos existentes\"],\"IZ4o2e\":[\"Configurações de saída\"],\"tXGQvS\":[\"Espera-se que o nó selecionado seja um nó de etapa de criação.\"],\"bKBhgb\":[\"Experiência\"],\"LxRNPw\":[\"Vencimento\"],\"SkXfL0\":[\"Data de expiração\"],\"i9qiyR\":[\"Expira em\"],\"GS+Mus\":[\"Exportação\"],\"ep2rbf\":[\"Registros de exportação\"],\"q46CjD\":[\"Exportar para PDF\"],\"DaGxE0\":[\"Visualização de exportação\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Contagem de campos\"],\"o7J4JM\":[\"Filtro\"],\"cSev+j\":[\"Filtros\"],\"glx6on\":[\"Esqueceu sua senha?\"],\"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 proveito do seu espaço de trabalho convidando sua equipe.\"],\"zSGbaR\":[\"Faça sua assinatura\"],\"2GT3Hf\":[\"Global\"],\"hWp1MY\":[\"Conceda ao suporte da Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Você pode revogar o acesso a qualquer momento.\"],\"vLyv1R\":[\"Esconder\"],\"XTWO+W\":[\"Ícone e nome\"],\"sJGljQ\":[\"Identificador\"],\"j843N3\":[\"Se você perdeu essa chave, pode gerá-la novamente, mas saiba que qualquer script que use essa chave precisará ser atualizado. Digite\\\"\",[\"confirmationValue\"],\"\\\" para confirmar.\"],\"NoNwIX\":[\"Inativo\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"A entrada deve estar em letras maiúsculas e minúsculas e não pode começar com um número\"],\"AwUsnG\":[\"Instâncias\"],\"nbfdhU\":[\"Integrações\"],\"NtFk/Z\":[\"Provedor de autenticação inválido\"],\"B2Tpo0\":[\"E-mail inválido\"],\"/m52AE\":[\"E-mail ou domínio inválido\"],\"QdoUFL\":[\"Valores de formulário inválidos\"],\"0M8+El\":[\"Convite por e-mail\"],\"PWIq/W\":[\"Convidar por link\"],\"3athPG\":[\"Convidar por link\"],\"5IfmKA\":[\"Link de convite enviado para endereços de e-mail\"],\"d+Y+rP\":[\"Convide sua equipe\"],\"Lj7sBL\":[\"Italiano\"],\"dFtidv\":[\"Japonês\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratório\"],\"vXIe7J\":[\"Idioma\"],\"wL3cK8\":[\"Mais recentes\"],\"Kcjbmz\":[\"Data mais recente\"],\"pQjjYo\":[\"Link copiado para a área de transferência\"],\"FgAxTj\":[\"Fazer logout\"],\"nOhz3x\":[\"Sair\"],\"T6YjCk\":[\"Gerenciar membros\"],\"4cjU2u\":[\"Gerencie os membros de seu espaço aqui\"],\"FyFNsd\":[\"Gerencie suas contas de Internet.\"],\"36kYu0\":[\"Gerenciar sua assinatura\"],\"3Sdni6\":[\"Marcar como concluído\"],\"CK1KXz\":[\"Máximo\"],\"wlQNTg\":[\"Membros\"],\"eTUF28\":[\"Mínimo\"],\"3Siwmw\":[\"Mais opções\"],\"iSLA/r\":[\"Mover para a esquerda\"],\"Ubl2by\":[\"Mover para a direita\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome de sua chave de API\"],\"J7w8lI\":[\"Nome de seu espaço de trabalho\"],\"2T8KCk\":[\"Navegar para o próximo registro\"],\"veSA19\":[\"Navegar para a próxima versão\"],\"ZTEho+\":[\"Navegar para o próximo fluxo de trabalho\"],\"2tw9bo\":[\"Navegar para o registro anterior\"],\"I+Pm5V\":[\"Navegar para a versão anterior\"],\"QVUN3K\":[\"Navegar para o fluxo de trabalho anterior\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"o8MyXb\":[\"Nova chave\"],\"j313SZ\":[\"Nova chave\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova senha\"],\"BcCzLv\":[\"Novo recorde\"],\"2lmOC5\":[\"Nova função\"],\"U1DAok\":[\"Novo webhook\"],\"pwenQu\":[\"Nenhuma conta conectada\"],\"0uWxPM\":[\"Nenhum fluxo de trabalho foi executado ainda\"],\"AQCvCC\":[\"Ainda não há versões de fluxo de trabalho\"],\"4wUkDk\":[\"Não vazio\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fora do caminho comum\"],\"OV5wZZ\":[\"Aberto\"],\"0zpgxV\":[\"Opções\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Outros\"],\"boJlGf\":[\"Página não encontrada\"],\"8ZsakT\":[\"Senha\"],\"BxQ79w\":[\"A senha foi atualizada\"],\"mi6Rel\":[\"O link de redefinição de senha foi enviado para o e-mail\"],\"SrVzRe\":[\"Porcentagem\"],\"yIK1GU\":[\"Porcentagem de vazio\"],\"PWLd4c\":[\"Porcentagem não vazia\"],\"Bv3y5w\":[\"Destruir permanentemente o registro\"],\"N0+GsR\":[\"Imagem\"],\"jEw0Mr\":[\"Digite um URL válido\"],\"6nsIo3\":[\"Digite \\\"\",[\"confirmationValue\"],\"\\\" para confirmar que deseja excluir essa chave de API. Esteja ciente de que qualquer script que use essa chave deixará de funcionar.\"],\"mFZTXr\":[\"Digite \",[\"confirmationText\"],\" para confirmar que deseja excluir esse webhook.\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"Português - Brasil\"],\"xtXHeo\":[\"Português - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Prévia\"],\"LcET2C\":[\"Política de privacidade\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudo-inglês\"],\"ibPuCP\":[\"Ler documentação\"],\"v3xM25\":[\"Receber um e-mail com o link de atualização da senha\"],\"dSCufP\":[\"Seleção de registros\"],\"vpZcGd\":[\"Gerar novamente uma chave de API\"],\"Mwqo5m\":[\"Regenerar chave\"],\"D+Mv78\":[\"Chave de regeneração\"],\"5icoS1\":[\"Lançamentos\"],\"t/YqKh\":[\"Remover\"],\"T/pF0Z\":[\"Remover dos favoritos\"],\"KbS2K9\":[\"Redefinir senha\"],\"1IWc1n\":[\"Redefinir para\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funções\"],\"UX0N2y\":[\"Execute um fluxo de trabalho e retorne aqui para visualizar suas execuções\"],\"A1taO8\":[\"Pesquisa\"],\"8NBMeZ\":[\"Pesquise '\",[\"commandMenuSearch\"],\"' com...\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"7taA9j\":[\"Campos de pesquisa\"],\"ofuw3g\":[\"Procure um objeto...\"],\"IMeaSJ\":[\"Pesquisar registros\"],\"a3LDKx\":[\"Segurança\"],\"QREcJS\":[\"Ver versão ativa\"],\"OpPn5Z\":[\"Ver execuções\"],\"EtyY4+\":[\"Ver versões\"],\"lYhPN0\":[\"Ver histórico de versões\"],\"xraglu\":[\"Selecione os eventos que você deseja enviar para esse endpoint\"],\"AXTJAW\":[\"Selecione seu idioma preferido\"],\"mjK8F3\":[\"Envie um e-mail de convite para sua equipe\"],\"yy5k7a\":[\"Painel de administração do servidor\"],\"V7fgiB\":[\"Defina a visibilidade do e-mail, gerencie sua lista de bloqueio e muito mais.\"],\"cx14rp\":[\"Defina o nome de seu domínio\"],\"tn41zE\":[\"Defina o nome de seu subdomínio\"],\"Tz0i8g\":[\"Configurações\"],\"Vy9kmk\":[\"Compartilhe este link para convidar usuários a participar do seu espaço de trabalho\"],\"gWk8gY\":[\"A alteração do rótulo de um campo também deve alterar o nome da API?\"],\"5lWFkC\":[\"Fazer login\"],\"e+RpCP\":[\"Registrar-se\"],\"5v3IHX\":[\"Logon único (SSO)\"],\"6Uau97\":[\"Pular\"],\"f6Hub0\":[\"Classificar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomínio\"],\"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\"],\"B5jRKH\":[\"A assinatura foi trocada \",[\"to\"]],\"AxQiPW\":[\"Soma\"],\"XYLcNv\":[\"Suporte\"],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"L6Fg36\":[\"Faturamento do switch \",[\"to\"]],\"AtzMpB\":[\"Sincronizar o rótulo do campo e o nome da API\"],\"E3AMmw\":[\"Configurações do sistema - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"Configurações do sistema - \",[\"systemTimeFormatLabel\"]],\"xowcRf\":[\"Termos de Serviço\"],\"NnH3pK\":[\"Teste\"],\"bU9B27\":[\"Fluxo de trabalho de teste\"],\"2OUtmv\":[\"A descrição desse campo\"],\"VGZYbZ\":[\"O e-mail associado à sua conta\"],\"h8mvCd\":[\"O nome e o ícone desse campo\"],\"L97sPr\":[\"A página que você está procurando não existe mais ou nunca existiu. Vamos colocá-lo de volta no caminho certo\"],\"uWikAA\":[\"Os valores desse campo\"],\"+69KDk\":[\"Os valores desse campo devem ser exclusivos\"],\"ynfkhb\":[\"Ocorreu um erro ao atualizar a senha.\"],\"PmtLRf\":[\"Houve um problema\"],\"hqCwGc\":[\"Essa ação não pode ser desfeita. Isso excluirá permanentemente esse usuário e o removerá de todas as suas atribuições.\"],\"gWGuHC\":[\"Essa ação não pode ser desfeita. Isso excluirá permanentemente todo o seu espaço de trabalho. <0/> Digite seu e-mail para confirmar.\"],\"n9nSNJ\":[\"Formato de hora\"],\"aqMzDX\":[\"para mensal\"],\"WXXiXO\":[\"a cada ano\"],\"PiUt3N\":[\"Tipo de gatilho\"],\"IQ5pAL\":[\"O tipo de acionador deve ser Manual - quando nenhum registro é selecionado\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Digite qualquer coisa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contatos ilimitados\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Usar como rascunho\"],\"oTTQsc\":[\"Use somente letras, números e traços. Comece e termine com uma letra ou um número\"],\"c6uZUV\":[\"Use nossa API ou adicione seu primeiro \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Usuário\"],\"IjyOjp\":[\"O usuário não está conectado\"],\"fXVIZq\":[\"Valores\"],\"KANz0G\":[\"Exibir detalhes de faturamento\"],\"6n7jtr\":[\"Visualize\"],\"id6ein\":[\"Oferecemos suporte a seus PNGs, JPEGs e GIFs quadrados com menos de 10 MB\"],\"ZS7vYp\":[\"Enviaremos solicitações POST a esse endpoint para cada novo evento\"],\"TRDppN\":[\"Webhook\"],\"v1kQyJ\":[\"Webhooks\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Bem-vindo ao \",[\"workspaceName\"]],\"C51ilI\":[\"Quando a chave da API expirará.\"],\"leUubq\":[\"Quando a chave será desativada\"],\"wvyffT\":[\"O fluxo de trabalho não pode ser testado\"],\"pmUArF\":[\"Espaço de trabalho\"],\"VicISP\":[\"Exclusão do espaço de trabalho\"],\"Q9pNST\":[\"Escreva uma descrição\"],\"3d1wCB\":[\"sim\"],\"zSkMV0\":[\"Você será cobrado imediatamente pelo ano inteiro.\"],\"XVnj6K\":[\"Seu saldo de crédito será usado para pagar as contas mensais.\"],\"9ivpwk\":[\"Seu nome como será exibido\"],\"YQK8fJ\":[\"Your Workspace\"],\"RhNbPE\":[\"Seu espaço de trabalho será desativado\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pt-PT.ts b/packages/twenty-front/src/locales/generated/pt-PT.ts index 15abb3af1..b6912e23e 100644 --- a/packages/twenty-front/src/locales/generated/pt-PT.ts +++ b/packages/twenty-front/src/locales/generated/pt-PT.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chave da API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Ativar o fluxo de trabalho\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API activas criadas por si ou pela sua equipa.\"],\"m16xKo\":[\"Adicionar\"],\"DpV70M\":[\"Adicionar campo\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar fornecedor de identidade SSO\"],\"5+ttxv\":[\"Adicionar à lista de bloqueio\"],\"pBsoKL\":[\"Adicionar aos favoritos\"],\"m2qDV8\":[\"Adicione o seu primeiro \",[\"objectLabel\"]],\"vLO+NG\":[\"Adicionado \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todos os papéis\"],\"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?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Atribuir funções para especificar as permissões de acesso de cada membro\"],\"lxQ+5m\":[\"Atribuído a\"],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Média\"],\"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\"],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar a palavra-passe\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolher um objeto\"],\"KT6rEB\":[\"Escolha o seu fornecedor\"],\"9qP96p\":[\"Escolha o seu teste\"],\"yz7wBu\":[\"Fechar\"],\"+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\":[\"Configure as definições de correio eletrónico e calendário.\"],\"D8ATlr\":[\"Ligar uma nova conta ao seu espaço de trabalho\"],\"Zgi9Fd\":[\"Ligar ao Google\"],\"IOfqM8\":[\"Ligar à Microsoft\"],\"9TzudL\":[\"Contas ligadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continuar\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar a hiperligação do convite\"],\"Ej5euX\":[\"Copiar esta chave, uma vez que não voltará a ser visível\"],\"wBMjJ2\":[\"Contagem\"],\"EkZfen\":[\"Contar tudo\"],\"vQJINq\":[\"Contagem vazia\"],\"DzRsDJ\":[\"Contagem não vazia\"],\"9FZBbf\":[\"Contar valores únicos\"],\"zNoOC2\":[\"Criar um fluxo de trabalho e regressar aqui para ver as suas versões\"],\"uXGLuq\":[\"Criar chave API\"],\"d0DCww\":[\"Criar novo registo\"],\"dkAPxi\":[\"Criar Webhook\"],\"8skTDV\":[\"Objectos personalizados\"],\"qt+EaC\":[\"Personalizar os campos disponíveis nas vistas \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança do seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"r+cVRP\":[\"Tipo de dados\"],\"mYGY3B\":[\"Data\"],\"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\"],\"4tpC8V\":[\"Desativar o fluxo de trabalho\"],\"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\"],\"4dpwsE\":[\"Eliminar registo\"],\"kf0A63\":[\"Eliminar registos\"],\"T6S2Ns\":[\"Eliminar esta integração\"],\"snMaH4\":[\"Eliminar webhook\"],\"kYu0eF\":[\"Eliminar espaço de trabalho\"],\"mk2Ygs\":[\"Eliminar todo o seu espaço de trabalho\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descrição\"],\"2xxBws\":[\"Destruir\"],\"n+SX4g\":[\"Programadores\"],\"zAg2B9\":[\"Rascunho de descarte\"],\"i66xz9\":[\"Exibir como data relativa\"],\"EoKe5U\":[\"Domínio\"],\"QVVmxi\":[\"Por exemplo, integração de backoffice\"],\"tOkc8o\":[\"Mais antigo\"],\"JTbQuO\":[\"Data mais antiga\"],\"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\"],\"N2S1rs\":[\"Vazio\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Sair das definições\"],\"tXGQvS\":[\"Espera-se que o nó selecionado seja um nó de etapa de criação.\"],\"bKBhgb\":[\"Experiência\"],\"LxRNPw\":[\"Expiração\"],\"SkXfL0\":[\"Data de expiração\"],\"i9qiyR\":[\"Expira em\"],\"GS+Mus\":[\"Exportação\"],\"ep2rbf\":[\"Registos de exportação\"],\"q46CjD\":[\"Exportar para PDF\"],\"DaGxE0\":[\"Vista de exportação\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Contagem de campos\"],\"o7J4JM\":[\"Filtro\"],\"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\"],\"2GT3Hf\":[\"Mundial\"],\"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.\"],\"vLyv1R\":[\"Esconder\"],\"XTWO+W\":[\"Ícone e nome\"],\"sJGljQ\":[\"Identificador\"],\"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\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"A entrada deve estar em maiúsculas e minúsculas e não pode começar com um número\"],\"AwUsnG\":[\"Instâncias\"],\"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\"],\"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\"],\"dFtidv\":[\"Japonês\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratório\"],\"vXIe7J\":[\"Língua\"],\"wL3cK8\":[\"Mais recentes\"],\"Kcjbmz\":[\"Última data\"],\"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\"],\"3Sdni6\":[\"Marcar como concluído\"],\"CK1KXz\":[\"Máximo\"],\"wlQNTg\":[\"Membros\"],\"eTUF28\":[\"Mínimo\"],\"3Siwmw\":[\"Mais opções\"],\"iSLA/r\":[\"Mover para a esquerda\"],\"Ubl2by\":[\"Mover para a direita\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome da sua chave API\"],\"J7w8lI\":[\"Nome do seu espaço de trabalho\"],\"2T8KCk\":[\"Navegar para o registo seguinte\"],\"veSA19\":[\"Navegar para a versão seguinte\"],\"ZTEho+\":[\"Navegar para o fluxo de trabalho seguinte\"],\"2tw9bo\":[\"Navegar para o registo anterior\"],\"I+Pm5V\":[\"Navegar para a versão anterior\"],\"QVUN3K\":[\"Navegar para o fluxo de trabalho anterior\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"o8MyXb\":[\"Nova chave\"],\"j313SZ\":[\"Nova chave\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova palavra-passe\"],\"BcCzLv\":[\"Novo recorde\"],\"2lmOC5\":[\"Novo papel\"],\"U1DAok\":[\"Novo Webhook\"],\"pwenQu\":[\"Nenhuma conta ligada\"],\"0uWxPM\":[\"Ainda não foi executado nenhum fluxo de trabalho\"],\"AQCvCC\":[\"Ainda não há versões de fluxo de trabalho\"],\"4wUkDk\":[\"Não vazio\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objectos\"],\"KNz3EF\":[\"Fora do caminho tradicional\"],\"OV5wZZ\":[\"Aberto\"],\"0zpgxV\":[\"Opções\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Outros\"],\"boJlGf\":[\"Página não encontrada\"],\"8ZsakT\":[\"Palavra-passe\"],\"mi6Rel\":[\"A ligação de reposição da palavra-passe foi enviada para o e-mail\"],\"SrVzRe\":[\"Percentagem\"],\"yIK1GU\":[\"Percentagem de vazio\"],\"PWLd4c\":[\"Percentagem não vazia\"],\"Bv3y5w\":[\"Destruir permanentemente o registo\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Português - Brasil\"],\"xtXHeo\":[\"Português - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"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\"],\"T/pF0Z\":[\"Remover dos favoritos\"],\"KbS2K9\":[\"Repor a palavra-passe\"],\"1IWc1n\":[\"Redefinir para\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funções\"],\"UX0N2y\":[\"Executar um fluxo de trabalho e regressar aqui para ver as suas execuções\"],\"A1taO8\":[\"Pesquisar\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"7taA9j\":[\"Campos de pesquisa\"],\"ofuw3g\":[\"Procurar um objeto...\"],\"IMeaSJ\":[\"Procurar registos\"],\"a3LDKx\":[\"Segurança\"],\"QREcJS\":[\"Ver versão ativa\"],\"OpPn5Z\":[\"Ver corridas\"],\"EtyY4+\":[\"Ver versões\"],\"lYhPN0\":[\"Ver histórico de versões\"],\"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.\"],\"cx14rp\":[\"Definir o nome do seu domínio\"],\"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\"],\"f6Hub0\":[\"Ordenar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomínio\"],\"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\"],\"B5jRKH\":[\"A subscrição foi mudada \",[\"to\"]],\"AxQiPW\":[\"Soma\"],\"XYLcNv\":[\"Apoio\"],\"9yk9d1\":[\"Comutador \",[\"from\"]],\"qi74XZ\":[\"Comutador \",[\"to\"]],\"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\"]],\"NnH3pK\":[\"Teste\"],\"bU9B27\":[\"Fluxo de trabalho de teste\"],\"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 não existe 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\"],\"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\"],\"PiUt3N\":[\"Tipo de disparo\"],\"IQ5pAL\":[\"O tipo de acionamento deve ser Manual - quando nenhum registo é selecionado\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo qualquer coisa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizar como projeto\"],\"oTTQsc\":[\"Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número\"],\"c6uZUV\":[\"Utilize a nossa API ou adicione o seu primeiro \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Utilizador\"],\"IjyOjp\":[\"O utilizador não tem sessão iniciada\"],\"fXVIZq\":[\"Valores\"],\"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\"],\"wvyffT\":[\"O fluxo de trabalho não pode ser testado\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\" de \",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" Chave da API\"],\"6j5rE1\":[[\"name\"]],\"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\"],\"tu8A/k\":[\"Ativar o fluxo de trabalho\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API activas criadas por si ou pela sua equipa.\"],\"m16xKo\":[\"Adicionar\"],\"DpV70M\":[\"Adicionar campo\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"sgXUv+\":[\"Adicionar fornecedor de identidade SSO\"],\"5+ttxv\":[\"Adicionar à lista de bloqueio\"],\"pBsoKL\":[\"Adicionar aos favoritos\"],\"m2qDV8\":[\"Adicione o seu primeiro \",[\"objectLabel\"]],\"vLO+NG\":[\"Adicionado \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"Todos\"],\"3saA7W\":[\"Todos (\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"Todos os papéis\"],\"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.\"],\"LG4K0m\":[\"Ocorreu um erro ao atualizar a palavra-passe\"],\"mJ6m4C\":[\"Uma descrição opcional\"],\"HZFm5R\":[\"e\"],\"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?\"],\"nYD/Cq\":[\"Ascendente\"],\"rfYmIr\":[\"Atribuir funções para especificar as permissões de acesso de cada membro\"],\"lxQ+5m\":[\"Atribuído a\"],\"H8QGSx\":[\"Pelo menos 8 caracteres.\"],\"Y7Dx6e\":[\"Pelo menos um método de autenticação deve estar ativado\"],\"P8fBlG\":[\"Autenticação\"],\"yIVrHZ\":[\"Autorizar\"],\"3uQmjD\":[\"Média\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturação\"],\"K1172m\":[\"Lista de bloqueios\"],\"2yl5lQ\":[\"Marcar uma chamada\"],\"8Pfllj\":[\"Ao utilizar o Twenty, o utilizador concorda com a\"],\"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\"],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"VhMDMg\":[\"Alterar a palavra-passe\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"JEFFOR\":[\"Escolher um objeto\"],\"KT6rEB\":[\"Escolha o seu fornecedor\"],\"9qP96p\":[\"Escolha o seu teste\"],\"yz7wBu\":[\"Fechar\"],\"+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\":[\"Configure as definições de correio eletrónico e calendário.\"],\"D8ATlr\":[\"Ligar uma nova conta ao seu espaço de trabalho\"],\"Zgi9Fd\":[\"Ligar ao Google\"],\"IOfqM8\":[\"Ligar à Microsoft\"],\"9TzudL\":[\"Contas ligadas\"],\"M73whl\":[\"Contexto\"],\"xGVfLh\":[\"Continuar\"],\"RvVi9c\":[\"Continuar com o e-mail\"],\"oZyG4C\":[\"Continuar com o Google\"],\"ztoybH\":[\"Continuar com a Microsoft\"],\"CcGOj+\":[\"Copiloto\"],\"7eVkEH\":[\"Copiar a hiperligação do convite\"],\"Ej5euX\":[\"Copiar esta chave, uma vez que não voltará a ser visível\"],\"wBMjJ2\":[\"Contagem\"],\"EkZfen\":[\"Contar tudo\"],\"vQJINq\":[\"Contagem vazia\"],\"DzRsDJ\":[\"Contagem não vazia\"],\"9FZBbf\":[\"Contar valores únicos\"],\"zNoOC2\":[\"Criar um fluxo de trabalho e regressar aqui para ver as suas versões\"],\"uXGLuq\":[\"Criar chave API\"],\"d0DCww\":[\"Criar novo registo\"],\"dkAPxi\":[\"Criar Webhook\"],\"8skTDV\":[\"Objectos personalizados\"],\"qt+EaC\":[\"Personalizar os campos disponíveis nas vistas \",[\"objectLabelSingular\"],\".\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança do seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"r+cVRP\":[\"Tipo de dados\"],\"mYGY3B\":[\"Data\"],\"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\"],\"4tpC8V\":[\"Desativar o fluxo de trabalho\"],\"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\"],\"4dpwsE\":[\"Eliminar registo\"],\"kf0A63\":[\"Eliminar registos\"],\"T6S2Ns\":[\"Eliminar esta integração\"],\"snMaH4\":[\"Eliminar webhook\"],\"kYu0eF\":[\"Eliminar espaço de trabalho\"],\"mk2Ygs\":[\"Eliminar todo o seu espaço de trabalho\"],\"Cko536\":[\"Descendente\"],\"Nu4oKW\":[\"Descrição\"],\"2xxBws\":[\"Destruir\"],\"n+SX4g\":[\"Programadores\"],\"zAg2B9\":[\"Rascunho de descarte\"],\"i66xz9\":[\"Exibir como data relativa\"],\"EoKe5U\":[\"Domínio\"],\"QVVmxi\":[\"Por exemplo, integração de backoffice\"],\"tOkc8o\":[\"Mais antigo\"],\"JTbQuO\":[\"Data mais antiga\"],\"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\"],\"N2S1rs\":[\"Vazio\"],\"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\"]],\"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\"],\"IZ4o2e\":[\"Sair das definições\"],\"tXGQvS\":[\"Espera-se que o nó selecionado seja um nó de etapa de criação.\"],\"bKBhgb\":[\"Experiência\"],\"LxRNPw\":[\"Expiração\"],\"SkXfL0\":[\"Data de expiração\"],\"i9qiyR\":[\"Expira em\"],\"GS+Mus\":[\"Exportação\"],\"ep2rbf\":[\"Registos de exportação\"],\"q46CjD\":[\"Exportar para PDF\"],\"DaGxE0\":[\"Vista de exportação\"],\"X9kySA\":[\"Favoritos\"],\"zXgopL\":[\"Tipo de campo\"],\"vF68cg\":[\"Campos\"],\"3w/aqw\":[\"Contagem de campos\"],\"o7J4JM\":[\"Filtro\"],\"cSev+j\":[\"Filtros\"],\"glx6on\":[\"Esqueceu-se da sua palavra-passe?\"],\"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\"],\"2GT3Hf\":[\"Mundial\"],\"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.\"],\"vLyv1R\":[\"Esconder\"],\"XTWO+W\":[\"Ícone e nome\"],\"sJGljQ\":[\"Identificador\"],\"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\"],\"pZ/USH\":[\"Índices\"],\"JE2tjr\":[\"A entrada deve estar em maiúsculas e minúsculas e não pode começar com um número\"],\"AwUsnG\":[\"Instâncias\"],\"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\"],\"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\"],\"dFtidv\":[\"Japonês\"],\"h6S9Yz\":[\"Coreano\"],\"zrpwCd\":[\"Laboratório\"],\"vXIe7J\":[\"Língua\"],\"wL3cK8\":[\"Mais recentes\"],\"Kcjbmz\":[\"Última data\"],\"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\"],\"3Sdni6\":[\"Marcar como concluído\"],\"CK1KXz\":[\"Máximo\"],\"wlQNTg\":[\"Membros\"],\"eTUF28\":[\"Mínimo\"],\"3Siwmw\":[\"Mais opções\"],\"iSLA/r\":[\"Mover para a esquerda\"],\"Ubl2by\":[\"Mover para a direita\"],\"6YtxFj\":[\"Nome\"],\"z+6jaZ\":[\"Nome da sua chave API\"],\"J7w8lI\":[\"Nome do seu espaço de trabalho\"],\"2T8KCk\":[\"Navegar para o registo seguinte\"],\"veSA19\":[\"Navegar para a versão seguinte\"],\"ZTEho+\":[\"Navegar para o fluxo de trabalho seguinte\"],\"2tw9bo\":[\"Navegar para o registo anterior\"],\"I+Pm5V\":[\"Navegar para a versão anterior\"],\"QVUN3K\":[\"Navegar para o fluxo de trabalho anterior\"],\"isRobC\":[\"Novo\"],\"Kcr9Fr\":[\"Nova conta\"],\"o8MyXb\":[\"Nova chave\"],\"j313SZ\":[\"Nova chave\"],\"hFxdey\":[\"Novo objeto\"],\"7vhWI8\":[\"Nova palavra-passe\"],\"BcCzLv\":[\"Novo recorde\"],\"2lmOC5\":[\"Novo papel\"],\"U1DAok\":[\"Novo Webhook\"],\"pwenQu\":[\"Nenhuma conta ligada\"],\"0uWxPM\":[\"Ainda não foi executado nenhum fluxo de trabalho\"],\"AQCvCC\":[\"Ainda não há versões de fluxo de trabalho\"],\"4wUkDk\":[\"Não vazio\"],\"W0i24j\":[\"Objeto\"],\"B3toQF\":[\"Objectos\"],\"KNz3EF\":[\"Fora do caminho tradicional\"],\"OV5wZZ\":[\"Aberto\"],\"0zpgxV\":[\"Opções\"],\"BzEFor\":[\"ou\"],\"/IX/7x\":[\"Outros\"],\"boJlGf\":[\"Página não encontrada\"],\"8ZsakT\":[\"Palavra-passe\"],\"BxQ79w\":[\"A palavra-passe foi actualizada\"],\"mi6Rel\":[\"A ligação de reposição da palavra-passe foi enviada para o e-mail\"],\"SrVzRe\":[\"Percentagem\"],\"yIK1GU\":[\"Percentagem de vazio\"],\"PWLd4c\":[\"Percentagem não vazia\"],\"Bv3y5w\":[\"Destruir permanentemente o registo\"],\"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\":[\"Portuguese\"],\"0nsqwk\":[\"Português - Brasil\"],\"xtXHeo\":[\"Português - Portugal\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"Pré-visualização\"],\"LcET2C\":[\"Política de privacidade\"],\"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\"],\"T/pF0Z\":[\"Remover dos favoritos\"],\"KbS2K9\":[\"Repor a palavra-passe\"],\"1IWc1n\":[\"Redefinir para\"],\"kx0s+n\":[\"Resultados\"],\"5dJK4M\":[\"Funções\"],\"UX0N2y\":[\"Executar um fluxo de trabalho e regressar aqui para ver as suas execuções\"],\"A1taO8\":[\"Pesquisar\"],\"8NBMeZ\":[\"Pesquisar '\",[\"commandMenuSearch\"],\"' com...\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"7taA9j\":[\"Campos de pesquisa\"],\"ofuw3g\":[\"Procurar um objeto...\"],\"IMeaSJ\":[\"Procurar registos\"],\"a3LDKx\":[\"Segurança\"],\"QREcJS\":[\"Ver versão ativa\"],\"OpPn5Z\":[\"Ver corridas\"],\"EtyY4+\":[\"Ver versões\"],\"lYhPN0\":[\"Ver histórico de versões\"],\"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.\"],\"cx14rp\":[\"Definir o nome do seu domínio\"],\"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?\"],\"5lWFkC\":[\"Iniciar sessão\"],\"e+RpCP\":[\"Inscrever-se\"],\"5v3IHX\":[\"Início de sessão único (SSO)\"],\"6Uau97\":[\"Saltar\"],\"f6Hub0\":[\"Ordenar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"Subdomínio\"],\"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\"],\"B5jRKH\":[\"A subscrição foi mudada \",[\"to\"]],\"AxQiPW\":[\"Soma\"],\"XYLcNv\":[\"Apoio\"],\"9yk9d1\":[\"Comutador \",[\"from\"]],\"qi74XZ\":[\"Comutador \",[\"to\"]],\"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\"]],\"xowcRf\":[\"Termos do serviço\"],\"NnH3pK\":[\"Teste\"],\"bU9B27\":[\"Fluxo de trabalho de teste\"],\"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 não existe ou nunca existiu. Vamos voltar a pô-lo no caminho certo\"],\"uWikAA\":[\"Os valores deste campo\"],\"+69KDk\":[\"Os valores deste campo devem ser únicos\"],\"ynfkhb\":[\"Ocorreu um erro ao atualizar a palavra-passe.\"],\"PmtLRf\":[\"Houve um problema\"],\"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\"],\"PiUt3N\":[\"Tipo de disparo\"],\"IQ5pAL\":[\"O tipo de acionamento deve ser Manual - quando nenhum registo é selecionado\"],\"+zy2Nq\":[\"Tipo\"],\"U83IeL\":[\"Tipo qualquer coisa\"],\"wSXm5S\":[\"Único\"],\"GQCXQS\":[\"Contactos ilimitados\"],\"ONWvwQ\":[\"Carregar\"],\"IagCbF\":[\"URL\"],\"6dMpmz\":[\"Utilizar como projeto\"],\"oTTQsc\":[\"Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número\"],\"c6uZUV\":[\"Utilize a nossa API ou adicione o seu primeiro \",[\"objectLabel\"],\" manualmente\"],\"7PzzBU\":[\"Utilizador\"],\"IjyOjp\":[\"O utilizador não tem sessão iniciada\"],\"fXVIZq\":[\"Valores\"],\"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\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"Bem-vindo ao \",[\"workspaceName\"]],\"C51ilI\":[\"Quando é que a chave da API expira.\"],\"leUubq\":[\"Quando a tecla será desactivada\"],\"wvyffT\":[\"O fluxo de trabalho não pode ser testado\"],\"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\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 23765891e..afadfd517 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("{\"ROdDR9\":[[\"aggregateLabel\"],\"的\",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"tu8A/k\":[\"激活工作流程\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"m16xKo\":[\"添加\"],\"DpV70M\":[\"添加字段\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"pBsoKL\":[\"添加到收藏夹\"],\"m2qDV8\":[\"添加您的第一个 \",[\"objectLabel\"]],\"vLO+NG\":[\"已添加 \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"全部\"],\"3saA7W\":[\"全部([\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"所有角色\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"nYD/Cq\":[\"上升\"],\"rfYmIr\":[\"分配角色以指定每个成员的访问权限\"],\"lxQ+5m\":[\"分配给\"],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"KT6rEB\":[\"选择服务提供商\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"M73whl\":[\"背景\"],\"xGVfLh\":[\"继续\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"Ej5euX\":[\"复制此密钥,因为它将不再可见\"],\"wBMjJ2\":[\"计数\"],\"EkZfen\":[\"计算所有\"],\"vQJINq\":[\"数空\"],\"DzRsDJ\":[\"计数不为空\"],\"9FZBbf\":[\"计算唯一值\"],\"zNoOC2\":[\"创建工作流程并返回此处查看其版本\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"d0DCww\":[\"创建新记录\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"qt+EaC\":[\"自定义 \",[\"objectLabelSingular\"],\" 视图中可用的字段。\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作空间安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"r+cVRP\":[\"数据类型\"],\"mYGY3B\":[\"日期\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"4tpC8V\":[\"停用工作流程\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"4dpwsE\":[\"删除记录\"],\"kf0A63\":[\"删除记录\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"说明\"],\"2xxBws\":[\"销毁\"],\"n+SX4g\":[\"开发人员\"],\"zAg2B9\":[\"弃权草案\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"tOkc8o\":[\"最早\"],\"JTbQuO\":[\"最早日期\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"IZ4o2e\":[\"退出设置\"],\"tXGQvS\":[\"预期所选节点为创建步骤节点。\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"GS+Mus\":[\"出口\"],\"ep2rbf\":[\"导出记录\"],\"q46CjD\":[\"导出为 PDF\"],\"DaGxE0\":[\"导出视图\"],\"X9kySA\":[\"收藏夹\"],\"zXgopL\":[\"字段类型\"],\"vF68cg\":[\"字段\"],\"3w/aqw\":[\"字段计数\"],\"o7J4JM\":[\"过滤器\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"2GT3Hf\":[\"全球\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"vLyv1R\":[\"隐藏\"],\"XTWO+W\":[\"图标和名称\"],\"sJGljQ\":[\"标识符\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"pZ/USH\":[\"索引\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"AwUsnG\":[\"实例\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"dFtidv\":[\"日语\"],\"h6S9Yz\":[\"韩语\"],\"zrpwCd\":[\"实验室\"],\"vXIe7J\":[\"语言\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新日期\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"3Sdni6\":[\"标记为已完成\"],\"CK1KXz\":[\"最大\"],\"wlQNTg\":[\"成员\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"更多选择\"],\"iSLA/r\":[\"向左移动\"],\"Ubl2by\":[\"向右移动\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"2T8KCk\":[\"导航至下一条记录\"],\"veSA19\":[\"导航至下一版本\"],\"ZTEho+\":[\"导航至下一个工作流程\"],\"2tw9bo\":[\"导航到上一条记录\"],\"I+Pm5V\":[\"导航到以前的版本\"],\"QVUN3K\":[\"导航到上一个工作流程\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"BcCzLv\":[\"新纪录\"],\"2lmOC5\":[\"新角色\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"0uWxPM\":[\"尚未运行工作流程\"],\"AQCvCC\":[\"暂无工作流程版本\"],\"4wUkDk\":[\"非空\"],\"W0i24j\":[\"对象\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"OV5wZZ\":[\"已开启\"],\"0zpgxV\":[\"选项\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"SrVzRe\":[\"百分比\"],\"yIK1GU\":[\"空车百分比\"],\"PWLd4c\":[\"非空百分比\"],\"Bv3y5w\":[\"永久销毁记录\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"葡萄牙语 - 巴西\"],\"xtXHeo\":[\"葡萄牙语 - 葡萄牙\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"预览\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"T/pF0Z\":[\"从收藏中删除\"],\"KbS2K9\":[\"重置密码\"],\"1IWc1n\":[\"重置为\"],\"kx0s+n\":[\"成果\"],\"5dJK4M\":[\"角色\"],\"UX0N2y\":[\"运行工作流程并返回此处查看其执行情况\"],\"A1taO8\":[\"搜索\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"7taA9j\":[\"搜索字段\"],\"ofuw3g\":[\"搜索对象...\"],\"IMeaSJ\":[\"搜索记录\"],\"a3LDKx\":[\"安全\"],\"QREcJS\":[\"参见活动版本\"],\"OpPn5Z\":[\"查看运行情况\"],\"EtyY4+\":[\"查看版本\"],\"lYhPN0\":[\"查看版本历史\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"cx14rp\":[\"设置域名\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"6Uau97\":[\"跳过\"],\"f6Hub0\":[\"分类\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"子域\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"AxQiPW\":[\"总和\"],\"XYLcNv\":[\"支持\"],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"NnH3pK\":[\"测试\"],\"bU9B27\":[\"测试工作流程\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"PmtLRf\":[\"有一个问题\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"PiUt3N\":[\"触发器类型\"],\"IQ5pAL\":[\"触发类型应为手动 - 当没有选择记录时\"],\"+zy2Nq\":[\"类型\"],\"U83IeL\":[\"任何类型\"],\"wSXm5S\":[\"独特性\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"6dMpmz\":[\"用作草稿\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"c6uZUV\":[\"使用我们的 API 或手动添加您的第一个 [\",[\"objectLabel\"],\"]\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"wvyffT\":[\"无法测试工作流程\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\"的\",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"tu8A/k\":[\"激活工作流程\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"m16xKo\":[\"添加\"],\"DpV70M\":[\"添加字段\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"pBsoKL\":[\"添加到收藏夹\"],\"m2qDV8\":[\"添加您的第一个 \",[\"objectLabel\"]],\"vLO+NG\":[\"已添加 \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"全部\"],\"3saA7W\":[\"全部([\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"所有角色\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"LG4K0m\":[\"更新密码时发生错误\"],\"mJ6m4C\":[\"可选描述\"],\"HZFm5R\":[\"和\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"nYD/Cq\":[\"上升\"],\"rfYmIr\":[\"分配角色以指定每个成员的访问权限\"],\"lxQ+5m\":[\"分配给\"],\"H8QGSx\":[\"至少 8 个字符。\"],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"8Pfllj\":[\"使用 Twenty 即表示您同意\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"KT6rEB\":[\"选择服务提供商\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"M73whl\":[\"背景\"],\"xGVfLh\":[\"继续\"],\"RvVi9c\":[\"继续发送电子邮件\"],\"oZyG4C\":[\"继续使用 Google\"],\"ztoybH\":[\"继续与微软合作\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"Ej5euX\":[\"复制此密钥,因为它将不再可见\"],\"wBMjJ2\":[\"计数\"],\"EkZfen\":[\"计算所有\"],\"vQJINq\":[\"数空\"],\"DzRsDJ\":[\"计数不为空\"],\"9FZBbf\":[\"计算唯一值\"],\"zNoOC2\":[\"创建工作流程并返回此处查看其版本\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"d0DCww\":[\"创建新记录\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"qt+EaC\":[\"自定义 \",[\"objectLabelSingular\"],\" 视图中可用的字段。\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作空间安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"r+cVRP\":[\"数据类型\"],\"mYGY3B\":[\"日期\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"4tpC8V\":[\"停用工作流程\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"4dpwsE\":[\"删除记录\"],\"kf0A63\":[\"删除记录\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"说明\"],\"2xxBws\":[\"销毁\"],\"n+SX4g\":[\"开发人员\"],\"zAg2B9\":[\"弃权草案\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"tOkc8o\":[\"最早\"],\"JTbQuO\":[\"最早日期\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"IZ4o2e\":[\"退出设置\"],\"tXGQvS\":[\"预期所选节点为创建步骤节点。\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"GS+Mus\":[\"出口\"],\"ep2rbf\":[\"导出记录\"],\"q46CjD\":[\"导出为 PDF\"],\"DaGxE0\":[\"导出视图\"],\"X9kySA\":[\"收藏夹\"],\"zXgopL\":[\"字段类型\"],\"vF68cg\":[\"字段\"],\"3w/aqw\":[\"字段计数\"],\"o7J4JM\":[\"过滤器\"],\"cSev+j\":[\"过滤器\"],\"glx6on\":[\"忘记密码?\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"2GT3Hf\":[\"全球\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"vLyv1R\":[\"隐藏\"],\"XTWO+W\":[\"图标和名称\"],\"sJGljQ\":[\"标识符\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"pZ/USH\":[\"索引\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"AwUsnG\":[\"实例\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"dFtidv\":[\"日语\"],\"h6S9Yz\":[\"韩语\"],\"zrpwCd\":[\"实验室\"],\"vXIe7J\":[\"语言\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新日期\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"3Sdni6\":[\"标记为已完成\"],\"CK1KXz\":[\"最大\"],\"wlQNTg\":[\"成员\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"更多选择\"],\"iSLA/r\":[\"向左移动\"],\"Ubl2by\":[\"向右移动\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"2T8KCk\":[\"导航至下一条记录\"],\"veSA19\":[\"导航至下一版本\"],\"ZTEho+\":[\"导航至下一个工作流程\"],\"2tw9bo\":[\"导航到上一条记录\"],\"I+Pm5V\":[\"导航到以前的版本\"],\"QVUN3K\":[\"导航到上一个工作流程\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"BcCzLv\":[\"新纪录\"],\"2lmOC5\":[\"新角色\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"0uWxPM\":[\"尚未运行工作流程\"],\"AQCvCC\":[\"暂无工作流程版本\"],\"4wUkDk\":[\"非空\"],\"W0i24j\":[\"对象\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"OV5wZZ\":[\"已开启\"],\"0zpgxV\":[\"选项\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"8ZsakT\":[\"密码\"],\"BxQ79w\":[\"密码已更新\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"SrVzRe\":[\"百分比\"],\"yIK1GU\":[\"空车百分比\"],\"PWLd4c\":[\"非空百分比\"],\"Bv3y5w\":[\"永久销毁记录\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"葡萄牙语 - 巴西\"],\"xtXHeo\":[\"葡萄牙语 - 葡萄牙\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"预览\"],\"LcET2C\":[\"隐私政策\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"T/pF0Z\":[\"从收藏中删除\"],\"KbS2K9\":[\"重置密码\"],\"1IWc1n\":[\"重置为\"],\"kx0s+n\":[\"成果\"],\"5dJK4M\":[\"角色\"],\"UX0N2y\":[\"运行工作流程并返回此处查看其执行情况\"],\"A1taO8\":[\"搜索\"],\"8NBMeZ\":[\"用\\\"{commandMenuSearch}\\\"搜索...\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"7taA9j\":[\"搜索字段\"],\"ofuw3g\":[\"搜索对象...\"],\"IMeaSJ\":[\"搜索记录\"],\"a3LDKx\":[\"安全\"],\"QREcJS\":[\"参见活动版本\"],\"OpPn5Z\":[\"查看运行情况\"],\"EtyY4+\":[\"查看版本\"],\"lYhPN0\":[\"查看版本历史\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"cx14rp\":[\"设置域名\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"5lWFkC\":[\"登录\"],\"e+RpCP\":[\"注册\"],\"5v3IHX\":[\"单点登录(SSO)\"],\"6Uau97\":[\"跳过\"],\"f6Hub0\":[\"分类\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"子域\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"AxQiPW\":[\"总和\"],\"XYLcNv\":[\"支持\"],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"xowcRf\":[\"服务条款\"],\"NnH3pK\":[\"测试\"],\"bU9B27\":[\"测试工作流程\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"ynfkhb\":[\"更新密码时出现错误。\"],\"PmtLRf\":[\"有一个问题\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"PiUt3N\":[\"触发器类型\"],\"IQ5pAL\":[\"触发类型应为手动 - 当没有选择记录时\"],\"+zy2Nq\":[\"类型\"],\"U83IeL\":[\"任何类型\"],\"wSXm5S\":[\"独特性\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"6dMpmz\":[\"用作草稿\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"c6uZUV\":[\"使用我们的 API 或手动添加您的第一个 [\",[\"objectLabel\"],\"]\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"欢迎来到 \",[\"workspaceName\"]],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"wvyffT\":[\"无法测试工作流程\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"撰写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信贷余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 9c7e7960d..9653c7895 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("{\"ROdDR9\":[[\"aggregateLabel\"],\"的\",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"tu8A/k\":[\"激活工作流程\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"m16xKo\":[\"添加\"],\"DpV70M\":[\"添加字段\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"pBsoKL\":[\"添加到收藏夹\"],\"m2qDV8\":[\"添加您的第一个 \",[\"objectLabel\"]],\"vLO+NG\":[\"已添加 \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"全部\"],\"3saA7W\":[\"全部([\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"所有角色\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"mJ6m4C\":[\"可选描述\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"nYD/Cq\":[\"上升\"],\"rfYmIr\":[\"分配角色以指定每个成员的访问权限\"],\"lxQ+5m\":[\"分配给\"],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"KT6rEB\":[\"选择服务提供商\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"M73whl\":[\"背景\"],\"xGVfLh\":[\"继续\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"Ej5euX\":[\"复制此密钥,因为它将不再可见\"],\"wBMjJ2\":[\"计数\"],\"EkZfen\":[\"计算所有\"],\"vQJINq\":[\"数空\"],\"DzRsDJ\":[\"计数不为空\"],\"9FZBbf\":[\"计算唯一值\"],\"zNoOC2\":[\"创建工作流程并返回此处查看其版本\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"d0DCww\":[\"创建新记录\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"qt+EaC\":[\"自定义 \",[\"objectLabelSingular\"],\" 视图中可用的字段。\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作区安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"r+cVRP\":[\"数据类型\"],\"mYGY3B\":[\"日期\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"4tpC8V\":[\"停用工作流程\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"4dpwsE\":[\"删除记录\"],\"kf0A63\":[\"删除记录\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"说明\"],\"2xxBws\":[\"销毁\"],\"n+SX4g\":[\"开发人员\"],\"zAg2B9\":[\"弃权草案\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"tOkc8o\":[\"最早\"],\"JTbQuO\":[\"最早日期\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"IZ4o2e\":[\"退出设置\"],\"tXGQvS\":[\"预期所选节点为创建步骤节点。\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"GS+Mus\":[\"出口\"],\"ep2rbf\":[\"导出记录\"],\"q46CjD\":[\"导出为 PDF\"],\"DaGxE0\":[\"导出视图\"],\"X9kySA\":[\"收藏夹\"],\"zXgopL\":[\"字段类型\"],\"vF68cg\":[\"字段\"],\"3w/aqw\":[\"字段计数\"],\"o7J4JM\":[\"过滤器\"],\"cSev+j\":[\"过滤器\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"2GT3Hf\":[\"全球\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"vLyv1R\":[\"隐藏\"],\"XTWO+W\":[\"图标和名称\"],\"sJGljQ\":[\"标识符\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"pZ/USH\":[\"索引\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"AwUsnG\":[\"实例\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"dFtidv\":[\"日语\"],\"h6S9Yz\":[\"韩语\"],\"zrpwCd\":[\"实验室\"],\"vXIe7J\":[\"语言\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新日期\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"3Sdni6\":[\"标记为已完成\"],\"CK1KXz\":[\"最大\"],\"wlQNTg\":[\"成员\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"更多选择\"],\"iSLA/r\":[\"向左移动\"],\"Ubl2by\":[\"向右移动\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"2T8KCk\":[\"导航至下一条记录\"],\"veSA19\":[\"导航至下一版本\"],\"ZTEho+\":[\"导航至下一个工作流程\"],\"2tw9bo\":[\"导航到上一条记录\"],\"I+Pm5V\":[\"导航到以前的版本\"],\"QVUN3K\":[\"导航到上一个工作流程\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"BcCzLv\":[\"新纪录\"],\"2lmOC5\":[\"新角色\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"0uWxPM\":[\"尚未运行工作流程\"],\"AQCvCC\":[\"暂无工作流程版本\"],\"4wUkDk\":[\"非空\"],\"W0i24j\":[\"对象\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"OV5wZZ\":[\"已开启\"],\"0zpgxV\":[\"选项\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"8ZsakT\":[\"密码\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"SrVzRe\":[\"百分比\"],\"yIK1GU\":[\"空车百分比\"],\"PWLd4c\":[\"非空百分比\"],\"Bv3y5w\":[\"永久销毁记录\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"葡萄牙语 - 巴西\"],\"xtXHeo\":[\"葡萄牙语 - 葡萄牙\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"预览\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"T/pF0Z\":[\"从收藏中删除\"],\"KbS2K9\":[\"重置密码\"],\"1IWc1n\":[\"重置为\"],\"kx0s+n\":[\"成果\"],\"5dJK4M\":[\"角色\"],\"UX0N2y\":[\"运行工作流程并返回此处查看其执行情况\"],\"A1taO8\":[\"搜索\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"7taA9j\":[\"搜索字段\"],\"ofuw3g\":[\"搜索对象...\"],\"IMeaSJ\":[\"搜索记录\"],\"a3LDKx\":[\"安全\"],\"QREcJS\":[\"参见活动版本\"],\"OpPn5Z\":[\"查看运行情况\"],\"EtyY4+\":[\"查看版本\"],\"lYhPN0\":[\"查看版本历史\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"cx14rp\":[\"设置域名\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"6Uau97\":[\"跳过\"],\"f6Hub0\":[\"分类\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"子域\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"AxQiPW\":[\"总和\"],\"XYLcNv\":[\"支持\"],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"NnH3pK\":[\"测试\"],\"bU9B27\":[\"测试工作流程\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"PmtLRf\":[\"有一个问题\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"PiUt3N\":[\"触发器类型\"],\"IQ5pAL\":[\"触发类型应为手动 - 当没有选择记录时\"],\"+zy2Nq\":[\"类型\"],\"U83IeL\":[\"任何类型\"],\"wSXm5S\":[\"独特性\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"6dMpmz\":[\"用作草稿\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"c6uZUV\":[\"使用我们的 API 或手动添加您的第一个 [\",[\"objectLabel\"],\"]\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"wvyffT\":[\"无法测试工作流程\"],\"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("{\"ROdDR9\":[[\"aggregateLabel\"],\"的\",[\"fieldLabel\"]],\"uogEAL\":[[\"apiKeyName\"],\" 应用程序接口密钥\"],\"6j5rE1\":[[\"name\"]],\"YT0WJ4\":[\"1 000 次工作流节点执行\"],\"4EdXYs\":[\"12h ([\",[\"hour12Label\"],\")\"],\"0HAF12\":[\"2.配置字段\"],\"QsMprd\":[\"24小时([\",[\"hour24Label\"],\")\"],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"AeXO77\":[\"账户\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"FQBaXG\":[\"激活\"],\"tu8A/k\":[\"激活工作流程\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"m16xKo\":[\"添加\"],\"DpV70M\":[\"添加字段\"],\"dEO3Zx\":[\"添加对象\"],\"sgXUv+\":[\"添加 SSO 身份供应商\"],\"5+ttxv\":[\"添加到拦截列表\"],\"pBsoKL\":[\"添加到收藏夹\"],\"m2qDV8\":[\"添加您的第一个 \",[\"objectLabel\"]],\"vLO+NG\":[\"已添加 \",[\"beautifiedCreatedAt\"]],\"N40H+G\":[\"全部\"],\"3saA7W\":[\"全部([\",[\"relationRecordsCount\"],\")\"],\"Hm90t3\":[\"所有角色\"],\"GMx1K0\":[\"允许通过 Google 的单点登录功能登录。\"],\"dea+zy\":[\"允许通过微软的单点登录功能登录。\"],\"wMg43c\":[\"允许通过共享邀请链接来邀请新用户。\"],\"vHeVg5\":[\"允许用户使用电子邮件和密码登录。\"],\"LG4K0m\":[\"更新密码时发生错误\"],\"mJ6m4C\":[\"可选描述\"],\"HZFm5R\":[\"和\"],\"0RqpZr\":[\"应用程序接口和网络钩子\"],\"yRnk5W\":[\"API 密钥\"],\"5h8ooz\":[\"API 密钥\"],\"kAtj+q\":[\"应用程序接口名称\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"nYD/Cq\":[\"上升\"],\"rfYmIr\":[\"分配角色以指定每个成员的访问权限\"],\"lxQ+5m\":[\"分配给\"],\"H8QGSx\":[\"至少 8 个字符。\"],\"Y7Dx6e\":[\"必须启用至少一种身份验证方法\"],\"P8fBlG\":[\"认证\"],\"yIVrHZ\":[\"授权\"],\"3uQmjD\":[\"平均\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"K1172m\":[\"拦截列表\"],\"2yl5lQ\":[\"预约电话\"],\"8Pfllj\":[\"使用 Twenty 即表示您同意\"],\"PmmvzS\":[\"计算\"],\"AjVXBS\":[\"日历\"],\"EUpfsd\":[\"日历\"],\"dEgA5A\":[\"取消\"],\"0TllC8\":[\"随时取消\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"OfzMnb\":[\"更改 \",[\"to\"]],\"VhMDMg\":[\"更改密码\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"JEFFOR\":[\"选择对象\"],\"KT6rEB\":[\"选择服务提供商\"],\"9qP96p\":[\"选择试用\"],\"yz7wBu\":[\"关闭\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"QTNsSm\":[\"配置和自定义日历偏好。\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"Bh4GBD\":[\"配置电子邮件和日历设置。\"],\"D8ATlr\":[\"将新账户连接到工作区\"],\"Zgi9Fd\":[\"与谷歌连接\"],\"IOfqM8\":[\"与微软联系\"],\"9TzudL\":[\"连接账户\"],\"M73whl\":[\"背景\"],\"xGVfLh\":[\"继续\"],\"RvVi9c\":[\"继续发送电子邮件\"],\"oZyG4C\":[\"继续使用 Google\"],\"ztoybH\":[\"继续与微软合作\"],\"CcGOj+\":[\"副驾驶\"],\"7eVkEH\":[\"复制邀请链接\"],\"Ej5euX\":[\"复制此密钥,因为它将不再可见\"],\"wBMjJ2\":[\"计数\"],\"EkZfen\":[\"计算所有\"],\"vQJINq\":[\"数空\"],\"DzRsDJ\":[\"计数不为空\"],\"9FZBbf\":[\"计算唯一值\"],\"zNoOC2\":[\"创建工作流程并返回此处查看其版本\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"d0DCww\":[\"创建新记录\"],\"dkAPxi\":[\"创建 Webhook\"],\"8skTDV\":[\"自定义对象\"],\"qt+EaC\":[\"自定义 \",[\"objectLabelSingular\"],\" 视图中可用的字段。\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作区安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"r+cVRP\":[\"数据类型\"],\"mYGY3B\":[\"日期\"],\"Ud9zHv\":[\"日期和时间\"],\"5y3O+A\":[\"停用\"],\"qk4i22\":[\"停用 \\\"同步对象标签和 API 名称 \\\"以设置自定义 API 名称\"],\"gexAq8\":[\"停用该字段\"],\"4tpC8V\":[\"停用工作流程\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"cnGeoo\":[\"删除\"],\"ZDGm40\":[\"删除帐户\"],\"gAz0S5\":[\"删除账户和所有相关数据\"],\"hGfWDm\":[\"删除 API 密钥\"],\"4dpwsE\":[\"删除记录\"],\"kf0A63\":[\"删除记录\"],\"T6S2Ns\":[\"删除此集成\"],\"snMaH4\":[\"删除网络钩子\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"Cko536\":[\"下降\"],\"Nu4oKW\":[\"说明\"],\"2xxBws\":[\"销毁\"],\"n+SX4g\":[\"开发人员\"],\"zAg2B9\":[\"弃权草案\"],\"i66xz9\":[\"显示为相对日期\"],\"EoKe5U\":[\"域名\"],\"QVVmxi\":[\"例如后台整合\"],\"tOkc8o\":[\"最早\"],\"JTbQuO\":[\"最早日期\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lfQsvW\":[\"电子邮件集成\"],\"QT/Wo7\":[\"电子邮件或域名已在拦截列表中\"],\"BXEcos\":[\"电子邮件\"],\"eXoH4Q\":[\"员工\"],\"gqv5ZL\":[\"员工\"],\"N2S1rs\":[\"空\"],\"T3juzf\":[\"端点 URL\"],\"lYGfRP\":[\"英语\"],\"/bfFKe\":[\"享受 \",[\"withCreditCardTrialPeriodDuration\"],\" 天的免费试用期\"],\"GpB8YV\":[\"企业\"],\"c3qGJX\":[\"删除 api 密钥时出错: \",[\"err\"]],\"bj7nh3\":[\"重新生成 api 密钥时出错: \",[\"err\"]],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"cIgBjB\":[\"从我的电子邮件同步中排除以下人员和域\"],\"fV7V51\":[\"现有对象\"],\"IZ4o2e\":[\"退出设置\"],\"tXGQvS\":[\"预期所选节点为创建步骤节点。\"],\"bKBhgb\":[\"经验\"],\"LxRNPw\":[\"到期\"],\"SkXfL0\":[\"有效期\"],\"i9qiyR\":[\"到期时间\"],\"GS+Mus\":[\"出口\"],\"ep2rbf\":[\"导出记录\"],\"q46CjD\":[\"导出为 PDF\"],\"DaGxE0\":[\"导出视图\"],\"X9kySA\":[\"收藏夹\"],\"zXgopL\":[\"字段类型\"],\"vF68cg\":[\"字段\"],\"3w/aqw\":[\"字段计数\"],\"o7J4JM\":[\"过滤器\"],\"cSev+j\":[\"过滤器\"],\"glx6on\":[\"忘记密码?\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"scmRyR\":[\"完全访问\"],\"xANKBj\":[\"功能\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"zSGbaR\":[\"获取订阅\"],\"2GT3Hf\":[\"全球\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"vLyv1R\":[\"隐藏\"],\"XTWO+W\":[\"图标和名称\"],\"sJGljQ\":[\"标识符\"],\"j843N3\":[\"如果您丢失了此密钥,可以重新生成,但请注意,任何使用此密钥的脚本都需要更新。请键入\\\"\",[\"confirmationValue\"],\"\\\"确认。\"],\"NoNwIX\":[\"不活动\"],\"pZ/USH\":[\"索引\"],\"JE2tjr\":[\"输入内容必须使用驼峰字体,且不能以数字开头\"],\"AwUsnG\":[\"实例\"],\"nbfdhU\":[\"集成\"],\"NtFk/Z\":[\"无效验证提供程序\"],\"B2Tpo0\":[\"无效电子邮件\"],\"/m52AE\":[\"无效电子邮件或域名\"],\"QdoUFL\":[\"无效表格值\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"3athPG\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"dFtidv\":[\"日语\"],\"h6S9Yz\":[\"韩语\"],\"zrpwCd\":[\"实验室\"],\"vXIe7J\":[\"语言\"],\"wL3cK8\":[\"最新\"],\"Kcjbmz\":[\"最新日期\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"FgAxTj\":[\"退出登录\"],\"nOhz3x\":[\"注销\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"FyFNsd\":[\"管理互联网账户\"],\"36kYu0\":[\"管理您的订阅\"],\"3Sdni6\":[\"标记为已完成\"],\"CK1KXz\":[\"最大\"],\"wlQNTg\":[\"成员\"],\"eTUF28\":[\"最小\"],\"3Siwmw\":[\"更多选择\"],\"iSLA/r\":[\"向左移动\"],\"Ubl2by\":[\"向右移动\"],\"6YtxFj\":[\"名称\"],\"z+6jaZ\":[\"API 密钥名称\"],\"J7w8lI\":[\"工作区名称\"],\"2T8KCk\":[\"导航至下一条记录\"],\"veSA19\":[\"导航至下一版本\"],\"ZTEho+\":[\"导航至下一个工作流程\"],\"2tw9bo\":[\"导航到上一条记录\"],\"I+Pm5V\":[\"导航到以前的版本\"],\"QVUN3K\":[\"导航到上一个工作流程\"],\"isRobC\":[\"新\"],\"Kcr9Fr\":[\"新账户\"],\"o8MyXb\":[\"新钥匙\"],\"j313SZ\":[\"新钥匙\"],\"hFxdey\":[\"新对象\"],\"7vhWI8\":[\"新密码\"],\"BcCzLv\":[\"新纪录\"],\"2lmOC5\":[\"新角色\"],\"U1DAok\":[\"新 Webhook\"],\"pwenQu\":[\"无连接账户\"],\"0uWxPM\":[\"尚未运行工作流程\"],\"AQCvCC\":[\"暂无工作流程版本\"],\"4wUkDk\":[\"非空\"],\"W0i24j\":[\"对象\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"OV5wZZ\":[\"已开启\"],\"0zpgxV\":[\"选项\"],\"BzEFor\":[\"或\"],\"/IX/7x\":[\"其他\"],\"boJlGf\":[\"页面未找到\"],\"8ZsakT\":[\"密码\"],\"BxQ79w\":[\"密码已更新\"],\"mi6Rel\":[\"密码重置链接已发送至邮箱\"],\"SrVzRe\":[\"百分比\"],\"yIK1GU\":[\"空车百分比\"],\"PWLd4c\":[\"非空百分比\"],\"Bv3y5w\":[\"永久销毁记录\"],\"N0+GsR\":[\"图片\"],\"jEw0Mr\":[\"请输入有效的 URL\"],\"6nsIo3\":[\"请键入\\\"\",[\"confirmationValue\"],\"\\\"确认要删除此 API 密钥。请注意,任何使用此密钥的脚本都将停止工作。\"],\"mFZTXr\":[\"请键入 \",[\"confirmationText\"],\" 确认要删除此网络钩子。\"],\"MOERNx\":[\"Portuguese\"],\"0nsqwk\":[\"葡萄牙语 - 巴西\"],\"xtXHeo\":[\"葡萄牙语 - 葡萄牙\"],\"R7+D0/\":[\"Portuguese (Brazil)\"],\"512Uma\":[\"Portuguese (Portugal)\"],\"rdUucN\":[\"预览\"],\"LcET2C\":[\"隐私政策\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"ibPuCP\":[\"阅读文件\"],\"v3xM25\":[\"接收包含密码更新链接的电子邮件\"],\"dSCufP\":[\"记录选择\"],\"vpZcGd\":[\"重新生成 API 密钥\"],\"Mwqo5m\":[\"再生钥匙\"],\"D+Mv78\":[\"再生密钥\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"T/pF0Z\":[\"从收藏中删除\"],\"KbS2K9\":[\"重置密码\"],\"1IWc1n\":[\"重置为\"],\"kx0s+n\":[\"成果\"],\"5dJK4M\":[\"角色\"],\"UX0N2y\":[\"运行工作流程并返回此处查看其执行情况\"],\"A1taO8\":[\"搜索\"],\"8NBMeZ\":[\"用\\\"{commandMenuSearch}\\\"搜索...\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"7taA9j\":[\"搜索字段\"],\"ofuw3g\":[\"搜索对象...\"],\"IMeaSJ\":[\"搜索记录\"],\"a3LDKx\":[\"安全\"],\"QREcJS\":[\"参见活动版本\"],\"OpPn5Z\":[\"查看运行情况\"],\"EtyY4+\":[\"查看版本\"],\"lYhPN0\":[\"查看版本历史\"],\"xraglu\":[\"选择要发送到该端点的事件\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"yy5k7a\":[\"服务器管理面板\"],\"V7fgiB\":[\"设置电子邮件可见性、管理屏蔽列表等。\"],\"cx14rp\":[\"设置域名\"],\"tn41zE\":[\"设置子域名称\"],\"Tz0i8g\":[\"设置\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"gWk8gY\":[\"更改字段标签是否也要更改 API 名称?\"],\"5lWFkC\":[\"登录\"],\"e+RpCP\":[\"注册\"],\"5v3IHX\":[\"单点登录(SSO)\"],\"6Uau97\":[\"跳过\"],\"f6Hub0\":[\"分类\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"ku9TbG\":[\"子域\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"AxQiPW\":[\"总和\"],\"XYLcNv\":[\"支持\"],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"AtzMpB\":[\"同步字段标签和 API 名称\"],\"E3AMmw\":[\"系统设置 - \",[\"systemDateFormatLabel\"]],\"0ZgB1e\":[\"系统设置 - [\",[\"systemTimeFormatLabel\"],\"]\"],\"xowcRf\":[\"服务条款\"],\"NnH3pK\":[\"测试\"],\"bU9B27\":[\"测试工作流程\"],\"2OUtmv\":[\"该字段的说明\"],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"h8mvCd\":[\"该字段的名称和图标\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"uWikAA\":[\"该字段的值\"],\"+69KDk\":[\"该字段的值必须是唯一的\"],\"ynfkhb\":[\"更新密码时出现错误。\"],\"PmtLRf\":[\"有一个问题\"],\"hqCwGc\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有任务中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"n9nSNJ\":[\"时间格式\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"PiUt3N\":[\"触发器类型\"],\"IQ5pAL\":[\"触发类型应为手动 - 当没有选择记录时\"],\"+zy2Nq\":[\"类型\"],\"U83IeL\":[\"任何类型\"],\"wSXm5S\":[\"独特性\"],\"GQCXQS\":[\"无限联系人\"],\"ONWvwQ\":[\"上传\"],\"IagCbF\":[\"网址\"],\"6dMpmz\":[\"用作草稿\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"c6uZUV\":[\"使用我们的 API 或手动添加您的第一个 [\",[\"objectLabel\"],\"]\"],\"7PzzBU\":[\"用户\"],\"IjyOjp\":[\"用户未登录\"],\"fXVIZq\":[\"价值观\"],\"KANz0G\":[\"查看账单详情\"],\"6n7jtr\":[\"可视化\"],\"id6ein\":[\"我们支持 10MB 以下的正方形 PNG、JPEG 和 GIF 文件\"],\"ZS7vYp\":[\"我们将为每个新事件向该端点发送 POST 请求\"],\"TRDppN\":[\"网络钩子\"],\"v1kQyJ\":[\"网络钩子\"],\"Jt1WNL\":[\"Welcome to\"],\"ke0EDP\":[\"欢迎来到 \",[\"workspaceName\"]],\"C51ilI\":[\"API 密钥的过期时间。\"],\"leUubq\":[\"何时禁用按键\"],\"wvyffT\":[\"无法测试工作流程\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"Q9pNST\":[\"编写说明\"],\"3d1wCB\":[\"是\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信用余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"YQK8fJ\":[\"Your Workspace\"],\"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 828662687..a61b5700b 100644 --- a/packages/twenty-front/src/locales/it.po +++ b/packages/twenty-front/src/locales/it.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "Nome API" msgid "API keys" msgstr "Chiavi API" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Interruzione" @@ -153,6 +153,10 @@ msgstr "Consentire l'invito di nuovi utenti condividendo un link di invito." msgid "Allow users to sign in with an email and password." msgstr "Consentire agli utenti di accedere con un'e-mail e una password." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Si è verificato un errore durante l'aggiornamento della password" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Una descrizione opzionale" @@ -178,6 +182,10 @@ msgstr "Assegnare ruoli per specificare le autorizzazioni di accesso di ogni mem msgid "Assigned to" msgstr "Assegnato a" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Almeno 8 caratteri." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Deve essere abilitato almeno un metodo di autenticazione" @@ -213,7 +221,11 @@ msgstr "Elenco di blocco" msgid "Book a Call" msgstr "Prenota una chiamata" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Utilizzando Twenty, l'utente accetta la" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calcolare" @@ -256,11 +268,11 @@ msgstr "Modifica della password" msgid "Change {to}" msgstr "Cambiare {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Cinese semplificato" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Cinese tradizionale" @@ -300,11 +312,11 @@ msgstr "Configurare le impostazioni di e-mail e calendario." 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:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Connettersi con Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Connettetevi con Microsoft" @@ -312,16 +324,29 @@ msgstr "Connettetevi con Microsoft" msgid "Connected accounts" msgstr "Conti collegati" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Contesto" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continua" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continua con l'e-mail" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continua con Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continua con Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copilota" @@ -516,7 +541,7 @@ msgstr "Distruggere" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "I dipendenti" msgid "Empty" msgstr "Vuoto" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "URL del punto finale" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Inglese" @@ -640,7 +665,7 @@ msgstr "Oggetti esistenti" msgid "Exit Settings" msgstr "Impostazioni di uscita" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Si prevede che il nodo selezionato sia un nodo di creazione di passi." @@ -697,7 +722,7 @@ msgstr "Esportazione in PDF" msgid "Export view" msgstr "Vista di esportazione" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Preferiti" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Tipo di campo" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Conteggio dei campi" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filtro" @@ -726,7 +751,11 @@ msgstr "Filtro" msgid "Filters" msgstr "Filtri" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Avete dimenticato la password?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Francese" @@ -745,7 +774,7 @@ msgstr "Funzioni" msgid "General" msgstr "Generale" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Tedesco" @@ -757,7 +786,7 @@ msgstr "Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team msgid "Get your subscription" msgstr "Abbonamento" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Globale" @@ -787,7 +816,7 @@ msgstr "Se avete perso questa chiave, potete rigenerarla, ma sappiate che qualsi msgid "Inactive" msgstr "Inattivo" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Indici" @@ -842,15 +871,15 @@ msgstr "Link di invito inviato agli indirizzi e-mail" msgid "Invite your team" msgstr "Invita il tuo team" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italiano" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Giapponese" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Coreano" @@ -1001,7 +1030,7 @@ msgstr "Nuova password" msgid "New Role" msgstr "Nuovo ruolo" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Nuovo webhook" @@ -1020,7 +1049,7 @@ msgstr "Nuova chiave" msgid "New record" msgstr "Nuovo record" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Nessun account collegato" @@ -1036,7 +1065,7 @@ msgstr "Non ci sono ancora versioni del flusso di lavoro" msgid "Not empty" msgstr "Non vuoto" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Oggetto" @@ -1071,6 +1100,10 @@ msgstr "Pagina non trovata" msgid "Password" msgstr "Password" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "La password è stata aggiornata" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "Il link per la reimpostazione della password è stato inviato all'e-mail" @@ -1098,7 +1131,7 @@ msgstr "Distruggere definitivamente il record" msgid "Picture" msgstr "Immagine" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Inserire un URL valido" @@ -1110,11 +1143,11 @@ msgstr "Digitare \"{confirmationValue}\" per confermare che si desidera eliminar msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Digitare {confirmationText} per confermare l'eliminazione di questo webhook." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Portoghese - Brasile" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Portoghese - Portogallo" @@ -1123,13 +1156,17 @@ msgstr "Portoghese - Portogallo" msgid "Preview" msgstr "Anteprima" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Informativa sulla privacy" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Profilo" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudoinglese" @@ -1141,7 +1178,7 @@ msgstr "Leggi la documentazione" 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:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Selezione dei record" @@ -1164,7 +1201,7 @@ msgstr "Rigenerazione della chiave" msgid "Releases" msgstr "Comunicati" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Rimuovere" @@ -1184,11 +1221,11 @@ msgstr "Rimuovi dai preferiti" msgid "Reset Password" msgstr "Reimpostare la password" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Azzeramento a" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Risultati" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Ricerca" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Cerca ''{commandMenuSearch}'' con..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Ricerca in un campo..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Ricerca in un indice..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Campi di ricerca" @@ -1289,7 +1330,7 @@ msgstr "Impostare il nome del dominio" msgid "Set the name of your subdomain" msgstr "Impostare il nome del sottodominio" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Condividete questo link per invitare gli utenti a unirsi al vostro spazi 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/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Accedi" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Iscriviti" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Accesso singolo (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Salto" @@ -1313,7 +1366,7 @@ msgstr "Salto" msgid "Sort" msgstr "Ordinamento" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Spagnolo" @@ -1370,6 +1423,10 @@ msgstr "Impostazioni di sistema - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Impostazioni di sistema - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Termini di servizio" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "I valori di questo campo" msgid "The values of this field must be unique" msgstr "I valori di questo campo devono essere unici" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Si è verificato un errore durante l'aggiornamento della password." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "C'è stato un problema" @@ -1422,7 +1483,7 @@ msgstr "Questa azione non può essere annullata. L'intera area di lavoro verrà msgid "Time format" msgstr "Formato dell'ora" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Tipo di innesco" @@ -1435,11 +1496,11 @@ msgstr "Il tipo di attivazione deve essere Manuale, quando non sono selezionati msgid "Type" msgstr "Tipo" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Tipo qualsiasi cosa" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Unico" msgid "Unlimited contacts" msgstr "Contatti illimitati" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Caricare" @@ -1497,11 +1558,11 @@ msgstr "Visualizza i dettagli della fatturazione" msgid "Visualize" msgstr "Visualizzare" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Verranno inviate richieste POST a questo endpoint per ogni nuovo evento" @@ -1514,6 +1575,10 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Ganci web" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Benvenuti a {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Quando scadrà la chiave API." @@ -1535,7 +1600,7 @@ msgstr "Il flusso di lavoro non può essere testato" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "Il vostro nome come verrà visualizzato" msgid "Your workspace will be disabled" msgstr "L'area di lavoro verrà disabilitata" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "e" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "dipendenti" @@ -1602,7 +1671,7 @@ msgstr "all'anno" msgid "yes" msgstr "sì" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} di {fieldLabel}" diff --git a/packages/twenty-front/src/locales/ja.po b/packages/twenty-front/src/locales/ja.po index a0809c70e..28d1a9343 100644 --- a/packages/twenty-front/src/locales/ja.po +++ b/packages/twenty-front/src/locales/ja.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "API名" msgid "API keys" msgstr "APIキー" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "中止" @@ -153,6 +153,10 @@ msgstr "招待リンクを共有することで、新規ユーザーの招待を msgid "Allow users to sign in with an email and password." msgstr "ユーザーが電子メールとパスワードでサインインできるようにする。" +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "パスワードの更新中にエラーが発生しました" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "任意の説明" @@ -178,6 +182,10 @@ msgstr "各メンバーのアクセス権限を指定するロールの割り当 msgid "Assigned to" msgstr "担当" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "8文字以上。" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "少なくとも1つの認証方法が有効になっていること" @@ -213,7 +221,11 @@ msgstr "ブロックリスト" msgid "Book a Call" msgstr "電話予約" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "ユーザーは、Twentyを利用することにより、以下の事項に同意したものとみなされます。" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "計算する" @@ -256,11 +268,11 @@ msgstr "パスワードの変更" msgid "Change {to}" msgstr "{to}]を変更する" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "中国語 - 簡体字" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "中国語 - 繁体字" @@ -300,11 +312,11 @@ msgstr "メールとカレンダーの設定" msgid "Connect a new account to your workspace" msgstr "新しいアカウントをワークスペースに接続する" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "グーグルとつながる" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "マイクロソフトとつながる" @@ -312,16 +324,29 @@ msgstr "マイクロソフトとつながる" msgid "Connected accounts" msgstr "接続アカウント" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "コンテクスト" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "続ける" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Eメールで続ける" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Googleで続ける" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "マイクロソフトを続ける" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "コパイロット" @@ -516,7 +541,7 @@ msgstr "破壊する" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "従業員" msgid "Empty" msgstr "空" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "エンドポイントURL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "英語" @@ -640,7 +665,7 @@ msgstr "既存のオブジェクト" msgid "Exit Settings" msgstr "終了設定" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "選択されたノードがステップ作成ノードであることを期待。" @@ -697,7 +722,7 @@ msgstr "PDFへのエクスポート" msgid "Export view" msgstr "エクスポートビュー" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "お気に入り" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "フィールドタイプ" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "フィールド数" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "フィルター" @@ -726,7 +751,11 @@ msgstr "フィルター" msgid "Filters" msgstr "フィルター" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "パスワードをお忘れですか?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "フランス語" @@ -745,7 +774,7 @@ msgstr "機能" msgid "General" msgstr "一般" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "ドイツ語" @@ -757,7 +786,7 @@ msgstr "チームを招待して、ワークスペースを最大限に活用し msgid "Get your subscription" msgstr "購読を申し込む" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "グローバル" @@ -787,7 +816,7 @@ msgstr "このキーを紛失した場合は、再生成することができま msgid "Inactive" msgstr "活動休止中" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "インデックス" @@ -842,15 +871,15 @@ msgstr "Eメールアドレスに招待リンクを送信" msgid "Invite your team" msgstr "チームを招待する" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "イタリア語" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "日本語" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "韓国語" @@ -1001,7 +1030,7 @@ msgstr "新しいパスワード" msgid "New Role" msgstr "新しい役割" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "新しいウェブフック" @@ -1020,7 +1049,7 @@ msgstr "新しいキー" msgid "New record" msgstr "新記録" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "接続アカウントなし" @@ -1036,7 +1065,7 @@ msgstr "ワークフローのバージョンはまだない" msgid "Not empty" msgstr "空ではない" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "対象" @@ -1071,6 +1100,10 @@ msgstr "ページが見つかりません" msgid "Password" msgstr "パスワード" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "パスワードが更新されました" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "パスワードリセットリンクが電子メールに送信されました。" @@ -1098,7 +1131,7 @@ msgstr "記録の永久破棄" msgid "Picture" msgstr "写真" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "有効なURLを入力してください" @@ -1110,11 +1143,11 @@ msgstr "{confirmationValue}]」と入力して、このAPIキーを削除する msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "{confirmationText}]と入力して、このウェブフックを削除することを確認してください。" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "ポルトガル語 - ブラジル" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "ポルトガル語 - ポルトガル" @@ -1123,13 +1156,17 @@ msgstr "ポルトガル語 - ポルトガル" msgid "Preview" msgstr "プレビュー" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "プライバシーポリシー" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "プロフィール" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "擬似英語" @@ -1141,7 +1178,7 @@ msgstr "ドキュメントを読む" msgid "Receive an email containing password update link" msgstr "パスワード更新リンクを含むメールを受け取る" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "レコード選択" @@ -1164,7 +1201,7 @@ msgstr "再生キー" msgid "Releases" msgstr "リリース" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "削除" @@ -1184,11 +1221,11 @@ msgstr "お気に入りから削除" msgid "Reset Password" msgstr "パスワードのリセット" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "にリセットする。" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "結果" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "検索" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "''{commandMenuSearch}''で検索..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "フィールドを検索..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "インデックスを検索..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "検索フィールド" @@ -1289,7 +1330,7 @@ msgstr "ドメイン名を設定する" msgid "Set the name of your subdomain" msgstr "サブドメイン名を設定する" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "このリンクを共有し、ユーザーをワークスペースに招 msgid "Should changing a field's label also change the API name?" msgstr "フィールドのラベルを変更すると、API名も変更されますか?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "ログイン" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "登録する" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "シングルサインオン(SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "スキップ" @@ -1313,7 +1366,7 @@ msgstr "スキップ" msgid "Sort" msgstr "ソート" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "スペイン語" @@ -1370,6 +1423,10 @@ msgstr "システム設定 - [{systemTimeFormatLabel}]" msgid "System settings - {systemDateFormatLabel}" msgstr "システム設定 - [{systemDateFormatLabel}]" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "利用規約" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "このフィールドの値" msgid "The values of this field must be unique" msgstr "このフィールドの値は一意でなければならない。" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "パスワードの更新中にエラーが発生しました。" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "問題があった" @@ -1422,7 +1483,7 @@ msgstr "この操作は元に戻せません。ワークスペース全体が永 msgid "Time format" msgstr "時間形式" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "トリガータイプ" @@ -1435,11 +1496,11 @@ msgstr "トリガータイプは、レコードが選択されていない場合 msgid "Type" msgstr "タイプ" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "タイプ" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "ユニーク" msgid "Unlimited contacts" msgstr "連絡先は無制限" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "アップロード" @@ -1497,11 +1558,11 @@ msgstr "請求の詳細を見る" msgid "Visualize" msgstr "ビジュアライズ" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "新しいイベントが発生するたびに、このエンドポイントに POST リクエストを送信します。" @@ -1514,6 +1575,10 @@ msgstr "ウェブフック" msgid "Webhooks" msgstr "ウェブフック" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "{workspaceName}]へようこそ" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "APIキーの有効期限。" @@ -1535,7 +1600,7 @@ msgstr "ワークフローをテストできない" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "表示されるあなたの名前" msgid "Your workspace will be disabled" msgstr "ワークスペースが無効になる" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "そして" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "従業員" @@ -1602,7 +1671,7 @@ msgstr "毎年" msgid "yes" msgstr "はい" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{fieldLabel}の{aggregateLabel}。" diff --git a/packages/twenty-front/src/locales/ko.po b/packages/twenty-front/src/locales/ko.po index d4f51698c..e6fc27ce7 100644 --- a/packages/twenty-front/src/locales/ko.po +++ b/packages/twenty-front/src/locales/ko.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "API 이름" msgid "API keys" msgstr "API 키" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "중단" @@ -153,6 +153,10 @@ msgstr "초대 링크를 공유하여 새 사용자를 초대할 수 있습니 msgid "Allow users to sign in with an email and password." msgstr "사용자가 이메일과 비밀번호로 로그인할 수 있도록 허용합니다." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "비밀번호를 업데이트하는 동안 오류가 발생했습니다" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "선택적 설명" @@ -178,6 +182,10 @@ msgstr "역할을 할당하여 각 구성원의 액세스 권한을 지정하세 msgid "Assigned to" msgstr "할당 대상" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "8자 이상이어야 합니다." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "하나 이상의 인증 방법을 사용하도록 설정해야 합니다" @@ -213,7 +221,11 @@ msgstr "차단 목록" msgid "Book a Call" msgstr "통화 예약하기" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Twenty를 사용함으로써 귀하는 다음 약관에 동의하게 됩니다" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "계산" @@ -256,11 +268,11 @@ msgstr "비밀번호 변경" msgid "Change {to}" msgstr "변경 {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "중국어 - 간체" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "중국어 - 번체" @@ -300,11 +312,11 @@ msgstr "이메일 및 캘린더 설정을 구성합니다." msgid "Connect a new account to your workspace" msgstr "새 계정을 워크스페이스에 연결" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Google과 연결" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Microsoft와 연결" @@ -312,16 +324,29 @@ msgstr "Microsoft와 연결" msgid "Connected accounts" msgstr "연결된 계정" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "컨텍스트" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "계속하기" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "이메일로 계속하기" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Google을 계속 사용하세요" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Microsoft와 함께 계속하기" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "부조종사" @@ -516,7 +541,7 @@ msgstr "파괴" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "직원" msgid "Empty" msgstr "비어 있음" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "엔드포인트 URL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "영어" @@ -640,7 +665,7 @@ msgstr "기존 개체" msgid "Exit Settings" msgstr "설정 종료" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "선택한 노드가 생성 단계 노드가 될 것으로 예상됩니다." @@ -697,7 +722,7 @@ msgstr "PDF로 내보내기" msgid "Export view" msgstr "내보내기 보기" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "즐겨 찾기" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "필드 유형" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "필드 수" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "필터" @@ -726,7 +751,11 @@ msgstr "필터" msgid "Filters" msgstr "필터" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "비밀번호를 잊어버리셨나요?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "프랑스어" @@ -745,7 +774,7 @@ msgstr "기능" msgid "General" msgstr "일반" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "독일어" @@ -757,7 +786,7 @@ msgstr "팀을 초대하여 업무 공간을 최대한 활용하세요." msgid "Get your subscription" msgstr "구독 신청하기" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "글로벌" @@ -787,7 +816,7 @@ msgstr "이 키를 분실한 경우 다시 생성할 수 있지만 이 키를 msgid "Inactive" msgstr "비활성" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "색인" @@ -842,15 +871,15 @@ msgstr "이메일 주소로 전송된 초대 링크" msgid "Invite your team" msgstr "팀 초대하기" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "이탈리아어" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "일본어" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "한국어" @@ -1001,7 +1030,7 @@ msgstr "새 비밀번호" msgid "New Role" msgstr "새로운 역할" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "새로운 웹훅" @@ -1020,7 +1049,7 @@ msgstr "새 키" msgid "New record" msgstr "새로운 기록" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "연결된 계정 없음" @@ -1036,7 +1065,7 @@ msgstr "아직 워크플로 버전이 없습니다" msgid "Not empty" msgstr "비어 있지 않음" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "개체" @@ -1071,6 +1100,10 @@ msgstr "페이지를 찾을 수 없음" msgid "Password" msgstr "비밀번호" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "비밀번호가 업데이트되었습니다" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "비밀번호 재설정 링크가 이메일로 전송되었습니다" @@ -1098,7 +1131,7 @@ msgstr "기록 영구 파기" msgid "Picture" msgstr "사진" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "유효한 URL을 입력하세요" @@ -1110,11 +1143,11 @@ msgstr "\"{confirmationValue}\"을 입력하여 이 API 키를 삭제할 것인 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "{confirmationText}]을 입력하여 이 웹훅을 삭제할 것인지 확인하세요." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "포르투갈어 - 브라질" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "포르투갈어 - 포르투갈" @@ -1123,13 +1156,17 @@ msgstr "포르투갈어 - 포르투갈" msgid "Preview" msgstr "미리 보기" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "개인정보 보호정책" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "프로필" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "의사 영어" @@ -1141,7 +1178,7 @@ msgstr "문서 읽기" msgid "Receive an email containing password update link" msgstr "비밀번호 업데이트 링크가 포함된 이메일 수신" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "레코드 선택" @@ -1164,7 +1201,7 @@ msgstr "키 다시 생성" msgid "Releases" msgstr "릴리스" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "제거" @@ -1184,11 +1221,11 @@ msgstr "즐겨찾기에서 제거" msgid "Reset Password" msgstr "비밀번호 재설정" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "다음으로 재설정" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "결과" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "검색" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "''{commandMenuSearch}''으로 검색..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "필드 검색..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "색인 검색..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "검색 필드" @@ -1289,7 +1330,7 @@ msgstr "도메인 이름 설정" msgid "Set the name of your subdomain" msgstr "하위 도메인의 이름 설정" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "이 링크를 공유하여 사용자를 워크스페이스에 초대하 msgid "Should changing a field's label also change the API name?" msgstr "필드의 레이블을 변경하면 API 이름도 변경되어야 하나요?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "로그인" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "가입하기" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "싱글 사인온(SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "건너뛰기" @@ -1313,7 +1366,7 @@ msgstr "건너뛰기" msgid "Sort" msgstr "정렬" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "스페인어" @@ -1370,6 +1423,10 @@ msgstr "시스템 설정 - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "시스템 설정 - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "서비스 약관" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "이 필드의 값은 다음과 같습니다" msgid "The values of this field must be unique" msgstr "이 필드의 값은 고유해야 합니다" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "비밀번호를 업데이트하는 동안 오류가 발생했습니다." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "문제가 발생했습니다" @@ -1422,7 +1483,7 @@ msgstr "이 작업은 취소할 수 없습니다. 이렇게 하면 전체 워크 msgid "Time format" msgstr "시간 형식" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "트리거 유형" @@ -1435,11 +1496,11 @@ msgstr "트리거 유형은 수동 - 선택된 레코드가 없는 경우여야 msgid "Type" msgstr "유형" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "아무거나 입력" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "고유" msgid "Unlimited contacts" msgstr "무제한 연락처" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "업로드" @@ -1497,11 +1558,11 @@ msgstr "청구 세부 정보 보기" msgid "Visualize" msgstr "시각화" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "모든 새로운 이벤트에 대해 이 엔드포인트로 POST 요청을 보냅니다" @@ -1514,6 +1575,10 @@ msgstr "웹훅" msgid "Webhooks" msgstr "웹훅" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "{workspaceName}]에 오신 것을 환영합니다" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "API 키가 만료되는 시기." @@ -1535,7 +1600,7 @@ msgstr "워크플로를 테스트할 수 없습니다" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "표시되는 사용자 이름" msgid "Your workspace will be disabled" msgstr "워크스페이스가 비활성화됩니다" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "그리고" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "직원" @@ -1602,7 +1671,7 @@ msgstr "연간" msgid "yes" msgstr "yes" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} 중 {fieldLabel}" diff --git a/packages/twenty-front/src/locales/pseudo-en.po b/packages/twenty-front/src/locales/pseudo-en.po index 7e94f6398..564885134 100644 --- a/packages/twenty-front/src/locales/pseudo-en.po +++ b/packages/twenty-front/src/locales/pseudo-en.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "24h ({hour24Label})" msgstr "" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "" @@ -154,10 +154,18 @@ msgstr "" msgid "Allow users to sign in with an email and password." msgstr "" +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "" + #: src/pages/onboarding/ChooseYourPlan.tsx:91 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:191 msgid "API & Webhooks" @@ -197,6 +205,10 @@ msgstr "" msgid "Assigned to" msgstr "" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "" @@ -232,7 +244,11 @@ msgstr "" msgid "Book a Call" msgstr "" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "" @@ -275,11 +291,11 @@ msgstr "" msgid "Change Password" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "" @@ -319,11 +335,11 @@ msgstr "" msgid "Connect a new account to your workspace" msgstr "" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "" @@ -331,16 +347,29 @@ msgstr "" msgid "Connected accounts" msgstr "" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "" @@ -535,7 +564,7 @@ msgstr "" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -618,12 +647,12 @@ msgstr "" msgid "Empty" msgstr "" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "" @@ -663,7 +692,7 @@ msgstr "" msgid "Exit Settings" msgstr "" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "" @@ -720,7 +749,7 @@ msgstr "" msgid "Export view" msgstr "" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "" @@ -729,7 +758,7 @@ msgid "Field type" msgstr "" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -740,7 +769,7 @@ msgid "Fields Count" msgstr "" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "" @@ -749,7 +778,11 @@ msgstr "" msgid "Filters" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "" @@ -776,7 +809,7 @@ msgstr "" msgid "General" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "" @@ -788,7 +821,7 @@ msgstr "" msgid "Get your subscription" msgstr "" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "" @@ -818,7 +851,7 @@ msgstr "" msgid "Inactive" msgstr "" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "" @@ -873,15 +906,15 @@ msgstr "" msgid "Invite your team" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "" @@ -1047,11 +1080,11 @@ msgstr "" msgid "New Role" msgstr "" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "" @@ -1067,7 +1100,7 @@ msgstr "" msgid "Not empty" msgstr "" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "" @@ -1106,6 +1139,10 @@ msgstr "" msgid "Password" msgstr "" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "" @@ -1133,7 +1170,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "" @@ -1149,11 +1186,11 @@ msgstr "" #~ msgid "Portuguese" #~ msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "" @@ -1170,13 +1207,17 @@ msgstr "" msgid "Preview" msgstr "" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "" @@ -1188,7 +1229,7 @@ msgstr "" msgid "Receive an email containing password update link" msgstr "" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "" @@ -1211,7 +1252,7 @@ msgstr "" msgid "Releases" msgstr "" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "" @@ -1231,11 +1272,11 @@ msgstr "" msgid "Reset Password" msgstr "" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "" @@ -1255,6 +1296,10 @@ msgstr "" msgid "Search" msgstr "" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "" + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "" @@ -1264,7 +1309,7 @@ msgid "Search an index..." msgstr "" #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "" @@ -1332,7 +1377,7 @@ msgstr "" msgid "Set the name of your subdomain" msgstr "" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1347,6 +1392,18 @@ msgstr "" msgid "Should changing a field's label also change the API name?" msgstr "" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "" @@ -1356,7 +1413,7 @@ msgstr "" msgid "Sort" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "" @@ -1417,6 +1474,10 @@ msgstr "" msgid "System Settings - {systemTimeFormatLabel}" msgstr "" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1453,6 +1514,10 @@ msgstr "" msgid "The values of this field must be unique" msgstr "" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "" @@ -1477,7 +1542,7 @@ msgstr "" msgid "to yearly" msgstr "" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "" @@ -1490,7 +1555,7 @@ msgstr "" msgid "Type" msgstr "" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "" @@ -1503,11 +1568,11 @@ msgstr "" msgid "Unlimited contacts" msgstr "" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "" @@ -1552,11 +1617,11 @@ msgstr "" msgid "Visualize" msgstr "" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "" @@ -1569,6 +1634,14 @@ msgstr "" msgid "Webhooks" msgstr "" +#: src/pages/auth/SignInUp.tsx:43 +#~ msgid "Welcome to" +#~ msgstr "" + +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "" @@ -1590,7 +1663,7 @@ msgstr "" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1629,6 +1702,10 @@ msgstr "" msgid "Your name as it will be displayed" msgstr "" +#: src/pages/auth/SignInUp.tsx:47 +#~ msgid "Your Workspace" +#~ msgstr "" + #: src/pages/settings/SettingsBilling.tsx:172 msgid "Your workspace will be disabled" msgstr "" diff --git a/packages/twenty-front/src/locales/pt-BR.po b/packages/twenty-front/src/locales/pt-BR.po index fc3e5bdd7..11df8d1bf 100644 --- a/packages/twenty-front/src/locales/pt-BR.po +++ b/packages/twenty-front/src/locales/pt-BR.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "Nome da API" msgid "API keys" msgstr "Chaves de API" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abortar" @@ -153,6 +153,10 @@ msgstr "Permita o convite de novos usuários compartilhando um link de convite." msgid "Allow users to sign in with an email and password." msgstr "Permita que os usuários façam login com um e-mail e uma senha." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Ocorreu um erro ao atualizar a senha" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Uma descrição opcional" @@ -178,6 +182,10 @@ msgstr "Atribuir funções para especificar as permissões de acesso de cada mem msgid "Assigned to" msgstr "Atribuído a" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Pelo menos 8 caracteres." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Pelo menos um método de autenticação deve estar ativado" @@ -213,7 +221,11 @@ msgstr "Lista de bloqueio" msgid "Book a Call" msgstr "Agendar uma chamada" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Ao usar o Twenty, você concorda com os" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calcular" @@ -256,11 +268,11 @@ msgstr "Alterar senha" msgid "Change {to}" msgstr "Alterar {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chinês - Simplificado" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chinês - Tradicional" @@ -300,11 +312,11 @@ msgstr "Configure suas definições de e-mail e calendário." msgid "Connect a new account to your workspace" msgstr "Conecte uma nova conta ao seu espaço de trabalho" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Conecte-se com o Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Conecte-se com a Microsoft" @@ -312,16 +324,29 @@ msgstr "Conecte-se com a Microsoft" msgid "Connected accounts" msgstr "Contas conectadas" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Contexto" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continuar" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continuar com o e-mail" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continuar com o Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continuar com a Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copiloto" @@ -516,7 +541,7 @@ msgstr "Destruir" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "Funcionários" msgid "Empty" msgstr "Vazio" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "URL do ponto de extremidade" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Inglês" @@ -640,7 +665,7 @@ msgstr "Objetos existentes" msgid "Exit Settings" msgstr "Configurações de saída" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Espera-se que o nó selecionado seja um nó de etapa de criação." @@ -697,7 +722,7 @@ msgstr "Exportar para PDF" msgid "Export view" msgstr "Visualização de exportação" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favoritos" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Tipo de campo" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Contagem de campos" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filtro" @@ -726,7 +751,11 @@ msgstr "Filtro" msgid "Filters" msgstr "Filtros" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Esqueceu sua senha?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Francês" @@ -745,7 +774,7 @@ msgstr "Funções" msgid "General" msgstr "Geral" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Alemão" @@ -757,7 +786,7 @@ msgstr "Tire o máximo proveito do seu espaço de trabalho convidando sua equipe msgid "Get your subscription" msgstr "Faça sua assinatura" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Global" @@ -787,7 +816,7 @@ msgstr "Se você perdeu essa chave, pode gerá-la novamente, mas saiba que qualq msgid "Inactive" msgstr "Inativo" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Índices" @@ -842,15 +871,15 @@ msgstr "Link de convite enviado para endereços de e-mail" msgid "Invite your team" msgstr "Convide sua equipe" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italiano" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japonês" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Coreano" @@ -1001,7 +1030,7 @@ msgstr "Nova senha" msgid "New Role" msgstr "Nova função" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Novo webhook" @@ -1020,7 +1049,7 @@ msgstr "Nova chave" msgid "New record" msgstr "Novo recorde" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Nenhuma conta conectada" @@ -1036,7 +1065,7 @@ msgstr "Ainda não há versões de fluxo de trabalho" msgid "Not empty" msgstr "Não vazio" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Objeto" @@ -1071,6 +1100,10 @@ msgstr "Página não encontrada" msgid "Password" msgstr "Senha" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "A senha foi atualizada" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "O link de redefinição de senha foi enviado para o e-mail" @@ -1098,7 +1131,7 @@ msgstr "Destruir permanentemente o registro" msgid "Picture" msgstr "Imagem" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Digite um URL válido" @@ -1110,11 +1143,11 @@ msgstr "Digite \"{confirmationValue}\" para confirmar que deseja excluir essa ch msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Digite {confirmationText} para confirmar que deseja excluir esse webhook." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Português - Brasil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Português - Portugal" @@ -1123,13 +1156,17 @@ msgstr "Português - Portugal" msgid "Preview" msgstr "Prévia" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Política de privacidade" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Perfil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudo-inglês" @@ -1141,7 +1178,7 @@ msgstr "Ler documentação" msgid "Receive an email containing password update link" msgstr "Receber um e-mail com o link de atualização da senha" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Seleção de registros" @@ -1164,7 +1201,7 @@ msgstr "Regenerar chave" msgid "Releases" msgstr "Lançamentos" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Remover" @@ -1184,11 +1221,11 @@ msgstr "Remover dos favoritos" msgid "Reset Password" msgstr "Redefinir senha" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Redefinir para" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Resultados" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Pesquisa" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Pesquise ''{commandMenuSearch}'' com..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Pesquisar um campo..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Pesquisar um índice..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Campos de pesquisa" @@ -1289,7 +1330,7 @@ msgstr "Defina o nome de seu domínio" msgid "Set the name of your subdomain" msgstr "Defina o nome de seu subdomínio" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Compartilhe este link para convidar usuários a participar do seu espaç msgid "Should changing a field's label also change the API name?" msgstr "A alteração do rótulo de um campo também deve alterar o nome da API?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Fazer login" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Registrar-se" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Logon único (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Pular" @@ -1313,7 +1366,7 @@ msgstr "Pular" msgid "Sort" msgstr "Classificar" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Espanhol" @@ -1370,6 +1423,10 @@ msgstr "Configurações do sistema - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Configurações do sistema - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Termos de Serviço" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "Os valores desse campo" msgid "The values of this field must be unique" msgstr "Os valores desse campo devem ser exclusivos" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Ocorreu um erro ao atualizar a senha." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Houve um problema" @@ -1422,7 +1483,7 @@ msgstr "Essa ação não pode ser desfeita. Isso excluirá permanentemente todo msgid "Time format" msgstr "Formato de hora" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Tipo de gatilho" @@ -1435,11 +1496,11 @@ msgstr "O tipo de acionador deve ser Manual - quando nenhum registro é selecion msgid "Type" msgstr "Tipo" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Digite qualquer coisa" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Único" msgid "Unlimited contacts" msgstr "Contatos ilimitados" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Carregar" @@ -1497,11 +1558,11 @@ msgstr "Exibir detalhes de faturamento" msgid "Visualize" msgstr "Visualize" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 msgid "We support your square PNGs, JPEGs and GIFs under 10MB" msgstr "Oferecemos suporte a 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Enviaremos solicitações POST a esse endpoint para cada novo evento" @@ -1514,6 +1575,10 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Bem-vindo ao {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Quando a chave da API expirará." @@ -1535,7 +1600,7 @@ msgstr "O fluxo de trabalho não pode ser testado" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "Seu nome como será exibido" msgid "Your workspace will be disabled" msgstr "Seu espaço de trabalho será desativado" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "e" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "funcionários" @@ -1602,7 +1671,7 @@ msgstr "a cada ano" msgid "yes" msgstr "sim" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} de {fieldLabel}" diff --git a/packages/twenty-front/src/locales/pt-PT.po b/packages/twenty-front/src/locales/pt-PT.po index 57ccaaa02..a4b24e94c 100644 --- a/packages/twenty-front/src/locales/pt-PT.po +++ b/packages/twenty-front/src/locales/pt-PT.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "Nome da API" msgid "API keys" msgstr "Chaves API" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "Abortar" @@ -153,6 +153,10 @@ msgstr "Permitir o convite de novos utilizadores através da partilha de uma lig msgid "Allow users to sign in with an email and password." msgstr "Permitir que os utilizadores iniciem sessão com um e-mail e uma palavra-passe." +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "Ocorreu um erro ao atualizar a palavra-passe" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "Uma descrição opcional" @@ -178,6 +182,10 @@ msgstr "Atribuir funções para especificar as permissões de acesso de cada mem msgid "Assigned to" msgstr "Atribuído a" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "Pelo menos 8 caracteres." + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "Pelo menos um método de autenticação deve estar ativado" @@ -213,7 +221,11 @@ msgstr "Lista de bloqueios" msgid "Book a Call" msgstr "Marcar uma chamada" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "Ao utilizar o Twenty, o utilizador concorda com a" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "Calcular" @@ -256,11 +268,11 @@ msgstr "Alterar a palavra-passe" msgid "Change {to}" msgstr "Alterar {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "Chinês - Simplificado" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "Chinês - Tradicional" @@ -300,11 +312,11 @@ msgstr "Configure as definições de correio eletrónico e calendário." 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:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "Ligar ao Google" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "Ligar à Microsoft" @@ -312,16 +324,29 @@ msgstr "Ligar à Microsoft" msgid "Connected accounts" msgstr "Contas ligadas" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "Contexto" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "Continuar" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "Continuar com o e-mail" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "Continuar com o Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "Continuar com a Microsoft" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "Copiloto" @@ -516,7 +541,7 @@ msgstr "Destruir" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "Empregados" msgid "Empty" msgstr "Vazio" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "URL do ponto final" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "Inglês" @@ -640,7 +665,7 @@ msgstr "Objectos existentes" msgid "Exit Settings" msgstr "Sair das definições" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "Espera-se que o nó selecionado seja um nó de etapa de criação." @@ -697,7 +722,7 @@ msgstr "Exportar para PDF" msgid "Export view" msgstr "Vista de exportação" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "Favoritos" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "Tipo de campo" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "Contagem de campos" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "Filtro" @@ -726,7 +751,11 @@ msgstr "Filtro" msgid "Filters" msgstr "Filtros" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "Esqueceu-se da sua palavra-passe?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "Francês" @@ -745,7 +774,7 @@ msgstr "Funções" msgid "General" msgstr "Geral" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "Alemão" @@ -757,7 +786,7 @@ msgstr "Tire o máximo partido do seu espaço de trabalho convidando a sua equip msgid "Get your subscription" msgstr "Obter a sua subscrição" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "Mundial" @@ -787,7 +816,7 @@ msgstr "Se perdeu esta chave, pode regenerá-la, mas tenha em atenção que qual msgid "Inactive" msgstr "Inativo" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "Índices" @@ -842,15 +871,15 @@ msgstr "Ligação de convite enviada para endereços de correio eletrónico" msgid "Invite your team" msgstr "Convide a sua equipa" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "Italiano" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "Japonês" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "Coreano" @@ -1001,7 +1030,7 @@ msgstr "Nova palavra-passe" msgid "New Role" msgstr "Novo papel" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "Novo Webhook" @@ -1020,7 +1049,7 @@ msgstr "Nova chave" msgid "New record" msgstr "Novo recorde" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "Nenhuma conta ligada" @@ -1036,7 +1065,7 @@ msgstr "Ainda não há versões de fluxo de trabalho" msgid "Not empty" msgstr "Não vazio" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "Objeto" @@ -1071,6 +1100,10 @@ msgstr "Página não encontrada" msgid "Password" msgstr "Palavra-passe" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "A palavra-passe foi actualizada" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 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" @@ -1098,7 +1131,7 @@ msgstr "Destruir permanentemente o registo" msgid "Picture" msgstr "Imagem" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "Introduzir um URL válido" @@ -1110,11 +1143,11 @@ msgstr "Digite \"{confirmationValue}\" para confirmar que deseja excluir essa ch msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "Introduza {confirmationText} para confirmar que pretende eliminar este webhook." -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "Português - Brasil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "Português - Portugal" @@ -1123,13 +1156,17 @@ msgstr "Português - Portugal" msgid "Preview" msgstr "Pré-visualização" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "Política de privacidade" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "Perfil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "Pseudo-inglês" @@ -1141,7 +1178,7 @@ msgstr "Ler a documentação" 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:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "Seleção de registos" @@ -1164,7 +1201,7 @@ msgstr "Regenerar chave" msgid "Releases" msgstr "Lançamentos" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "Remover" @@ -1184,11 +1221,11 @@ msgstr "Remover dos favoritos" msgid "Reset Password" msgstr "Repor a palavra-passe" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "Redefinir para" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "Resultados" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "Pesquisar" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "Pesquisar ''{commandMenuSearch}'' com..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "Pesquisar um campo..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "Pesquisar um índice..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "Campos de pesquisa" @@ -1289,7 +1330,7 @@ msgstr "Definir o nome do seu domínio" msgid "Set the name of your subdomain" msgstr "Defina o nome do seu subdomínio" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu 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/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "Iniciar sessão" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "Inscrever-se" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "Início de sessão único (SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "Saltar" @@ -1313,7 +1366,7 @@ msgstr "Saltar" msgid "Sort" msgstr "Ordenar" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "Espanhol" @@ -1370,6 +1423,10 @@ msgstr "Definições do sistema - {systemTimeFormatLabel}" msgid "System settings - {systemDateFormatLabel}" msgstr "Definições do sistema - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "Termos do serviço" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "Os valores deste campo" msgid "The values of this field must be unique" msgstr "Os valores deste campo devem ser únicos" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "Ocorreu um erro ao atualizar a palavra-passe." + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "Houve um problema" @@ -1422,7 +1483,7 @@ msgstr "Esta ação não pode ser anulada. Esta ação eliminará permanentement msgid "Time format" msgstr "Formato da hora" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "Tipo de disparo" @@ -1435,11 +1496,11 @@ msgstr "O tipo de acionamento deve ser Manual - quando nenhum registo é selecio msgid "Type" msgstr "Tipo" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "Tipo qualquer coisa" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "URL" @@ -1453,7 +1514,7 @@ msgstr "Único" msgid "Unlimited contacts" msgstr "Contactos ilimitados" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "Carregar" @@ -1497,11 +1558,11 @@ msgstr "Ver detalhes da faturação" msgid "Visualize" msgstr "Visualizar" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "Enviaremos pedidos POST a este ponto final para cada novo evento" @@ -1514,6 +1575,10 @@ msgstr "Webhook" msgid "Webhooks" msgstr "Webhooks" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "Bem-vindo ao {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "Quando é que a chave da API expira." @@ -1535,7 +1600,7 @@ msgstr "O fluxo de trabalho não pode ser testado" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,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/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "e" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "empregados" @@ -1602,7 +1671,7 @@ msgstr "a anual" msgid "yes" msgstr "sim" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel} de {fieldLabel}" diff --git a/packages/twenty-front/src/locales/zh-Hans.po b/packages/twenty-front/src/locales/zh-Hans.po index 4bcd70f0f..6e507d960 100644 --- a/packages/twenty-front/src/locales/zh-Hans.po +++ b/packages/twenty-front/src/locales/zh-Hans.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "应用程序接口名称" msgid "API keys" msgstr "API 密钥" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "中止" @@ -153,6 +153,10 @@ msgstr "允许通过共享邀请链接来邀请新用户。" msgid "Allow users to sign in with an email and password." msgstr "允许用户使用电子邮件和密码登录。" +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "更新密码时发生错误" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "可选描述" @@ -178,6 +182,10 @@ msgstr "分配角色以指定每个成员的访问权限" msgid "Assigned to" msgstr "分配给" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "至少 8 个字符。" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "必须启用至少一种身份验证方法" @@ -213,7 +221,11 @@ msgstr "拦截列表" msgid "Book a Call" msgstr "预约电话" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "使用 Twenty 即表示您同意" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "计算" @@ -256,11 +268,11 @@ msgstr "更改密码" msgid "Change {to}" msgstr "更改 {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "简体中文" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "繁体中文" @@ -300,11 +312,11 @@ msgstr "配置电子邮件和日历设置。" msgid "Connect a new account to your workspace" msgstr "将新账户连接到工作区" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "与谷歌连接" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "与微软联系" @@ -312,16 +324,29 @@ msgstr "与微软联系" msgid "Connected accounts" msgstr "连接账户" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "背景" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "继续" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "继续发送电子邮件" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "继续使用 Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "继续与微软合作" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "副驾驶" @@ -516,7 +541,7 @@ msgstr "销毁" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "员工" msgid "Empty" msgstr "空" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "端点 URL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "英语" @@ -640,7 +665,7 @@ msgstr "现有对象" msgid "Exit Settings" msgstr "退出设置" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "预期所选节点为创建步骤节点。" @@ -697,7 +722,7 @@ msgstr "导出为 PDF" msgid "Export view" msgstr "导出视图" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "收藏夹" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "字段类型" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "字段计数" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "过滤器" @@ -726,7 +751,11 @@ msgstr "过滤器" msgid "Filters" msgstr "过滤器" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "忘记密码?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "法语" @@ -745,7 +774,7 @@ msgstr "功能" msgid "General" msgstr "一般情况" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "德国" @@ -757,7 +786,7 @@ msgstr "邀请您的团队,充分利用您的工作空间。" msgid "Get your subscription" msgstr "获取订阅" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "全球" @@ -787,7 +816,7 @@ msgstr "如果您丢失了此密钥,可以重新生成,但请注意,任何 msgid "Inactive" msgstr "不活动" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "索引" @@ -842,15 +871,15 @@ msgstr "向电子邮件地址发送邀请链接" msgid "Invite your team" msgstr "邀请您的团队" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "意大利语" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "日语" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "韩语" @@ -1001,7 +1030,7 @@ msgstr "新密码" msgid "New Role" msgstr "新角色" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "新 Webhook" @@ -1020,7 +1049,7 @@ msgstr "新钥匙" msgid "New record" msgstr "新纪录" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "无连接账户" @@ -1036,7 +1065,7 @@ msgstr "暂无工作流程版本" msgid "Not empty" msgstr "非空" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "对象" @@ -1071,6 +1100,10 @@ msgstr "页面未找到" msgid "Password" msgstr "密码" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "密码已更新" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "密码重置链接已发送至邮箱" @@ -1098,7 +1131,7 @@ msgstr "永久销毁记录" msgid "Picture" msgstr "图片" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "请输入有效的 URL" @@ -1110,11 +1143,11 @@ msgstr "请键入\"{confirmationValue}\"确认要删除此 API 密钥。请注 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "葡萄牙语 - 巴西" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "葡萄牙语 - 葡萄牙" @@ -1123,13 +1156,17 @@ msgstr "葡萄牙语 - 葡萄牙" msgid "Preview" msgstr "预览" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "隐私政策" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "简介" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "伪英语" @@ -1141,7 +1178,7 @@ msgstr "阅读文件" msgid "Receive an email containing password update link" msgstr "接收包含密码更新链接的电子邮件" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "记录选择" @@ -1164,7 +1201,7 @@ msgstr "再生钥匙" msgid "Releases" msgstr "发布" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "移除" @@ -1184,11 +1221,11 @@ msgstr "从收藏中删除" msgid "Reset Password" msgstr "重置密码" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "重置为" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "成果" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "搜索" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "用\"'{commandMenuSearch}'\"搜索..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "搜索字段..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "搜索索引..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "搜索字段" @@ -1289,7 +1330,7 @@ msgstr "设置域名" msgid "Set the name of your subdomain" msgstr "设置子域名称" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "分享此链接以邀请用户加入您的工作区" msgid "Should changing a field's label also change the API name?" msgstr "更改字段标签是否也要更改 API 名称?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "登录" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "注册" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "单点登录(SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "跳过" @@ -1313,7 +1366,7 @@ msgstr "跳过" msgid "Sort" msgstr "分类" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "西班牙语" @@ -1370,6 +1423,10 @@ msgstr "系统设置 - [{systemTimeFormatLabel}]" msgid "System settings - {systemDateFormatLabel}" msgstr "系统设置 - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "服务条款" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "该字段的值" msgid "The values of this field must be unique" msgstr "该字段的值必须是唯一的" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "更新密码时出现错误。" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "有一个问题" @@ -1422,7 +1483,7 @@ msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> msgid "Time format" msgstr "时间格式" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "触发器类型" @@ -1435,11 +1496,11 @@ msgstr "触发类型应为手动 - 当没有选择记录时" msgid "Type" msgstr "类型" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "任何类型" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "网址" @@ -1453,7 +1514,7 @@ msgstr "独特性" msgid "Unlimited contacts" msgstr "无限联系人" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "上传" @@ -1497,11 +1558,11 @@ msgstr "查看账单详情" msgid "Visualize" msgstr "可视化" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "我们将为每个新事件向该端点发送 POST 请求" @@ -1514,6 +1575,10 @@ msgstr "网络钩子" msgid "Webhooks" msgstr "网络钩子" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "欢迎来到 {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "API 密钥的过期时间。" @@ -1535,7 +1600,7 @@ msgstr "无法测试工作流程" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "显示您的姓名" msgid "Your workspace will be disabled" msgstr "您的工作区将被禁用" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "和" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "员工" @@ -1602,7 +1671,7 @@ msgstr "每年" msgid "yes" msgstr "是" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel}的{fieldLabel}" diff --git a/packages/twenty-front/src/locales/zh-Hant.po b/packages/twenty-front/src/locales/zh-Hant.po index 2177e21a6..967ef3ca7 100644 --- a/packages/twenty-front/src/locales/zh-Hant.po +++ b/packages/twenty-front/src/locales/zh-Hant.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-02-01 10:10+0100\n" +"POT-Creation-Date: 2025-02-03 20:59+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "应用程序接口名称" msgid "API keys" msgstr "API 密钥" -#: src/modules/ui/input/components/ImageInput.tsx:157 +#: src/modules/ui/input/components/ImageInput.tsx:156 msgid "Abort" msgstr "中止" @@ -153,6 +153,10 @@ msgstr "允许通过共享邀请链接来邀请新用户。" msgid "Allow users to sign in with an email and password." msgstr "允许用户使用电子邮件和密码登录。" +#: src/pages/auth/PasswordReset.tsx:162 +msgid "An error occurred while updating password" +msgstr "更新密码时发生错误" + #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:251 msgid "An optional description" msgstr "可选描述" @@ -178,6 +182,10 @@ msgstr "分配角色以指定每个成员的访问权限" msgid "Assigned to" msgstr "分配给" +#: src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx:60 +msgid "At least 8 characters long." +msgstr "至少 8 个字符。" + #: src/modules/settings/security/components/SettingsSecurityOptionsList.tsx:73 msgid "At least one authentication method must be enabled" msgstr "必须启用至少一种身份验证方法" @@ -213,7 +221,11 @@ msgstr "拦截列表" msgid "Book a Call" msgstr "预约电话" -#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:72 +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:23 +msgid "By using Twenty, you agree to the" +msgstr "使用 Twenty 即表示您同意" + +#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterValue.tsx:73 msgid "Calculate" msgstr "计算" @@ -256,11 +268,11 @@ msgstr "更改密码" msgid "Change {to}" msgstr "更改 {to}" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:107 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:105 msgid "Chinese — Simplified" msgstr "简体中文" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:111 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:109 msgid "Chinese — Traditional" msgstr "繁体中文" @@ -300,11 +312,11 @@ msgstr "配置电子邮件和日历设置。" msgid "Connect a new account to your workspace" msgstr "将新账户连接到工作区" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:46 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:42 msgid "Connect with Google" msgstr "与谷歌连接" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:54 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:49 msgid "Connect with Microsoft" msgstr "与微软联系" @@ -312,16 +324,29 @@ msgstr "与微软联系" msgid "Connected accounts" msgstr "连接账户" -#: src/modules/command-menu/components/CommandMenu.tsx:91 +#: src/modules/command-menu/components/CommandMenu.tsx:97 msgid "Context" msgstr "背景" #: src/pages/onboarding/InviteTeam.tsx:228 #: src/pages/onboarding/ChooseYourPlan.tsx:198 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:86 msgid "Continue" msgstr "继续" -#: src/modules/command-menu/components/CommandMenu.tsx:63 +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:69 +msgid "Continue with Email" +msgstr "继续发送电子邮件" + +#: src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx:26 +msgid "Continue with Google" +msgstr "继续使用 Google" + +#: src/modules/auth/sign-in-up/components/SignInUpWithMicrosoft.tsx:22 +msgid "Continue with Microsoft" +msgstr "继续与微软合作" + +#: src/modules/command-menu/components/CommandMenu.tsx:65 msgid "Copilot" msgstr "副驾驶" @@ -516,7 +541,7 @@ msgstr "销毁" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:78 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:79 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:220 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:89 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:169 @@ -595,12 +620,12 @@ msgstr "员工" msgid "Empty" msgstr "空" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:96 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:97 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:238 msgid "Endpoint URL" msgstr "端点 URL" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:71 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:69 msgid "English" msgstr "英语" @@ -640,7 +665,7 @@ msgstr "现有对象" msgid "Exit Settings" msgstr "退出设置" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:58 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:59 msgid "Expected selected node to be a create step node." msgstr "预期所选节点为创建步骤节点。" @@ -697,7 +722,7 @@ msgstr "导出为 PDF" msgid "Export view" msgstr "导出视图" -#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:58 +#: src/modules/favorites/components/CurrentWorkspaceMemberFavoritesFolders.tsx:59 msgid "Favorites" msgstr "收藏夹" @@ -706,7 +731,7 @@ msgid "Field type" msgstr "字段类型" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:43 -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:95 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:96 #: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts:22 #: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx:27 msgid "Fields" @@ -717,7 +742,7 @@ msgid "Fields Count" msgstr "字段计数" #: src/modules/object-record/record-table/record-table-header/components/RecordTableColumnHeadDropdownMenu.tsx:102 -#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:82 +#: src/modules/object-record/object-filter-dropdown/components/SingleEntityObjectFilterDropdownButton.tsx:44 #: src/modules/object-record/object-filter-dropdown/components/MultipleFiltersButton.tsx:24 msgid "Filter" msgstr "过滤器" @@ -726,7 +751,11 @@ msgstr "过滤器" msgid "Filters" msgstr "过滤器" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:75 +#: src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx:58 +msgid "Forgot your password?" +msgstr "忘记密码?" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:73 msgid "French" msgstr "法语" @@ -745,7 +774,7 @@ msgstr "功能" msgid "General" msgstr "一般情况" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:83 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:81 msgid "German" msgstr "德国" @@ -757,7 +786,7 @@ msgstr "邀请您的团队,充分利用您的工作空间。" msgid "Get your subscription" msgstr "获取订阅" -#: src/modules/command-menu/components/CommandMenu.tsx:77 +#: src/modules/command-menu/components/CommandMenu.tsx:79 msgid "Global" msgstr "全球" @@ -787,7 +816,7 @@ msgstr "如果您丢失了此密钥,可以重新生成,但请注意,任何 msgid "Inactive" msgstr "不活动" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:107 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:108 msgid "Indexes" msgstr "索引" @@ -842,15 +871,15 @@ msgstr "向电子邮件地址发送邀请链接" msgid "Invite your team" msgstr "邀请您的团队" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:87 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:85 msgid "Italian" msgstr "意大利语" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:95 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 msgid "Japanese" msgstr "日语" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:91 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:89 msgid "Korean" msgstr "韩语" @@ -1001,7 +1030,7 @@ msgstr "新密码" msgid "New Role" msgstr "新角色" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:81 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:82 msgid "New Webhook" msgstr "新 Webhook" @@ -1020,7 +1049,7 @@ msgstr "新钥匙" msgid "New record" msgstr "新纪录" -#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:41 +#: src/modules/settings/accounts/components/SettingsAccountsListEmptyStateCard.tsx:38 msgid "No connected account" msgstr "无连接账户" @@ -1036,7 +1065,7 @@ msgstr "暂无工作流程版本" msgid "Not empty" msgstr "非空" -#: src/modules/command-menu/components/CommandMenu.tsx:73 +#: src/modules/command-menu/components/CommandMenu.tsx:75 msgid "Object" msgstr "对象" @@ -1071,6 +1100,10 @@ msgstr "页面未找到" msgid "Password" msgstr "密码" +#: src/pages/auth/PasswordReset.tsx:146 +msgid "Password has been updated" +msgstr "密码已更新" + #: src/modules/settings/profile/components/ChangePassword.tsx:34 msgid "Password reset link has been sent to the email" msgstr "密码重置链接已发送至邮箱" @@ -1098,7 +1131,7 @@ msgstr "永久销毁记录" msgid "Picture" msgstr "图片" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:102 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:103 msgid "Please enter a valid URL" msgstr "请输入有效的 URL" @@ -1110,11 +1143,11 @@ msgstr "请键入\"{confirmationValue}\"确认要删除此 API 密钥。请注 msgid "Please type {confirmationText} to confirm you want to delete this webhook." msgstr "请键入 {confirmationText} 确认要删除此网络钩子。" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:103 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:101 msgid "Portuguese — Brazil" msgstr "葡萄牙语 - 巴西" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:99 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Portuguese — Portugal" msgstr "葡萄牙语 - 葡萄牙" @@ -1123,13 +1156,17 @@ msgstr "葡萄牙语 - 葡萄牙" msgid "Preview" msgstr "预览" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:37 +msgid "Privacy Policy" +msgstr "隐私政策" + #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 #: src/modules/settings/components/SettingsNavigationDrawerItems.tsx:108 msgid "Profile" msgstr "简介" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:117 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:115 msgid "Pseudo-English" msgstr "伪英语" @@ -1141,7 +1178,7 @@ msgstr "阅读文件" msgid "Receive an email containing password update link" msgstr "接收包含密码更新链接的电子邮件" -#: src/modules/command-menu/components/CommandMenu.tsx:67 +#: src/modules/command-menu/components/CommandMenu.tsx:69 msgid "Record Selection" msgstr "记录选择" @@ -1164,7 +1201,7 @@ msgstr "再生钥匙" msgid "Releases" msgstr "发布" -#: src/modules/ui/input/components/ImageInput.tsx:173 +#: src/modules/ui/input/components/ImageInput.tsx:172 msgid "Remove" msgstr "移除" @@ -1184,11 +1221,11 @@ msgstr "从收藏中删除" msgid "Reset Password" msgstr "重置密码" -#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:46 +#: src/modules/command-menu/components/ResetContextToSelectionCommandButton.tsx:47 msgid "Reset to" msgstr "重置为" -#: src/modules/command-menu/hooks/useSearchRecords.tsx:221 +#: src/modules/command-menu/hooks/useSearchRecords.tsx:227 msgid "Results" msgstr "成果" @@ -1212,6 +1249,10 @@ msgstr "SSO" msgid "Search" msgstr "搜索" +#: src/modules/command-menu/components/CommandMenu.tsx:85 +msgid "Search ''{commandMenuSearch}'' with..." +msgstr "用\"'{commandMenuSearch}'\"搜索..." + #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:182 msgid "Search a field..." msgstr "搜索字段..." @@ -1221,7 +1262,7 @@ msgid "Search an index..." msgstr "搜索索引..." #: src/modules/object-record/object-sort-dropdown/components/ObjectSortDropdownButton.tsx:219 -#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:182 +#: src/modules/object-record/object-filter-dropdown/components/ObjectFilterDropdownFilterSelect.tsx:185 msgid "Search fields" msgstr "搜索字段" @@ -1289,7 +1330,7 @@ msgstr "设置域名" msgid "Set the name of your subdomain" msgstr "设置子域名称" -#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:101 +#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx:102 #: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx:50 #: src/modules/settings/accounts/components/SettingsAccountsSettingsSection.tsx:33 #: src/modules/navigation/components/MainNavigationDrawerItems.tsx:57 @@ -1304,6 +1345,18 @@ msgstr "分享此链接以邀请用户加入您的工作区" msgid "Should changing a field's label also change the API name?" msgstr "更改字段标签是否也要更改 API 名称?" +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:76 +msgid "Sign in" +msgstr "登录" + +#: src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx:83 +msgid "Sign up" +msgstr "注册" + +#: src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx:38 +msgid "Single sign-on (SSO)" +msgstr "单点登录(SSO)" + #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" msgstr "跳过" @@ -1313,7 +1366,7 @@ msgstr "跳过" msgid "Sort" msgstr "分类" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:79 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:77 msgid "Spanish" msgstr "西班牙语" @@ -1370,6 +1423,10 @@ msgstr "系统设置 - [{systemTimeFormatLabel}]" msgid "System settings - {systemDateFormatLabel}" msgstr "系统设置 - {systemDateFormatLabel}" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:29 +msgid "Terms of Service" +msgstr "服务条款" + #: src/modules/workflow/components/RecordShowPageWorkflowHeader.tsx:50 #: src/modules/action-menu/actions/record-actions/constants/WorkflowActionsConfig.ts:156 msgid "Test" @@ -1406,6 +1463,10 @@ msgstr "该字段的值" msgid "The values of this field must be unique" msgstr "该字段的值必须是唯一的" +#: src/pages/auth/PasswordReset.tsx:139 +msgid "There was an error while updating password." +msgstr "更新密码时出现错误。" + #: src/modules/settings/profile/components/ChangePassword.tsx:38 msgid "There was an issue" msgstr "有一个问题" @@ -1422,7 +1483,7 @@ msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> msgid "Time format" msgstr "时间格式" -#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:48 +#: src/modules/workflow/workflow-diagram/components/WorkflowDiagramCanvasEditableEffect.tsx:49 msgid "Trigger Type" msgstr "触发器类型" @@ -1435,11 +1496,11 @@ msgstr "触发类型应为手动 - 当没有选择记录时" msgid "Type" msgstr "类型" -#: src/modules/command-menu/components/CommandMenuTopBar.tsx:116 +#: src/modules/command-menu/components/CommandMenuTopBar.tsx:117 msgid "Type anything" msgstr "任何类型" -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:100 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:101 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:242 msgid "URL" msgstr "网址" @@ -1453,7 +1514,7 @@ msgstr "独特性" msgid "Unlimited contacts" msgstr "无限联系人" -#: src/modules/ui/input/components/ImageInput.tsx:165 +#: src/modules/ui/input/components/ImageInput.tsx:164 msgid "Upload" msgstr "上传" @@ -1497,11 +1558,11 @@ msgstr "查看账单详情" msgid "Visualize" msgstr "可视化" -#: src/modules/ui/input/components/ImageInput.tsx:178 +#: src/modules/ui/input/components/ImageInput.tsx:177 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/SettingsDevelopersWebhooksNew.tsx:98 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:239 msgid "We will send POST requests to this endpoint for every new event" msgstr "我们将为每个新事件向该端点发送 POST 请求" @@ -1514,6 +1575,10 @@ msgstr "网络钩子" msgid "Webhooks" msgstr "网络钩子" +#: src/pages/auth/SignInUp.tsx:76 +msgid "Welcome to {workspaceName}" +msgstr "欢迎来到 {workspaceName}" + #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:127 msgid "When the API key will expire." msgstr "API 密钥的过期时间。" @@ -1535,7 +1600,7 @@ msgstr "无法测试工作流程" #: src/pages/settings/roles/SettingsRoles.tsx:59 #: src/pages/settings/integrations/SettingsIntegrations.tsx:18 #: src/pages/settings/developers/SettingsDevelopers.tsx:39 -#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:74 +#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhooksNew.tsx:75 #: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx:216 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx:85 #: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx:165 @@ -1573,6 +1638,10 @@ msgstr "显示您的姓名" msgid "Your workspace will be disabled" msgstr "您的工作区将被禁用" +#: src/modules/auth/sign-in-up/components/FooterNote.tsx:31 +msgid "and" +msgstr "和" + #: src/modules/settings/data-model/fields/forms/components/SettingsDataModelFieldIconLabelForm.tsx:167 msgid "employees" msgstr "员工" @@ -1602,7 +1671,7 @@ msgstr "每年" msgid "yes" msgstr "是" -#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:129 +#: src/modules/object-record/record-board/record-board-column/utils/computeAggregateValueAndLabel.ts:131 msgid "{aggregateLabel} of {fieldLabel}" msgstr "{aggregateLabel}的{fieldLabel}" diff --git a/packages/twenty-front/src/modules/apollo/services/apollo.factory.ts b/packages/twenty-front/src/modules/apollo/services/apollo.factory.ts index 656fa509a..3c1f5fb86 100644 --- a/packages/twenty-front/src/modules/apollo/services/apollo.factory.ts +++ b/packages/twenty-front/src/modules/apollo/services/apollo.factory.ts @@ -17,6 +17,7 @@ import { isDefined } from 'twenty-shared'; import { AuthTokenPair } from '~/generated/graphql'; import { logDebug } from '~/utils/logDebug'; +import { i18n } from '@lingui/core'; import { GraphQLFormattedError } from 'graphql'; import { ApolloManager } from '../types/apolloManager.interface'; import { loggerLink } from '../utils/loggerLink'; @@ -71,7 +72,7 @@ export class ApolloFactory implements ApolloManager { : '', ...(this.currentWorkspaceMember?.locale ? { 'x-locale': this.currentWorkspaceMember.locale } - : {}), + : { 'x-locale': i18n.locale }), }, }; }); diff --git a/packages/twenty-front/src/modules/app/components/App.tsx b/packages/twenty-front/src/modules/app/components/App.tsx index a36087dea..4f77a520b 100644 --- a/packages/twenty-front/src/modules/app/components/App.tsx +++ b/packages/twenty-front/src/modules/app/components/App.tsx @@ -11,12 +11,9 @@ import { HelmetProvider } from 'react-helmet-async'; import { RecoilRoot } from 'recoil'; import { RecoilURLSyncJSON } from 'recoil-sync'; import { IconsProvider } from 'twenty-ui'; -import { messages as enMessages } from '../../../locales/generated/en'; +import { initialI18nActivate } from '~/utils/i18n/initialI18nActivate'; -i18n.load({ - en: enMessages, -}); -i18n.activate('en'); +initialI18nActivate(); export const App = () => { return ( diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/FooterNote.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/FooterNote.tsx index 46e38da11..cd3df73ea 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/FooterNote.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/FooterNote.tsx @@ -1,5 +1,5 @@ import styled from '@emotion/styled'; -import React from 'react'; +import { Trans } from '@lingui/react/macro'; const StyledContainer = styled.div` align-items: center; @@ -20,21 +20,21 @@ const StyledContainer = styled.div` export const FooterNote = () => ( - By using Twenty, you agree to the{' '} + By using Twenty, you agree to the{' '} - Terms of Service + Terms of Service {' '} - and{' '} + and{' '} - Privacy Policy + Privacy Policy . diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx index 49d7a0ca2..586a1017d 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpPasswordField.tsx @@ -1,11 +1,12 @@ -import { TextInput } from '@/ui/input/components/TextInput'; -import { Controller, useFormContext } from 'react-hook-form'; -import styled from '@emotion/styled'; -import { motion } from 'framer-motion'; -import { StyledText } from 'twenty-ui'; -import { useTheme } from '@emotion/react'; import { Form } from '@/auth/sign-in-up/hooks/useSignInUpForm'; import { SignInUpMode } from '@/auth/types/signInUpMode'; +import { TextInput } from '@/ui/input/components/TextInput'; +import { useTheme } from '@emotion/react'; +import styled from '@emotion/styled'; +import { useLingui } from '@lingui/react/macro'; +import { motion } from 'framer-motion'; +import { Controller, useFormContext } from 'react-hook-form'; +import { StyledText } from 'twenty-ui'; const StyledFullWidthMotionDiv = styled(motion.div)` width: 100%; @@ -22,6 +23,7 @@ export const SignInUpPasswordField = ({ showErrors: boolean; signInUpMode: SignInUpMode; }) => { + const { t } = useLingui(); const theme = useTheme(); const form = useFormContext
(); @@ -55,7 +57,7 @@ export const SignInUpPasswordField = ({ /> {signInUpMode === SignInUpMode.SignUp && ( )} diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx index 28453ef00..efae60c7c 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithCredentials.tsx @@ -11,6 +11,7 @@ import { SignInUpMode } from '@/auth/types/signInUpMode'; import { isRequestingCaptchaTokenState } from '@/captcha/states/isRequestingCaptchaTokenState'; import { captchaState } from '@/client-config/states/captchaState'; import styled from '@emotion/styled'; +import { useLingui } from '@lingui/react/macro'; import { useMemo, useState } from 'react'; import { useFormContext } from 'react-hook-form'; import { useRecoilValue } from 'recoil'; @@ -25,6 +26,7 @@ const StyledForm = styled.form` `; export const SignInUpWithCredentials = () => { + const { t } = useLingui(); const form = useFormContext(); const signInUpStep = useRecoilValue(signInUpStepState); @@ -64,25 +66,25 @@ export const SignInUpWithCredentials = () => { const buttonTitle = useMemo(() => { if (signInUpStep === SignInUpStep.Init) { - return 'Continue With Email'; + return t`Continue with Email`; } if ( signInUpMode === SignInUpMode.SignIn && signInUpStep === SignInUpStep.Password ) { - return 'Sign in'; + return t`Sign in`; } if ( signInUpMode === SignInUpMode.SignUp && signInUpStep === SignInUpStep.Password ) { - return 'Sign up'; + return t`Sign up`; } - return 'Continue'; - }, [signInUpMode, signInUpStep]); + return t`Continue`; + }, [signInUpMode, signInUpStep, t]); const shouldWaitForCaptchaToken = signInUpStep !== SignInUpStep.Init && diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx index 7aba0a1f3..0c9c063ec 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithGoogle.tsx @@ -1,12 +1,13 @@ -import { IconGoogle, MainButton, HorizontalSeparator } from 'twenty-ui'; +import { useSignInWithGoogle } from '@/auth/sign-in-up/hooks/useSignInWithGoogle'; import { SignInUpStep, signInUpStepState, } from '@/auth/states/signInUpStepState'; import { useTheme } from '@emotion/react'; -import { useRecoilValue } from 'recoil'; -import { useSignInWithGoogle } from '@/auth/sign-in-up/hooks/useSignInWithGoogle'; +import { useLingui } from '@lingui/react/macro'; import { memo } from 'react'; +import { useRecoilValue } from 'recoil'; +import { HorizontalSeparator, IconGoogle, MainButton } from 'twenty-ui'; const GoogleIcon = memo(() => { const theme = useTheme(); @@ -14,6 +15,7 @@ const GoogleIcon = memo(() => { }); export const SignInUpWithGoogle = () => { + const { t } = useLingui(); const signInUpStep = useRecoilValue(signInUpStepState); const { signInWithGoogle } = useSignInWithGoogle(); @@ -21,7 +23,7 @@ export const SignInUpWithGoogle = () => { <> { const theme = useTheme(); + const { t } = useLingui(); + const signInUpStep = useRecoilValue(signInUpStepState); const { signInWithMicrosoft } = useSignInWithMicrosoft(); @@ -16,7 +19,7 @@ export const SignInUpWithMicrosoft = () => { <> } - title="Continue with Microsoft" + title={t`Continue with Microsoft`} onClick={signInWithMicrosoft} variant={signInUpStep === SignInUpStep.Init ? undefined : 'secondary'} fullWidth diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx index 327ca76f6..96a04ff59 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWithSSO.tsx @@ -5,12 +5,14 @@ import { } from '@/auth/states/signInUpStepState'; import { workspaceAuthProvidersState } from '@/workspace/states/workspaceAuthProvidersState'; import { useTheme } from '@emotion/react'; +import { useLingui } from '@lingui/react/macro'; import { useRecoilValue, useSetRecoilState } from 'recoil'; import { isDefined } from 'twenty-shared'; import { HorizontalSeparator, IconLock, MainButton } from 'twenty-ui'; export const SignInUpWithSSO = () => { const theme = useTheme(); + const { t } = useLingui(); const setSignInUpStep = useSetRecoilState(signInUpStepState); const workspaceAuthProviders = useRecoilValue(workspaceAuthProvidersState); @@ -33,7 +35,7 @@ export const SignInUpWithSSO = () => { <> } - title="Single sign-on (SSO)" + title={t`Single sign-on (SSO)`} onClick={signInWithSSO} variant={signInUpStep === SignInUpStep.Init ? undefined : 'secondary'} fullWidth diff --git a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx index ff0be7742..4cb94546f 100644 --- a/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx +++ b/packages/twenty-front/src/modules/auth/sign-in-up/components/SignInUpWorkspaceScopeForm.tsx @@ -8,6 +8,7 @@ import { useSignInUpForm } from '@/auth/sign-in-up/hooks/useSignInUpForm'; import { SignInUpStep } from '@/auth/states/signInUpStepState'; import { workspaceAuthProvidersState } from '@/workspace/states/workspaceAuthProvidersState'; import styled from '@emotion/styled'; +import { Trans } from '@lingui/react/macro'; import { FormProvider } from 'react-hook-form'; import { useRecoilValue } from 'recoil'; import { ActionLink, HorizontalSeparator } from 'twenty-ui'; @@ -54,7 +55,7 @@ export const SignInUpWorkspaceScopeForm = () => { {signInUpStep === SignInUpStep.Password && ( - Forgot your password? + Forgot your password? )} diff --git a/packages/twenty-front/src/pages/auth/PasswordReset.tsx b/packages/twenty-front/src/pages/auth/PasswordReset.tsx index 27c67e495..2c6c016af 100644 --- a/packages/twenty-front/src/pages/auth/PasswordReset.tsx +++ b/packages/twenty-front/src/pages/auth/PasswordReset.tsx @@ -136,14 +136,14 @@ export const PasswordReset = () => { }); if (!data?.updatePasswordViaResetToken.success) { - enqueueSnackBar('There was an error while updating password.', { + enqueueSnackBar(t`There was an error while updating password.`, { variant: SnackBarVariant.Error, }); return; } if (isLoggedIn) { - enqueueSnackBar('Password has been updated', { + enqueueSnackBar(t`Password has been updated`, { variant: SnackBarVariant.Success, }); navigate(AppPath.Index); @@ -159,7 +159,7 @@ export const PasswordReset = () => { enqueueSnackBar( err instanceof Error ? err.message - : 'An error occurred while updating password', + : t`An error occurred while updating password`, { variant: SnackBarVariant.Error, }, diff --git a/packages/twenty-front/src/pages/auth/SignInUp.tsx b/packages/twenty-front/src/pages/auth/SignInUp.tsx index 82b8302fd..cbb850b13 100644 --- a/packages/twenty-front/src/pages/auth/SignInUp.tsx +++ b/packages/twenty-front/src/pages/auth/SignInUp.tsx @@ -21,9 +21,10 @@ import { useMemo } from 'react'; import { isDefined } from 'twenty-shared'; import { AnimatedEaseIn } from 'twenty-ui'; +import { useWorkspaceFromInviteHash } from '@/auth/sign-in-up/hooks/useWorkspaceFromInviteHash'; +import { useLingui } from '@lingui/react/macro'; import { useSearchParams } from 'react-router-dom'; import { PublicWorkspaceDataOutput } from '~/generated-metadata/graphql'; -import { useWorkspaceFromInviteHash } from '@/auth/sign-in-up/hooks/useWorkspaceFromInviteHash'; const StandardContent = ({ workspacePublicData, @@ -49,6 +50,8 @@ const StandardContent = ({ }; export const SignInUp = () => { + const { t } = useLingui(); + const { form } = useSignInUpForm(); const { signInUpStep } = useSignInUp(form); const { isDefaultDomain } = useIsCurrentLocationOnDefaultDomain(); @@ -61,23 +64,22 @@ export const SignInUp = () => { useWorkspaceFromInviteHash(); const [searchParams] = useSearchParams(); - const title = useMemo(() => { if (isDefined(workspaceInviteHash)) { return `Join ${workspaceFromInviteHash?.displayName ?? ''} team`; } + const workspaceName = !isDefined(workspacePublicData?.displayName) + ? DEFAULT_WORKSPACE_NAME + : workspacePublicData?.displayName === '' + ? t`Your Workspace` + : workspacePublicData?.displayName; - return `Welcome to ${ - !isDefined(workspacePublicData?.displayName) - ? DEFAULT_WORKSPACE_NAME - : workspacePublicData?.displayName === '' - ? 'Your Workspace' - : workspacePublicData?.displayName - }`; + return t`Welcome to ${workspaceName}`; }, [ workspaceFromInviteHash?.displayName, workspaceInviteHash, workspacePublicData?.displayName, + t, ]); const signInUpForm = useMemo(() => { diff --git a/packages/twenty-front/src/pages/auth/__stories__/SignInUp.stories.tsx b/packages/twenty-front/src/pages/auth/__stories__/SignInUp.stories.tsx index 1ce73e337..3eb815bbb 100644 --- a/packages/twenty-front/src/pages/auth/__stories__/SignInUp.stories.tsx +++ b/packages/twenty-front/src/pages/auth/__stories__/SignInUp.stories.tsx @@ -53,7 +53,7 @@ export const Default: Story = { play: async ({ canvasElement }) => { const canvas = within(canvasElement); const continueWithEmailButton = await canvas.findByText( - 'Continue With Email', + 'Continue with Email', ); await fireEvent.click(continueWithEmailButton); diff --git a/packages/twenty-front/src/pages/auth/__stories__/SignInUpWithInvite.stories.tsx b/packages/twenty-front/src/pages/auth/__stories__/SignInUpWithInvite.stories.tsx index 3a510c881..f647166f4 100644 --- a/packages/twenty-front/src/pages/auth/__stories__/SignInUpWithInvite.stories.tsx +++ b/packages/twenty-front/src/pages/auth/__stories__/SignInUpWithInvite.stories.tsx @@ -78,7 +78,7 @@ export const Default: Story = { }); const continueWithEmailButton = await canvas.findByText( - 'Continue With Email', + 'Continue with Email', ); await fireEvent.click(continueWithEmailButton); diff --git a/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx b/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx index 651dcd21d..18553dafa 100644 --- a/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx +++ b/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx @@ -8,7 +8,6 @@ import { useUpdateOneRecord } from '@/object-record/hooks/useUpdateOneRecord'; import { Select } from '@/ui/input/components/Select'; import { useRefreshObjectMetadataItems } from '@/object-metadata/hooks/useRefreshObjectMetadataItem'; -import { i18n } from '@lingui/core'; import { useLingui } from '@lingui/react/macro'; import { APP_LOCALES, isDefined } from 'twenty-shared'; import { dynamicActivate } from '~/utils/i18n/dynamicActivate'; @@ -124,7 +123,7 @@ export const LocalePicker = () => { dropdownId="preferred-locale" dropdownWidthAuto fullWidth - value={i18n.locale} + value={currentWorkspaceMember.locale} options={localeOptions} onChange={(value) => handleLocaleChange(value as keyof typeof APP_LOCALES) diff --git a/packages/twenty-front/src/utils/i18n/dynamicActivate.ts b/packages/twenty-front/src/utils/i18n/dynamicActivate.ts index b384f60ca..9ecd2f20d 100644 --- a/packages/twenty-front/src/utils/i18n/dynamicActivate.ts +++ b/packages/twenty-front/src/utils/i18n/dynamicActivate.ts @@ -5,4 +5,10 @@ export const dynamicActivate = async (locale: keyof typeof APP_LOCALES) => { const { messages } = await import(`../../locales/generated/${locale}.ts`); i18n.load(locale, messages); i18n.activate(locale); + try { + localStorage.setItem('locale', locale); + } catch (error) { + // eslint-disable-next-line no-console + console.log('Failed to save locale to localStorage:', error); + } }; diff --git a/packages/twenty-front/src/utils/i18n/initialI18nActivate.ts b/packages/twenty-front/src/utils/i18n/initialI18nActivate.ts new file mode 100644 index 000000000..627afdb5a --- /dev/null +++ b/packages/twenty-front/src/utils/i18n/initialI18nActivate.ts @@ -0,0 +1,29 @@ +import { fromNavigator, fromStorage, fromUrl } from '@lingui/detect-locale'; +import { APP_LOCALES, isDefined, isValidLocale } from 'twenty-shared'; +import { dynamicActivate } from '~/utils/i18n/dynamicActivate'; + +export const initialI18nActivate = () => { + const urlLocale = fromUrl('locale'); + const storageLocale = fromStorage('locale'); + const navigatorLocale = fromNavigator(); + + let locale: keyof typeof APP_LOCALES = APP_LOCALES.en; + + if (isDefined(urlLocale) && isValidLocale(urlLocale)) { + locale = urlLocale; + try { + localStorage.setItem('locale', urlLocale); + } catch (error) { + // eslint-disable-next-line no-console + console.log('Failed to save locale to localStorage:', error); + } + } else if (isDefined(storageLocale) && isValidLocale(storageLocale)) { + locale = storageLocale; + } else if (isDefined(navigatorLocale) && isValidLocale(navigatorLocale)) { + // TODO: remove when we're ready to launch + // locale = navigatorLocale; + locale = 'en'; + } + + dynamicActivate(locale); +}; diff --git a/packages/twenty-shared/src/index.ts b/packages/twenty-shared/src/index.ts index b9ff6df65..a0a1a2985 100644 --- a/packages/twenty-shared/src/index.ts +++ b/packages/twenty-shared/src/index.ts @@ -8,5 +8,6 @@ export * from './types/FieldMetadataType'; export * from './utils/fieldMetadata/isFieldMetadataDateKind'; export * from './utils/image/getImageAbsoluteURI'; export * from './utils/isDefined'; +export * from './utils/isValidLocale'; export * from './utils/strings'; export * from './workspace'; diff --git a/packages/twenty-shared/src/utils/isValidLocale.ts b/packages/twenty-shared/src/utils/isValidLocale.ts new file mode 100644 index 000000000..7c4bc5c74 --- /dev/null +++ b/packages/twenty-shared/src/utils/isValidLocale.ts @@ -0,0 +1,5 @@ +import { APP_LOCALES } from 'src/constants/Locales'; + +export const isValidLocale = ( + value: string | null, +): value is keyof typeof APP_LOCALES => value !== null && value in APP_LOCALES; diff --git a/yarn.lock b/yarn.lock index eef5407be..e264da171 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7094,6 +7094,13 @@ __metadata: languageName: node linkType: hard +"@lingui/detect-locale@npm:^5.2.0": + version: 5.2.0 + resolution: "@lingui/detect-locale@npm:5.2.0" + checksum: 10c0/4757ef7ca4003af6fb2b062d61bce9fc145c4ab6863db0a714ee8b3cc00a840b26bda21829ca05a63a992c25309ee42480a730a62185c837e419e792544287f5 + languageName: node + linkType: hard + "@lingui/format-po@npm:^5.1.2": version: 5.1.2 resolution: "@lingui/format-po@npm:5.1.2" @@ -45872,6 +45879,7 @@ __metadata: dependencies: "@blocknote/xl-docx-exporter": "npm:^0.22.0" "@blocknote/xl-pdf-exporter": "npm:^0.22.0" + "@lingui/detect-locale": "npm:^5.2.0" "@nivo/calendar": "npm:^0.87.0" "@nivo/core": "npm:^0.87.0" "@nivo/line": "npm:^0.87.0"