Add logged out translations (#9983)

Add translation for logged in / sub pages
This commit is contained in:
Félix Malfait
2025-02-03 22:00:54 +01:00
committed by GitHub
parent 351e768038
commit 7a0f2f8c0a
46 changed files with 1505 additions and 600 deletions

View File

@ -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',

View File

@ -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();

View File

@ -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",

View File

@ -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}"

View File

@ -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 youve 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"

View File

@ -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}"

View File

@ -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}"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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}"

View File

@ -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}。"

View File

@ -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}"

View File

@ -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 ""

View File

@ -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}"

View File

@ -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}"

View File

@ -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}"

View File

@ -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}"

View File

@ -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<TCacheShape> implements ApolloManager<TCacheShape> {
: '',
...(this.currentWorkspaceMember?.locale
? { 'x-locale': this.currentWorkspaceMember.locale }
: {}),
: { 'x-locale': i18n.locale }),
},
};
});

View File

@ -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 (

View File

@ -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 = () => (
<StyledContainer>
By using Twenty, you agree to the{' '}
<Trans>By using Twenty, you agree to the</Trans>{' '}
<a
href="https://twenty.com/legal/terms"
target="_blank"
rel="noopener noreferrer"
>
Terms of Service
<Trans>Terms of Service</Trans>
</a>{' '}
and{' '}
<Trans>and</Trans>{' '}
<a
href="https://twenty.com/legal/privacy"
target="_blank"
rel="noopener noreferrer"
>
Privacy Policy
<Trans>Privacy Policy</Trans>
</a>
.
</StyledContainer>

View File

@ -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<Form>();
@ -55,7 +57,7 @@ export const SignInUpPasswordField = ({
/>
{signInUpMode === SignInUpMode.SignUp && (
<StyledText
text={'At least 8 characters long.'}
text={t`At least 8 characters long.`}
color={theme.font.color.secondary}
/>
)}

View File

@ -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<Form>();
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 &&

View File

@ -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 = () => {
<>
<MainButton
Icon={GoogleIcon}
title="Continue with Google"
title={t`Continue with Google`}
onClick={signInWithGoogle}
variant={signInUpStep === SignInUpStep.Init ? undefined : 'secondary'}
fullWidth

View File

@ -1,14 +1,17 @@
import { IconMicrosoft, MainButton, HorizontalSeparator } from 'twenty-ui';
import { useSignInWithMicrosoft } from '@/auth/sign-in-up/hooks/useSignInWithMicrosoft';
import {
SignInUpStep,
signInUpStepState,
} from '@/auth/states/signInUpStepState';
import { useTheme } from '@emotion/react';
import { useSignInWithMicrosoft } from '@/auth/sign-in-up/hooks/useSignInWithMicrosoft';
import { useLingui } from '@lingui/react/macro';
import { useRecoilValue } from 'recoil';
import { HorizontalSeparator, IconMicrosoft, MainButton } from 'twenty-ui';
export const SignInUpWithMicrosoft = () => {
const theme = useTheme();
const { t } = useLingui();
const signInUpStep = useRecoilValue(signInUpStepState);
const { signInWithMicrosoft } = useSignInWithMicrosoft();
@ -16,7 +19,7 @@ export const SignInUpWithMicrosoft = () => {
<>
<MainButton
Icon={() => <IconMicrosoft size={theme.icon.size.md} />}
title="Continue with Microsoft"
title={t`Continue with Microsoft`}
onClick={signInWithMicrosoft}
variant={signInUpStep === SignInUpStep.Init ? undefined : 'secondary'}
fullWidth

View File

@ -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 = () => {
<>
<MainButton
Icon={() => <IconLock size={theme.icon.size.md} />}
title="Single sign-on (SSO)"
title={t`Single sign-on (SSO)`}
onClick={signInWithSSO}
variant={signInUpStep === SignInUpStep.Init ? undefined : 'secondary'}
fullWidth

View File

@ -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 = () => {
</StyledContentContainer>
{signInUpStep === SignInUpStep.Password && (
<ActionLink onClick={handleResetPassword(form.getValues('email'))}>
Forgot your password?
<Trans>Forgot your password?</Trans>
</ActionLink>
)}
</>

View File

@ -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,
},

View File

@ -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(() => {

View File

@ -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);

View File

@ -78,7 +78,7 @@ export const Default: Story = {
});
const continueWithEmailButton = await canvas.findByText(
'Continue With Email',
'Continue with Email',
);
await fireEvent.click(continueWithEmailButton);

View File

@ -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)

View File

@ -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);
}
};

View File

@ -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);
};

View File

@ -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';

View File

@ -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;

View File

@ -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"