From 2efc71b5cb55df481dde4f96c32707ffc8bb970c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Fri, 17 Jan 2025 14:59:19 +0100 Subject: [PATCH] Add first real translations + translation.io (#9715) --- README.md | 1 + packages/twenty-front/.env.example | 2 + packages/twenty-front/lingui.config.ts | 16 +- packages/twenty-front/project.json | 2 +- packages/twenty-front/src/locales/de.po | 366 ++++++------ packages/twenty-front/src/locales/en.po | 14 +- packages/twenty-front/src/locales/es.po | 366 ++++++------ packages/twenty-front/src/locales/fr.po | 366 ++++++------ .../twenty-front/src/locales/generated/de.ts | 2 +- .../twenty-front/src/locales/generated/en.ts | 2 +- .../twenty-front/src/locales/generated/es.ts | 2 +- .../twenty-front/src/locales/generated/fr.ts | 2 +- .../twenty-front/src/locales/generated/it.ts | 2 +- .../src/locales/generated/pseudo-en.ts | 2 +- .../twenty-front/src/locales/generated/pt.ts | 2 +- .../src/locales/generated/zh-Hans.ts | 1 + .../src/locales/generated/zh-Hant.ts | 1 + packages/twenty-front/src/locales/it.po | 366 ++++++------ .../twenty-front/src/locales/pseudo-en.po | 12 +- packages/twenty-front/src/locales/pt.po | 366 ++++++------ packages/twenty-front/src/locales/zh-Hans.po | 544 ++++++++++++++++++ packages/twenty-front/src/locales/zh-Hant.po | 544 ++++++++++++++++++ .../appearance/components/LocalePicker.tsx | 8 +- 23 files changed, 1943 insertions(+), 1046 deletions(-) create mode 100644 packages/twenty-front/src/locales/generated/zh-Hans.ts create mode 100644 packages/twenty-front/src/locales/generated/zh-Hant.ts create mode 100644 packages/twenty-front/src/locales/zh-Hans.po create mode 100644 packages/twenty-front/src/locales/zh-Hant.po diff --git a/README.md b/README.md index ff28b5986..be50ee143 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Below are a few features we have implemented to date: - [NestJS](https://nestjs.com/), with [BullMQ](https://bullmq.io/), [PostgreSQL](https://www.postgresql.org/), [Redis](https://redis.io/) - [React](https://reactjs.org/), with [Recoil](https://recoiljs.org/) and [Emotion](https://emotion.sh/) - [Greptile](https://greptile.com) for code reviews. +- [TranslationIO](https://translation.io/) for translations. # Join the Community diff --git a/packages/twenty-front/.env.example b/packages/twenty-front/.env.example index 049be24db..c1203ab90 100644 --- a/packages/twenty-front/.env.example +++ b/packages/twenty-front/.env.example @@ -1,5 +1,7 @@ REACT_APP_SERVER_BASE_URL=http://localhost:3000 GENERATE_SOURCEMAP=false +TRANSLATION_IO_API_KEY=xxx + # ———————— Optional ———————— # REACT_APP_PORT=3001 diff --git a/packages/twenty-front/lingui.config.ts b/packages/twenty-front/lingui.config.ts index b4eaa51a2..9f53c1417 100644 --- a/packages/twenty-front/lingui.config.ts +++ b/packages/twenty-front/lingui.config.ts @@ -2,7 +2,17 @@ import { defineConfig } from '@lingui/cli'; export default defineConfig({ sourceLocale: 'en', - locales: ['en', 'fr', 'pt', 'de', 'it', 'es', 'zh', 'pseudo-en'], + locales: [ + 'en', + 'fr', + 'pt', + 'de', + 'it', + 'es', + 'zh-Hans', + 'zh-Hant', + 'pseudo-en', + ], pseudoLocale: 'pseudo-en', fallbackLocales: { 'pseudo-en': 'en', @@ -15,4 +25,8 @@ export default defineConfig({ ], catalogsMergePath: '/src/locales/generated/{locale}', compileNamespace: 'ts', + service: { + name: 'TranslationIO', + apiKey: process.env.TRANSLATION_IO_API_KEY ?? '', + }, }); diff --git a/packages/twenty-front/project.json b/packages/twenty-front/project.json index 2f73d5f51..4f541de4f 100644 --- a/packages/twenty-front/project.json +++ b/packages/twenty-front/project.json @@ -158,7 +158,7 @@ "executor": "nx:run-commands", "options": { "cwd": "{projectRoot}", - "command": "lingui extract" + "command": "lingui extract --overwrite" } }, "lingui:compile": { diff --git a/packages/twenty-front/src/locales/de.po b/packages/twenty-front/src/locales/de.po index ec35dde10..d2a32a3a9 100644 --- a/packages/twenty-front/src/locales/de.po +++ b/packages/twenty-front/src/locales/de.po @@ -1,559 +1,489 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-16 21:57+0100\n" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: de\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" -#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 -#~ msgid "{0}" -#~ msgstr "" +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "API-Schlüssel" #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" -msgstr "" +msgstr "Abbrechen" #: src/pages/settings/data-model/SettingsNewObject.tsx:86 msgid "About" -msgstr "" +msgstr "Über" #: src/pages/settings/SettingsWorkspaceMembers.tsx:321 msgid "Account Deletion" -msgstr "" +msgstr "Konto-Löschung" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 msgid "Accounts" -msgstr "" +msgstr "Konten" #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" -msgstr "" +msgstr "Aktiv" #: src/pages/settings/developers/SettingsDevelopers.tsx:50 msgid "Active API keys created by you or your team." -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:50 -#~ msgid "Active APIs keys created by you or your team." -#~ msgstr "" +msgstr "Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden." #: src/pages/settings/data-model/SettingsObjects.tsx:149 msgid "Add object" -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:49 -msgid "API keys" -msgstr "" +msgstr "Objekt hinzufügen" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" -msgstr "" +msgstr "Erscheinungsbild" #: src/pages/settings/SettingsBilling.tsx:190 msgid "Are you sure that you want to change your billing interval?" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:190 -#~ msgid "Are you sure that you want to change your billing interval? {5}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:189 -#~ msgid "Are you sure that you want to change your billing interval? {impact}" -#~ msgstr "" +msgstr "Sind Sie sicher, dass Sie Ihr Abrechnungsintervall ändern möchten?" #: src/pages/settings/security/SettingsSecurity.tsx:63 msgid "Authentication" -msgstr "" +msgstr "Authentifizierung" #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" -msgstr "" +msgstr "Zurück zum Inhalt" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 msgid "Billing" -msgstr "" +msgstr "Rechnungsstellung" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 msgid "Calendars" -msgstr "" +msgstr "Kalendarien" #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" -msgstr "" +msgstr "Plan stornieren" #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:194 -#~ msgid "Change {6}" -#~ msgstr "" +msgstr "Ihr Abonnement kündigen" #: src/pages/settings/SettingsBilling.tsx:194 msgid "Change {to}" -msgstr "" +msgstr "Ändern {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "" +msgid "Chinese — Simplified" +msgstr "Chinesisch - Vereinfacht" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Chinesisch - Traditionell" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" -msgstr "" +msgstr "Konfigurieren Sie eine SSO-Verbindung" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 msgid "Configure how dates are displayed across the app" -msgstr "" +msgstr "Konfigurieren Sie die Anzeige von Daten in der App" #: src/pages/onboarding/InviteTeam.tsx:228 msgid "Continue" -msgstr "" +msgstr "Weiter" #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" -msgstr "" +msgstr "Link zur Einladung kopieren" #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" -msgstr "" +msgstr "API-Schlüssel erstellen" #: src/pages/settings/developers/SettingsDevelopers.tsx:72 msgid "Create Webhook" -msgstr "" +msgstr "Webhook erstellen" #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" -msgstr "" +msgstr "Domäne anpassen" #: src/pages/settings/security/SettingsSecurity.tsx:64 msgid "Customize your workspace security" -msgstr "" +msgstr "Passen Sie die Sicherheit Ihres Arbeitsbereichs an" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 msgid "Danger zone" -msgstr "" +msgstr "Gefahrenzone" #: src/pages/settings/data-model/SettingsObjects.tsx:144 msgid "Data model" -msgstr "" +msgstr "Datenmodell" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 msgid "Date and time" -msgstr "" +msgstr "Datum und Uhrzeit" #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" -msgstr "" +msgstr "Definieren Sie den Namen und die Beschreibung Ihres Objekts" #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 msgid "Delete account" -msgstr "" +msgstr "Konto löschen" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 msgid "Delete workspace" -msgstr "" +msgstr "Arbeitsbereich löschen" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 msgid "Delete your whole workspace" -msgstr "" +msgstr "Löschen Sie Ihren gesamten Arbeitsbereich" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 msgid "Developers" -msgstr "" +msgstr "Entwickler" #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 #: src/pages/settings/workspace/SettingsDomain.tsx:150 msgid "Domain" -msgstr "" +msgstr "Bereich" #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" -msgstr "" +msgstr "Abrechnungsintervall bearbeiten" #: src/pages/settings/SettingsBilling.tsx:145 msgid "Edit payment method, see your invoices and more" -msgstr "" +msgstr "Zahlungsmethode bearbeiten, Rechnungen einsehen und mehr" #: src/pages/settings/SettingsWorkspace.tsx:52 msgid "Edit your subdomain name or set a custom domain." -msgstr "" +msgstr "Bearbeiten Sie den Namen Ihrer Subdomain oder legen Sie eine benutzerdefinierte Domain fest." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 msgid "Email" -msgstr "" +msgstr "E-Mail" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 msgid "English" -msgstr "" +msgstr "Englisch" #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:118 -#~ msgid "Error while switching subscription {1}." -#~ msgstr "" +msgstr "Unternehmen" #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." -msgstr "" +msgstr "Fehler beim Umschalten des Abonnements {to}." #: src/pages/settings/developers/SettingsDevelopers.tsx:66 msgid "Establish Webhook endpoints for notifications on asynchronous events." -msgstr "" +msgstr "Erstellen Sie Webhook-Endpunkte für Benachrichtigungen über asynchrone Ereignisse." #: src/pages/settings/data-model/SettingsObjects.tsx:167 msgid "Existing objects" -msgstr "" +msgstr "Vorhandene Objekte" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 msgid "Experience" -msgstr "" +msgstr "Erleben Sie" #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" -msgstr "" +msgstr "Läuft ab in" #: src/pages/settings/data-model/SettingsNewObject.tsx:57 msgid "Failed to create object" -msgstr "" +msgstr "Objekt konnte nicht erstellt werden" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 msgid "Fields" -msgstr "" +msgstr "Felder" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 msgid "French" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:45 -msgid "from monthly to yearly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:52 -msgid "from yearly to monthly" -msgstr "" +msgstr "Französisch" #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 msgid "General" -msgstr "" +msgstr "Allgemein" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 msgid "German" -msgstr "" +msgstr "Deutsch" #: src/pages/onboarding/InviteTeam.tsx:184 msgid "Get the most out of your workspace by inviting your team." -msgstr "" +msgstr "Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team einladen." #: src/pages/settings/SettingsWorkspace.tsx:65 msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." -msgstr "" +msgstr "Gewähren Sie dem Twenty-Support vorübergehend Zugang zu Ihrem Arbeitsbereich, damit wir Probleme beheben oder Inhalte in Ihrem Namen wiederherstellen können. Sie können den Zugriff jederzeit widerrufen." #: src/pages/settings/data-model/SettingsObjects.tsx:217 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" -msgstr "" +msgstr "Inaktiv" #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 msgid "Integrations" -msgstr "" +msgstr "Integrationen" #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" -msgstr "" +msgstr "Ungültige Formularwerte" #: src/pages/settings/data-model/SettingsNewObject.tsx:53 msgid "Invalid object data" -msgstr "" +msgstr "Ungültige Objektdaten" #: src/pages/settings/SettingsWorkspaceMembers.tsx:244 msgid "Invite by email" -msgstr "" +msgstr "Per E-Mail einladen" #: src/pages/settings/SettingsWorkspaceMembers.tsx:157 msgid "Invite by link" -msgstr "" +msgstr "Per Link einladen" #: src/pages/onboarding/InviteTeam.tsx:152 msgid "Invite link sent to email addresses" -msgstr "" +msgstr "Einladungslink an E-Mail-Adressen gesendet" #: src/pages/onboarding/InviteTeam.tsx:181 msgid "Invite your team" -msgstr "" +msgstr "Laden Sie Ihr Team ein" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 msgid "Italian" -msgstr "" +msgstr "Italienisch" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 msgid "Language" -msgstr "" +msgstr "Sprache" #: src/pages/onboarding/InviteTeam.tsx:127 msgid "Link copied to clipboard" -msgstr "" +msgstr "Link in die Zwischenablage kopiert" #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" -msgstr "" +msgstr "Mitglieder verwalten" #: src/pages/settings/SettingsWorkspaceMembers.tsx:168 msgid "Manage the members of your space here" -msgstr "" +msgstr "Verwalten Sie hier die Mitglieder Ihres Bereichs" #: src/pages/settings/SettingsBilling.tsx:144 msgid "Manage your subscription" -msgstr "" +msgstr "Verwalten Sie Ihr Abonnement" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 msgid "Members" -msgstr "" +msgstr "Mitglieder" #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 msgid "Migrate" -msgstr "" +msgstr "Migrieren Sie" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 msgid "Name" -msgstr "" +msgstr "Name" #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" -msgstr "" +msgstr "Name Ihres Arbeitsbereichs" #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" -msgstr "" +msgstr "Neu" #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" -msgstr "" - -#: src/pages/settings/workspace/SettingsDomain.tsx:108 -msgid "not allowed" -msgstr "" +msgstr "Neues Objekt" #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" -msgstr "" +msgstr "Objekt erfolgreich erstellt" #: src/pages/settings/data-model/SettingsObjects.tsx:160 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 msgid "Objects" -msgstr "" +msgstr "Objekte" #: src/pages/not-found/NotFound.tsx:47 msgid "Off the beaten path" -msgstr "" - -#: src/pages/onboarding/InviteTeam.tsx:213 -msgid "or" -msgstr "" +msgstr "Abseits der ausgetretenen Pfade" #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found | Twenty" -msgstr "" +msgstr "Seite nicht gefunden | Zwanzig" #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" -msgstr "" +msgstr "Bild" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 msgid "Portuguese" -msgstr "" +msgstr "Portugiesisch" #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 msgid "Profile" -msgstr "" +msgstr "Profil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" -msgstr "" +msgstr "Pseudo-Englisch" #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 msgid "Releases" -msgstr "" +msgstr "Veröffentlichungen" #: src/modules/ui/input/components/ImageInput.tsx:173 msgid "Remove" -msgstr "" +msgstr "Entfernen" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." -msgstr "" +msgstr "Ein Feld suchen..." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 msgid "Search an index..." -msgstr "" - -#: src/pages/settings/data-model/SettingsObjects.tsx:171 -#~ msgid "Search an object..." -#~ msgstr "" +msgstr "Suche in einem Index..." #: src/pages/settings/data-model/SettingsObjects.tsx:171 msgid "Search for an object..." -msgstr "" +msgstr "Suche nach einem Objekt..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 msgid "Security" -msgstr "" +msgstr "Sicherheit" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 msgid "Select your preferred language" -msgstr "" +msgstr "Wählen Sie Ihre bevorzugte Sprache" #: src/pages/settings/SettingsWorkspaceMembers.tsx:245 msgid "Send an invite email to your team" -msgstr "" +msgstr "Senden Sie eine Einladungs-E-Mail an Ihr Team" #: src/pages/settings/workspace/SettingsDomain.tsx:151 msgid "Set the name of your subdomain" -msgstr "" +msgstr "Legen Sie den Namen Ihrer Subdomain fest" #: src/pages/settings/SettingsWorkspaceMembers.tsx:158 msgid "Share this link to invite users to join your workspace" -msgstr "" +msgstr "Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsbereich beizutreten" #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" -msgstr "" +msgstr "Überspringen" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 msgid "Spanish" -msgstr "" - -#: src/pages/settings/security/SettingsSecurity.tsx:47 -msgid "SSO" -msgstr "" +msgstr "Spanisch" #: src/pages/settings/workspace/SettingsDomain.tsx:107 msgid "Subdomain already taken" -msgstr "" +msgstr "Subdomain bereits belegt" #: src/pages/settings/workspace/SettingsDomain.tsx:49 msgid "Subdomain can not be longer than 30 characters" -msgstr "" +msgstr "Die Subdomain darf nicht länger als 30 Zeichen sein" #: src/pages/settings/workspace/SettingsDomain.tsx:48 msgid "Subdomain can not be shorter than 3 characters" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:113 -#~ msgid "Subscription has been switched {0}" -#~ msgstr "" +msgstr "Die Subdomain darf nicht kürzer als 3 Zeichen sein" #: src/pages/settings/SettingsBilling.tsx:117 msgid "Subscription has been switched {to}" -msgstr "" +msgstr "Das Abonnement wurde umgestellt {to}" #: src/pages/settings/SettingsWorkspace.tsx:63 msgid "Support" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:157 -#~ msgid "Switch {2}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:161 -#~ msgid "Switch {3}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:158 -msgid "Switch {from}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:162 -msgid "Switch {to}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:187 -#~ msgid "Switch billing {4}" -#~ msgstr "" +msgstr "Unterstützung" #: src/pages/settings/SettingsBilling.tsx:188 msgid "Switch billing {to}" -msgstr "" +msgstr "Abrechnung wechseln {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "Schalter {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "Schalter {to}" #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" -msgstr "" +msgstr "Die mit Ihrem Konto verbundene E-Mail" #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" -msgstr "" +msgstr "Die Seite, die Sie suchen, ist entweder nicht mehr vorhanden oder wurde nie angezeigt. Bringen wir Sie wieder auf den richtigen Weg" #: src/pages/settings/SettingsWorkspaceMembers.tsx:323 msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." -msgstr "" +msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird dieser Benutzer dauerhaft gelöscht und aus allen seinen Zuweisungen entfernt." #: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:51 -msgid "to monthly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:44 -msgid "to yearly" -msgstr "" +msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr gesamter Arbeitsbereich dauerhaft gelöscht. <0/> Bitte geben Sie Ihre E-Mail zur Bestätigung ein." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" -msgstr "" +msgstr "Typ" #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" -msgstr "" +msgstr "Hochladen" #: src/pages/settings/workspace/SettingsDomain.tsx:51 msgid "Use letter, number and dash only. Start and finish with a letter or a number" -msgstr "" +msgstr "Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl" #: src/pages/settings/SettingsProfile.tsx:22 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 msgid "User" -msgstr "" +msgstr "Benutzer" #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" -msgstr "" +msgstr "Details zur Rechnungsstellung anzeigen" #: src/pages/settings/developers/SettingsDevelopers.tsx:65 msgid "Webhooks" -msgstr "" +msgstr "Webhaken" #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 @@ -567,24 +497,48 @@ msgstr "" #: src/pages/settings/data-model/SettingsNewObject.tsx:70 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 msgid "Workspace" -msgstr "" +msgstr "Arbeitsbereich" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 msgid "Workspace Deletion" -msgstr "" +msgstr "Löschen von Arbeitsbereichen" #: src/pages/settings/SettingsBilling.tsx:46 msgid "You will be charged immediately for the full year." -msgstr "" +msgstr "Sie werden sofort für das gesamte Jahr belastet." #: src/pages/settings/SettingsBilling.tsx:53 msgid "Your credit balance will be used to pay the monthly bills." -msgstr "" +msgstr "Ihr Guthaben wird zur Begleichung der monatlichen Rechnungen verwendet." #: src/pages/settings/SettingsProfile.tsx:36 msgid "Your name as it will be displayed" -msgstr "" +msgstr "Ihr Name, wie er angezeigt werden soll" #: src/pages/settings/SettingsBilling.tsx:171 msgid "Your workspace will be disabled" -msgstr "" +msgstr "Ihr Arbeitsbereich wird deaktiviert" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "von monatlich bis jährlich" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "von jährlich auf monatlich" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "nicht erlaubt" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "oder" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "auf monatlich" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "bis jährlich" diff --git a/packages/twenty-front/src/locales/en.po b/packages/twenty-front/src/locales/en.po index f52e2e867..510bfebe2 100644 --- a/packages/twenty-front/src/locales/en.po +++ b/packages/twenty-front/src/locales/en.po @@ -105,8 +105,16 @@ msgid "Change {to}" msgstr "Change {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "Chinese" +#~ msgid "Chinese" +#~ msgstr "Chinese" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 +msgid "Chinese — Simplified" +msgstr "Chinese — Simplified" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Chinese — Traditional" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" @@ -395,7 +403,7 @@ msgstr "Portuguese" msgid "Profile" msgstr "Profile" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" msgstr "Pseudo-English" diff --git a/packages/twenty-front/src/locales/es.po b/packages/twenty-front/src/locales/es.po index 10c6de0c0..0dc2a7a42 100644 --- a/packages/twenty-front/src/locales/es.po +++ b/packages/twenty-front/src/locales/es.po @@ -1,559 +1,489 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-16 21:57+0100\n" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: es\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" -#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 -#~ msgid "{0}" -#~ msgstr "" +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "Claves API" #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" -msgstr "" +msgstr "Abortar" #: src/pages/settings/data-model/SettingsNewObject.tsx:86 msgid "About" -msgstr "" +msgstr "Acerca de" #: src/pages/settings/SettingsWorkspaceMembers.tsx:321 msgid "Account Deletion" -msgstr "" +msgstr "Eliminación de la cuenta" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 msgid "Accounts" -msgstr "" +msgstr "Cuentas" #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" -msgstr "" +msgstr "Activo" #: src/pages/settings/developers/SettingsDevelopers.tsx:50 msgid "Active API keys created by you or your team." -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:50 -#~ msgid "Active APIs keys created by you or your team." -#~ msgstr "" +msgstr "Claves API activas creadas por usted o su equipo." #: src/pages/settings/data-model/SettingsObjects.tsx:149 msgid "Add object" -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:49 -msgid "API keys" -msgstr "" +msgstr "Añadir objeto" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" -msgstr "" +msgstr "Apariencia" #: src/pages/settings/SettingsBilling.tsx:190 msgid "Are you sure that you want to change your billing interval?" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:190 -#~ msgid "Are you sure that you want to change your billing interval? {5}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:189 -#~ msgid "Are you sure that you want to change your billing interval? {impact}" -#~ msgstr "" +msgstr "¿Está seguro de que desea cambiar el intervalo de facturación?" #: src/pages/settings/security/SettingsSecurity.tsx:63 msgid "Authentication" -msgstr "" +msgstr "Autenticación" #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" -msgstr "" +msgstr "Volver al contenido" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 msgid "Billing" -msgstr "" +msgstr "Facturación" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 msgid "Calendars" -msgstr "" +msgstr "Calendarios" #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" -msgstr "" +msgstr "Cancelar plan" #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:194 -#~ msgid "Change {6}" -#~ msgstr "" +msgstr "Cancelar su suscripción" #: src/pages/settings/SettingsBilling.tsx:194 msgid "Change {to}" -msgstr "" +msgstr "Cambiar {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "" +msgid "Chinese — Simplified" +msgstr "Chino simplificado" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Chino - Tradicional" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" -msgstr "" +msgstr "Configurar una conexión SSO" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 msgid "Configure how dates are displayed across the app" -msgstr "" +msgstr "Configurar cómo se muestran las fechas en la aplicación" #: src/pages/onboarding/InviteTeam.tsx:228 msgid "Continue" -msgstr "" +msgstr "Continúe en" #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" -msgstr "" +msgstr "Copiar enlace de invitación" #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" -msgstr "" +msgstr "Crear clave API" #: src/pages/settings/developers/SettingsDevelopers.tsx:72 msgid "Create Webhook" -msgstr "" +msgstr "Crear Webhook" #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" -msgstr "" +msgstr "Personalizar dominio" #: src/pages/settings/security/SettingsSecurity.tsx:64 msgid "Customize your workspace security" -msgstr "" +msgstr "Personalice la seguridad de su espacio de trabajo" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 msgid "Danger zone" -msgstr "" +msgstr "Zona de peligro" #: src/pages/settings/data-model/SettingsObjects.tsx:144 msgid "Data model" -msgstr "" +msgstr "Modelo de datos" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 msgid "Date and time" -msgstr "" +msgstr "Fecha y hora" #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" -msgstr "" +msgstr "Defina el nombre y la descripción de su objeto" #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 msgid "Delete account" -msgstr "" +msgstr "Eliminar cuenta" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 msgid "Delete workspace" -msgstr "" +msgstr "Eliminar espacio de trabajo" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 msgid "Delete your whole workspace" -msgstr "" +msgstr "Borrar todo el espacio de trabajo" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 msgid "Developers" -msgstr "" +msgstr "Desarrolladores" #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 #: src/pages/settings/workspace/SettingsDomain.tsx:150 msgid "Domain" -msgstr "" +msgstr "Dominio" #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" -msgstr "" +msgstr "Editar el intervalo de facturación" #: src/pages/settings/SettingsBilling.tsx:145 msgid "Edit payment method, see your invoices and more" -msgstr "" +msgstr "Editar la forma de pago, ver sus facturas y mucho más" #: src/pages/settings/SettingsWorkspace.tsx:52 msgid "Edit your subdomain name or set a custom domain." -msgstr "" +msgstr "Edite el nombre de su subdominio o establezca un dominio personalizado." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 msgid "Email" -msgstr "" +msgstr "Correo electrónico" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 msgid "English" -msgstr "" +msgstr "Inglés" #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:118 -#~ msgid "Error while switching subscription {1}." -#~ msgstr "" +msgstr "Empresa" #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." -msgstr "" +msgstr "Error al cambiar de abono {to}." #: src/pages/settings/developers/SettingsDevelopers.tsx:66 msgid "Establish Webhook endpoints for notifications on asynchronous events." -msgstr "" +msgstr "Establezca puntos finales Webhook para notificaciones sobre eventos asíncronos." #: src/pages/settings/data-model/SettingsObjects.tsx:167 msgid "Existing objects" -msgstr "" +msgstr "Objetos existentes" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 msgid "Experience" -msgstr "" +msgstr "Experiencia" #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" -msgstr "" +msgstr "Expira en" #: src/pages/settings/data-model/SettingsNewObject.tsx:57 msgid "Failed to create object" -msgstr "" +msgstr "Error al crear objeto" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 msgid "Fields" -msgstr "" +msgstr "Campos" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 msgid "French" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:45 -msgid "from monthly to yearly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:52 -msgid "from yearly to monthly" -msgstr "" +msgstr "Francés" #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 msgid "General" -msgstr "" +msgstr "General" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 msgid "German" -msgstr "" +msgstr "Alemán" #: src/pages/onboarding/InviteTeam.tsx:184 msgid "Get the most out of your workspace by inviting your team." -msgstr "" +msgstr "Aproveche al máximo su espacio de trabajo invitando a su equipo." #: src/pages/settings/SettingsWorkspace.tsx:65 msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." -msgstr "" +msgstr "Concede al servicio de asistencia de Twenty acceso temporal a tu espacio de trabajo para que podamos solucionar problemas o recuperar contenidos en tu nombre. Puedes revocar el acceso en cualquier momento." #: src/pages/settings/data-model/SettingsObjects.tsx:217 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" -msgstr "" +msgstr "Inactivo" #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 msgid "Integrations" -msgstr "" +msgstr "Integraciones" #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" -msgstr "" +msgstr "Valores de formulario no válidos" #: src/pages/settings/data-model/SettingsNewObject.tsx:53 msgid "Invalid object data" -msgstr "" +msgstr "Datos de objeto no válidos" #: src/pages/settings/SettingsWorkspaceMembers.tsx:244 msgid "Invite by email" -msgstr "" +msgstr "Invitar por correo electrónico" #: src/pages/settings/SettingsWorkspaceMembers.tsx:157 msgid "Invite by link" -msgstr "" +msgstr "Invitar por enlace" #: src/pages/onboarding/InviteTeam.tsx:152 msgid "Invite link sent to email addresses" -msgstr "" +msgstr "Envío del enlace de invitación a las direcciones de correo electrónico" #: src/pages/onboarding/InviteTeam.tsx:181 msgid "Invite your team" -msgstr "" +msgstr "Invite a su equipo" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 msgid "Italian" -msgstr "" +msgstr "Italiano" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 msgid "Language" -msgstr "" +msgstr "Idioma" #: src/pages/onboarding/InviteTeam.tsx:127 msgid "Link copied to clipboard" -msgstr "" +msgstr "Enlace copiado en el portapapeles" #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" -msgstr "" +msgstr "Gestionar miembros" #: src/pages/settings/SettingsWorkspaceMembers.tsx:168 msgid "Manage the members of your space here" -msgstr "" +msgstr "Gestione aquí los miembros de su espacio" #: src/pages/settings/SettingsBilling.tsx:144 msgid "Manage your subscription" -msgstr "" +msgstr "Gestione su suscripción" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 msgid "Members" -msgstr "" +msgstr "Miembros" #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 msgid "Migrate" -msgstr "" +msgstr "Migrar" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 msgid "Name" -msgstr "" +msgstr "Nombre" #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" -msgstr "" +msgstr "Nombre de su espacio de trabajo" #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" -msgstr "" +msgstr "Nuevo" #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" -msgstr "" - -#: src/pages/settings/workspace/SettingsDomain.tsx:108 -msgid "not allowed" -msgstr "" +msgstr "Nuevo objeto" #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" -msgstr "" +msgstr "Objeto creado correctamente" #: src/pages/settings/data-model/SettingsObjects.tsx:160 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 msgid "Objects" -msgstr "" +msgstr "Objetos" #: src/pages/not-found/NotFound.tsx:47 msgid "Off the beaten path" -msgstr "" - -#: src/pages/onboarding/InviteTeam.tsx:213 -msgid "or" -msgstr "" +msgstr "Fuera de los caminos trillados" #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found | Twenty" -msgstr "" +msgstr "Página no encontrada | Veinte" #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" -msgstr "" +msgstr "Fotografía" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 msgid "Portuguese" -msgstr "" +msgstr "Portugués" #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 msgid "Profile" -msgstr "" +msgstr "Perfil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" -msgstr "" +msgstr "Pseudoinglés" #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 msgid "Releases" -msgstr "" +msgstr "Comunicados" #: src/modules/ui/input/components/ImageInput.tsx:173 msgid "Remove" -msgstr "" +msgstr "Eliminar" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." -msgstr "" +msgstr "Buscar un campo..." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 msgid "Search an index..." -msgstr "" - -#: src/pages/settings/data-model/SettingsObjects.tsx:171 -#~ msgid "Search an object..." -#~ msgstr "" +msgstr "Buscar en un índice..." #: src/pages/settings/data-model/SettingsObjects.tsx:171 msgid "Search for an object..." -msgstr "" +msgstr "Busca un objeto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 msgid "Security" -msgstr "" +msgstr "Seguridad" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 msgid "Select your preferred language" -msgstr "" +msgstr "Seleccione su idioma preferido" #: src/pages/settings/SettingsWorkspaceMembers.tsx:245 msgid "Send an invite email to your team" -msgstr "" +msgstr "Envíe una invitación por correo electrónico a su equipo" #: src/pages/settings/workspace/SettingsDomain.tsx:151 msgid "Set the name of your subdomain" -msgstr "" +msgstr "Establezca el nombre de su subdominio" #: src/pages/settings/SettingsWorkspaceMembers.tsx:158 msgid "Share this link to invite users to join your workspace" -msgstr "" +msgstr "Comparte este enlace para invitar a los usuarios a unirse a tu espacio de trabajo" #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" -msgstr "" +msgstr "Saltar" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 msgid "Spanish" -msgstr "" - -#: src/pages/settings/security/SettingsSecurity.tsx:47 -msgid "SSO" -msgstr "" +msgstr "Español" #: src/pages/settings/workspace/SettingsDomain.tsx:107 msgid "Subdomain already taken" -msgstr "" +msgstr "Subdominio ya ocupado" #: src/pages/settings/workspace/SettingsDomain.tsx:49 msgid "Subdomain can not be longer than 30 characters" -msgstr "" +msgstr "El subdominio no puede tener más de 30 caracteres" #: src/pages/settings/workspace/SettingsDomain.tsx:48 msgid "Subdomain can not be shorter than 3 characters" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:113 -#~ msgid "Subscription has been switched {0}" -#~ msgstr "" +msgstr "El subdominio no puede tener menos de 3 caracteres" #: src/pages/settings/SettingsBilling.tsx:117 msgid "Subscription has been switched {to}" -msgstr "" +msgstr "Se ha cambiado la suscripción {to}" #: src/pages/settings/SettingsWorkspace.tsx:63 msgid "Support" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:157 -#~ msgid "Switch {2}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:161 -#~ msgid "Switch {3}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:158 -msgid "Switch {from}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:162 -msgid "Switch {to}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:187 -#~ msgid "Switch billing {4}" -#~ msgstr "" +msgstr "Ayuda" #: src/pages/settings/SettingsBilling.tsx:188 msgid "Switch billing {to}" -msgstr "" +msgstr "Facturación del interruptor {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "Interruptor {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "Interruptor {to}" #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" -msgstr "" +msgstr "El correo electrónico asociado a su cuenta" #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" -msgstr "" +msgstr "La página que busca ha desaparecido o nunca existió. Volvamos a la pista" #: src/pages/settings/SettingsWorkspaceMembers.tsx:323 msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." -msgstr "" +msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente a este usuario y lo eliminará de todas sus asignaciones." #: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:51 -msgid "to monthly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:44 -msgid "to yearly" -msgstr "" +msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente todo tu espacio de trabajo. <0/> Escriba su correo electrónico para confirmar." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" -msgstr "" +msgstr "Tipo" #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" -msgstr "" +msgstr "Cargar" #: src/pages/settings/workspace/SettingsDomain.tsx:51 msgid "Use letter, number and dash only. Start and finish with a letter or a number" -msgstr "" +msgstr "Utilice sólo letra, número y guión. Empiece y termine con una letra o un número" #: src/pages/settings/SettingsProfile.tsx:22 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 msgid "User" -msgstr "" +msgstr "Usuario" #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" -msgstr "" +msgstr "Ver detalles de facturación" #: src/pages/settings/developers/SettingsDevelopers.tsx:65 msgid "Webhooks" -msgstr "" +msgstr "Webhooks" #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 @@ -567,24 +497,48 @@ msgstr "" #: src/pages/settings/data-model/SettingsNewObject.tsx:70 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 msgid "Workspace" -msgstr "" +msgstr "Espacio de trabajo" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 msgid "Workspace Deletion" -msgstr "" +msgstr "Eliminación del espacio de trabajo" #: src/pages/settings/SettingsBilling.tsx:46 msgid "You will be charged immediately for the full year." -msgstr "" +msgstr "Se le cobrará inmediatamente el año completo." #: src/pages/settings/SettingsBilling.tsx:53 msgid "Your credit balance will be used to pay the monthly bills." -msgstr "" +msgstr "Su saldo de crédito se utilizará para pagar las facturas mensuales." #: src/pages/settings/SettingsProfile.tsx:36 msgid "Your name as it will be displayed" -msgstr "" +msgstr "Su nombre tal y como se mostrará" #: src/pages/settings/SettingsBilling.tsx:171 msgid "Your workspace will be disabled" -msgstr "" +msgstr "Tu espacio de trabajo se desactivará" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "de mensual a anual" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "de anual a mensual" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "no autorizado" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "o" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "al mes" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "al año" diff --git a/packages/twenty-front/src/locales/fr.po b/packages/twenty-front/src/locales/fr.po index 2f7a08708..7bbc13ea0 100644 --- a/packages/twenty-front/src/locales/fr.po +++ b/packages/twenty-front/src/locales/fr.po @@ -1,559 +1,489 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-16 21:57+0100\n" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: fr\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" -#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 -#~ msgid "{0}" -#~ msgstr "" +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "Clés API" #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" -msgstr "" +msgstr "Abandonner" #: src/pages/settings/data-model/SettingsNewObject.tsx:86 msgid "About" -msgstr "" +msgstr "A propos de" #: src/pages/settings/SettingsWorkspaceMembers.tsx:321 msgid "Account Deletion" -msgstr "" +msgstr "Suppression de compte" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 msgid "Accounts" -msgstr "" +msgstr "Comptes" #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" -msgstr "" +msgstr "Actif" #: src/pages/settings/developers/SettingsDevelopers.tsx:50 msgid "Active API keys created by you or your team." -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:50 -#~ msgid "Active APIs keys created by you or your team." -#~ msgstr "" +msgstr "Clés API actives créées par vous ou votre équipe." #: src/pages/settings/data-model/SettingsObjects.tsx:149 msgid "Add object" -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:49 -msgid "API keys" -msgstr "" +msgstr "Ajouter un objet" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" -msgstr "" +msgstr "Apparence" #: src/pages/settings/SettingsBilling.tsx:190 msgid "Are you sure that you want to change your billing interval?" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:190 -#~ msgid "Are you sure that you want to change your billing interval? {5}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:189 -#~ msgid "Are you sure that you want to change your billing interval? {impact}" -#~ msgstr "" +msgstr "Êtes-vous sûr de vouloir modifier votre intervalle de facturation ?" #: src/pages/settings/security/SettingsSecurity.tsx:63 msgid "Authentication" -msgstr "" +msgstr "Authentification" #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" -msgstr "" +msgstr "Retour au contenu" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 msgid "Billing" -msgstr "" +msgstr "Facturation" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 msgid "Calendars" -msgstr "" +msgstr "Calendriers" #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" -msgstr "" +msgstr "Annuler le plan" #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:194 -#~ msgid "Change {6}" -#~ msgstr "" +msgstr "Annuler votre abonnement" #: src/pages/settings/SettingsBilling.tsx:194 msgid "Change {to}" -msgstr "" +msgstr "Modifier {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "" +msgid "Chinese — Simplified" +msgstr "Chinois - simplifié" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Chinois - Traditionnel" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" -msgstr "" +msgstr "Configurer une connexion SSO" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 msgid "Configure how dates are displayed across the app" -msgstr "" +msgstr "Configurer l'affichage des dates dans l'application" #: src/pages/onboarding/InviteTeam.tsx:228 msgid "Continue" -msgstr "" +msgstr "Continuer" #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" -msgstr "" +msgstr "Copier le lien de l'invitation" #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" -msgstr "" +msgstr "Créer une clé API" #: src/pages/settings/developers/SettingsDevelopers.tsx:72 msgid "Create Webhook" -msgstr "" +msgstr "Créer un Webhook" #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" -msgstr "" +msgstr "Personnaliser le domaine" #: src/pages/settings/security/SettingsSecurity.tsx:64 msgid "Customize your workspace security" -msgstr "" +msgstr "Personnalisez la sécurité de votre espace de travail" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 msgid "Danger zone" -msgstr "" +msgstr "Zone de danger" #: src/pages/settings/data-model/SettingsObjects.tsx:144 msgid "Data model" -msgstr "" +msgstr "Modèle de données" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 msgid "Date and time" -msgstr "" +msgstr "Date et heure" #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" -msgstr "" +msgstr "Définir le nom et la description de votre objet" #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 msgid "Delete account" -msgstr "" +msgstr "Supprimer le compte" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 msgid "Delete workspace" -msgstr "" +msgstr "Supprimer l'espace de travail" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 msgid "Delete your whole workspace" -msgstr "" +msgstr "Supprimer l'ensemble de l'espace de travail" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 msgid "Developers" -msgstr "" +msgstr "Développeurs" #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 #: src/pages/settings/workspace/SettingsDomain.tsx:150 msgid "Domain" -msgstr "" +msgstr "Domaine" #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" -msgstr "" +msgstr "Modifier l'intervalle de facturation" #: src/pages/settings/SettingsBilling.tsx:145 msgid "Edit payment method, see your invoices and more" -msgstr "" +msgstr "Modifier le mode de paiement, consulter vos factures et plus encore" #: src/pages/settings/SettingsWorkspace.tsx:52 msgid "Edit your subdomain name or set a custom domain." -msgstr "" +msgstr "Modifiez le nom de votre sous-domaine ou définissez un domaine personnalisé." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 msgid "Email" -msgstr "" +msgstr "Courriel" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 msgid "English" -msgstr "" +msgstr "Anglais" #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:118 -#~ msgid "Error while switching subscription {1}." -#~ msgstr "" +msgstr "Entreprise" #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." -msgstr "" +msgstr "Erreur lors de la commutation de l'abonnement {to}." #: src/pages/settings/developers/SettingsDevelopers.tsx:66 msgid "Establish Webhook endpoints for notifications on asynchronous events." -msgstr "" +msgstr "Établir des points de terminaison Webhook pour les notifications d'événements asynchrones." #: src/pages/settings/data-model/SettingsObjects.tsx:167 msgid "Existing objects" -msgstr "" +msgstr "Objets existants" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 msgid "Experience" -msgstr "" +msgstr "Expérience" #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" -msgstr "" +msgstr "Expire en" #: src/pages/settings/data-model/SettingsNewObject.tsx:57 msgid "Failed to create object" -msgstr "" +msgstr "Échec de la création de l'objet" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 msgid "Fields" -msgstr "" +msgstr "Domaines" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 msgid "French" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:45 -msgid "from monthly to yearly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:52 -msgid "from yearly to monthly" -msgstr "" +msgstr "Français" #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 msgid "General" -msgstr "" +msgstr "Général" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 msgid "German" -msgstr "" +msgstr "Allemand" #: src/pages/onboarding/InviteTeam.tsx:184 msgid "Get the most out of your workspace by inviting your team." -msgstr "" +msgstr "Tirez le meilleur parti de votre espace de travail en y invitant votre équipe." #: src/pages/settings/SettingsWorkspace.tsx:65 msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." -msgstr "" +msgstr "Accordez à Twenty support un accès temporaire à votre espace de travail afin que nous puissions résoudre des problèmes ou récupérer du contenu en votre nom. Vous pouvez révoquer l'accès à tout moment." #: src/pages/settings/data-model/SettingsObjects.tsx:217 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" -msgstr "" +msgstr "Inactif" #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 msgid "Integrations" -msgstr "" +msgstr "Intégrations" #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" -msgstr "" +msgstr "Valeurs de formulaire non valides" #: src/pages/settings/data-model/SettingsNewObject.tsx:53 msgid "Invalid object data" -msgstr "" +msgstr "Données d'objet non valides" #: src/pages/settings/SettingsWorkspaceMembers.tsx:244 msgid "Invite by email" -msgstr "" +msgstr "Inviter par courriel" #: src/pages/settings/SettingsWorkspaceMembers.tsx:157 msgid "Invite by link" -msgstr "" +msgstr "Inviter par lien" #: src/pages/onboarding/InviteTeam.tsx:152 msgid "Invite link sent to email addresses" -msgstr "" +msgstr "Lien d'invitation envoyé aux adresses électroniques" #: src/pages/onboarding/InviteTeam.tsx:181 msgid "Invite your team" -msgstr "" +msgstr "Invitez votre équipe" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 msgid "Italian" -msgstr "" +msgstr "Italien" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 msgid "Language" -msgstr "" +msgstr "Langue" #: src/pages/onboarding/InviteTeam.tsx:127 msgid "Link copied to clipboard" -msgstr "" +msgstr "Lien copié dans le presse-papiers" #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" -msgstr "" +msgstr "Gérer les membres" #: src/pages/settings/SettingsWorkspaceMembers.tsx:168 msgid "Manage the members of your space here" -msgstr "" +msgstr "Gérez les membres de votre espace ici" #: src/pages/settings/SettingsBilling.tsx:144 msgid "Manage your subscription" -msgstr "" +msgstr "Gérer votre abonnement" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 msgid "Members" -msgstr "" +msgstr "Les membres" #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 msgid "Migrate" -msgstr "" +msgstr "Migrer" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 msgid "Name" -msgstr "" +msgstr "Nom" #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" -msgstr "" +msgstr "Nom de votre espace de travail" #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" -msgstr "" +msgstr "Nouveau" #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" -msgstr "" - -#: src/pages/settings/workspace/SettingsDomain.tsx:108 -msgid "not allowed" -msgstr "" +msgstr "Nouvel objet" #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" -msgstr "" +msgstr "Objet créé avec succès" #: src/pages/settings/data-model/SettingsObjects.tsx:160 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 msgid "Objects" -msgstr "" +msgstr "Objets" #: src/pages/not-found/NotFound.tsx:47 msgid "Off the beaten path" -msgstr "" - -#: src/pages/onboarding/InviteTeam.tsx:213 -msgid "or" -msgstr "" +msgstr "Hors des sentiers battus" #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found | Twenty" -msgstr "" +msgstr "Page Not Found | Twenty" #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" -msgstr "" +msgstr "Photo" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 msgid "Portuguese" -msgstr "" +msgstr "Portugais" #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 msgid "Profile" -msgstr "" +msgstr "Profil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" -msgstr "" +msgstr "Pseudo-anglais" #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 msgid "Releases" -msgstr "" +msgstr "Communiqués" #: src/modules/ui/input/components/ImageInput.tsx:173 msgid "Remove" -msgstr "" +msgstr "Retirer" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." -msgstr "" +msgstr "Rechercher un champ..." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 msgid "Search an index..." -msgstr "" - -#: src/pages/settings/data-model/SettingsObjects.tsx:171 -#~ msgid "Search an object..." -#~ msgstr "" +msgstr "Rechercher un index..." #: src/pages/settings/data-model/SettingsObjects.tsx:171 msgid "Search for an object..." -msgstr "" +msgstr "Recherche d'un objet..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 msgid "Security" -msgstr "" +msgstr "Sécurité" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 msgid "Select your preferred language" -msgstr "" +msgstr "Sélectionnez votre langue préférée" #: src/pages/settings/SettingsWorkspaceMembers.tsx:245 msgid "Send an invite email to your team" -msgstr "" +msgstr "Envoyez un courriel d'invitation à votre équipe" #: src/pages/settings/workspace/SettingsDomain.tsx:151 msgid "Set the name of your subdomain" -msgstr "" +msgstr "Définissez le nom de votre sous-domaine" #: src/pages/settings/SettingsWorkspaceMembers.tsx:158 msgid "Share this link to invite users to join your workspace" -msgstr "" +msgstr "Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace de travail" #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" -msgstr "" +msgstr "Sauter" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 msgid "Spanish" -msgstr "" - -#: src/pages/settings/security/SettingsSecurity.tsx:47 -msgid "SSO" -msgstr "" +msgstr "Espagnol" #: src/pages/settings/workspace/SettingsDomain.tsx:107 msgid "Subdomain already taken" -msgstr "" +msgstr "Sous-domaine déjà pris" #: src/pages/settings/workspace/SettingsDomain.tsx:49 msgid "Subdomain can not be longer than 30 characters" -msgstr "" +msgstr "Le sous-domaine ne doit pas comporter plus de 30 caractères" #: src/pages/settings/workspace/SettingsDomain.tsx:48 msgid "Subdomain can not be shorter than 3 characters" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:113 -#~ msgid "Subscription has been switched {0}" -#~ msgstr "" +msgstr "Le sous-domaine ne peut être inférieur à 3 caractères" #: src/pages/settings/SettingsBilling.tsx:117 msgid "Subscription has been switched {to}" -msgstr "" +msgstr "L'abonnement a été modifié {to}" #: src/pages/settings/SettingsWorkspace.tsx:63 msgid "Support" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:157 -#~ msgid "Switch {2}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:161 -#~ msgid "Switch {3}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:158 -msgid "Switch {from}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:162 -msgid "Switch {to}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:187 -#~ msgid "Switch billing {4}" -#~ msgstr "" +msgstr "Soutien" #: src/pages/settings/SettingsBilling.tsx:188 msgid "Switch billing {to}" -msgstr "" +msgstr "Facturation du commutateur {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "Commutateur {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "Commutateur {to}" #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" -msgstr "" +msgstr "L'email associé à votre compte" #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" -msgstr "" +msgstr "La page que vous recherchez a disparu ou n'a jamais existé. Remettons les choses en ordre" #: src/pages/settings/SettingsWorkspaceMembers.tsx:323 msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." -msgstr "" +msgstr "Cette action ne peut être annulée. Cette action supprimera définitivement l'utilisateur et l'exclura de toutes ses affectations." #: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:51 -msgid "to monthly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:44 -msgid "to yearly" -msgstr "" +msgstr "Cette action ne peut être annulée. Elle supprimera définitivement l'ensemble de votre espace de travail. <0/> Veuillez saisir votre adresse électronique pour confirmer." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" -msgstr "" +msgstr "Type" #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" -msgstr "" +msgstr "Télécharger" #: src/pages/settings/workspace/SettingsDomain.tsx:51 msgid "Use letter, number and dash only. Start and finish with a letter or a number" -msgstr "" +msgstr "Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre" #: src/pages/settings/SettingsProfile.tsx:22 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 msgid "User" -msgstr "" +msgstr "Utilisateur" #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" -msgstr "" +msgstr "Voir les détails de la facturation" #: src/pages/settings/developers/SettingsDevelopers.tsx:65 msgid "Webhooks" -msgstr "" +msgstr "Crochets Web" #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 @@ -567,24 +497,48 @@ msgstr "" #: src/pages/settings/data-model/SettingsNewObject.tsx:70 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 msgid "Workspace" -msgstr "" +msgstr "Espace de travail" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 msgid "Workspace Deletion" -msgstr "" +msgstr "Suppression de l'espace de travail" #: src/pages/settings/SettingsBilling.tsx:46 msgid "You will be charged immediately for the full year." -msgstr "" +msgstr "Vous serez immédiatement facturé pour l'année entière." #: src/pages/settings/SettingsBilling.tsx:53 msgid "Your credit balance will be used to pay the monthly bills." -msgstr "" +msgstr "Votre solde créditeur sera utilisé pour payer les factures mensuelles." #: src/pages/settings/SettingsProfile.tsx:36 msgid "Your name as it will be displayed" -msgstr "" +msgstr "Votre nom tel qu'il sera affiché" #: src/pages/settings/SettingsBilling.tsx:171 msgid "Your workspace will be disabled" -msgstr "" +msgstr "Votre espace de travail sera désactivé" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "de mensuel à annuel" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "d'annuel à mensuel" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "non autorisé" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "ou" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "au mois" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "à l'année" diff --git a/packages/twenty-front/src/locales/generated/de.ts b/packages/twenty-front/src/locales/generated/de.ts index 12b2051ce..9e10bb6a8 100644 --- a/packages/twenty-front/src/locales/generated/de.ts +++ b/packages/twenty-front/src/locales/generated/de.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abbrechen\"],\"uyJsf6\":[\"Über\"],\"nD0Y+a\":[\"Konto-Löschung\"],\"bPwFdf\":[\"Konten\"],\"F6pfE9\":[\"Aktiv\"],\"Mue4oc\":[\"Aktive API-Schlüssel, die von Ihnen oder Ihrem Team erstellt wurden.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Objekt hinzufügen\"],\"5h8ooz\":[\"API-Schlüssel\"],\"aAIQg2\":[\"Erscheinungsbild\"],\"3iX0kh\":[\"Sind Sie sicher, dass Sie Ihr Abrechnungsintervall ändern möchten?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentifizierung\"],\"Dht9W3\":[\"Zurück zum Inhalt\"],\"R+w/Va\":[\"Rechnungsstellung\"],\"EUpfsd\":[\"Kalendarien\"],\"rRK/Lf\":[\"Plan stornieren\"],\"N6gPiD\":[\"Ihr Abonnement kündigen\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Ändern \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinesisch - Vereinfacht\"],\"dzb4Ep\":[\"Chinesisch - Traditionell\"],\"+zUMwJ\":[\"Konfigurieren Sie eine SSO-Verbindung\"],\"aGwm+D\":[\"Konfigurieren Sie die Anzeige von Daten in der App\"],\"xGVfLh\":[\"Weiter\"],\"7eVkEH\":[\"Link zur Einladung kopieren\"],\"uXGLuq\":[\"API-Schlüssel erstellen\"],\"dkAPxi\":[\"Webhook erstellen\"],\"CMhr4u\":[\"Domäne anpassen\"],\"bCJa9l\":[\"Passen Sie die Sicherheit Ihres Arbeitsbereichs an\"],\"Zz6Cxn\":[\"Gefahrenzone\"],\"5cNMFz\":[\"Datenmodell\"],\"Ud9zHv\":[\"Datum und Uhrzeit\"],\"Y2ImVJ\":[\"Definieren Sie den Namen und die Beschreibung Ihres Objekts\"],\"ZDGm40\":[\"Konto löschen\"],\"kYu0eF\":[\"Arbeitsbereich löschen\"],\"mk2Ygs\":[\"Löschen Sie Ihren gesamten Arbeitsbereich\"],\"n+SX4g\":[\"Entwickler\"],\"EoKe5U\":[\"Bereich\"],\"v+uKyy\":[\"Abrechnungsintervall bearbeiten\"],\"h2KoTu\":[\"Zahlungsmethode bearbeiten, Rechnungen einsehen und mehr\"],\"6o1M/Q\":[\"Bearbeiten Sie den Namen Ihrer Subdomain oder legen Sie eine benutzerdefinierte Domain fest.\"],\"O3oNi5\":[\"E-Mail\"],\"lYGfRP\":[\"Englisch\"],\"GpB8YV\":[\"Unternehmen\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Fehler beim Umschalten des Abonnements \",[\"to\"],\".\"],\"JLxMta\":[\"Erstellen Sie Webhook-Endpunkte für Benachrichtigungen über asynchrone Ereignisse.\"],\"fV7V51\":[\"Vorhandene Objekte\"],\"bKBhgb\":[\"Erleben Sie\"],\"i9qiyR\":[\"Läuft ab in\"],\"Q0iobh\":[\"Objekt konnte nicht erstellt werden\"],\"vF68cg\":[\"Felder\"],\"nLC6tu\":[\"Französisch\"],\"aTieE0\":[\"von monatlich bis jährlich\"],\"K04lE5\":[\"von jährlich auf monatlich\"],\"Weq9zb\":[\"Allgemein\"],\"DDcvSo\":[\"Deutsch\"],\"NXEW3h\":[\"Holen Sie das Beste aus Ihrem Arbeitsplatz heraus, indem Sie Ihr Team einladen.\"],\"hWp1MY\":[\"Gewähren Sie dem Twenty-Support vorübergehend Zugang zu Ihrem Arbeitsbereich, damit wir Probleme beheben oder Inhalte in Ihrem Namen wiederherstellen können. Sie können den Zugriff jederzeit widerrufen.\"],\"NoNwIX\":[\"Inaktiv\"],\"nbfdhU\":[\"Integrationen\"],\"QdoUFL\":[\"Ungültige Formularwerte\"],\"/Wrd4p\":[\"Ungültige Objektdaten\"],\"0M8+El\":[\"Per E-Mail einladen\"],\"PWIq/W\":[\"Per Link einladen\"],\"5IfmKA\":[\"Einladungslink an E-Mail-Adressen gesendet\"],\"d+Y+rP\":[\"Laden Sie Ihr Team ein\"],\"Lj7sBL\":[\"Italienisch\"],\"vXIe7J\":[\"Sprache\"],\"pQjjYo\":[\"Link in die Zwischenablage kopiert\"],\"T6YjCk\":[\"Mitglieder verwalten\"],\"4cjU2u\":[\"Verwalten Sie hier die Mitglieder Ihres Bereichs\"],\"36kYu0\":[\"Verwalten Sie Ihr Abonnement\"],\"wlQNTg\":[\"Mitglieder\"],\"y5rS9U\":[\"Migrieren Sie\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name Ihres Arbeitsbereichs\"],\"isRobC\":[\"Neu\"],\"hFxdey\":[\"Neues Objekt\"],\"+FLRjr\":[\"nicht erlaubt\"],\"FU94q4\":[\"Objekt erfolgreich erstellt\"],\"B3toQF\":[\"Objekte\"],\"KNz3EF\":[\"Abseits der ausgetretenen Pfade\"],\"BzEFor\":[\"oder\"],\"NRvxzv\":[\"Seite nicht gefunden | Zwanzig\"],\"N0+GsR\":[\"Bild\"],\"MOERNx\":[\"Portugiesisch\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-Englisch\"],\"5icoS1\":[\"Veröffentlichungen\"],\"t/YqKh\":[\"Entfernen\"],\"l1/uy2\":[\"Ein Feld suchen...\"],\"k7kp5/\":[\"Suche in einem Index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Suche nach einem Objekt...\"],\"a3LDKx\":[\"Sicherheit\"],\"AXTJAW\":[\"Wählen Sie Ihre bevorzugte Sprache\"],\"mjK8F3\":[\"Senden Sie eine Einladungs-E-Mail an Ihr Team\"],\"tn41zE\":[\"Legen Sie den Namen Ihrer Subdomain fest\"],\"Vy9kmk\":[\"Geben Sie diesen Link weiter, um Benutzer einzuladen, Ihrem Arbeitsbereich beizutreten\"],\"6Uau97\":[\"Überspringen\"],\"65A04M\":[\"Spanisch\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain bereits belegt\"],\"OlC/tU\":[\"Die Subdomain darf nicht länger als 30 Zeichen sein\"],\"ZETwlU\":[\"Die Subdomain darf nicht kürzer als 3 Zeichen sein\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Das Abonnement wurde umgestellt \",[\"to\"]],\"XYLcNv\":[\"Unterstützung\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Schalter \",[\"from\"]],\"qi74XZ\":[\"Schalter \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Abrechnung wechseln \",[\"to\"]],\"VGZYbZ\":[\"Die mit Ihrem Konto verbundene E-Mail\"],\"L97sPr\":[\"Die Seite, die Sie suchen, ist entweder nicht mehr vorhanden oder wurde nie angezeigt. Bringen wir Sie wieder auf den richtigen Weg\"],\"7YiCMg\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird dieser Benutzer dauerhaft gelöscht und aus allen seinen Zuweisungen entfernt.\"],\"gWGuHC\":[\"Diese Aktion kann nicht rückgängig gemacht werden. Dadurch wird Ihr gesamter Arbeitsbereich dauerhaft gelöscht. <0/> Bitte geben Sie Ihre E-Mail zur Bestätigung ein.\"],\"aqMzDX\":[\"auf monatlich\"],\"WXXiXO\":[\"bis jährlich\"],\"+zy2Nq\":[\"Typ\"],\"ONWvwQ\":[\"Hochladen\"],\"oTTQsc\":[\"Verwenden Sie nur Buchstaben, Zahlen und Bindestriche. Beginnen und enden Sie mit einem Buchstaben oder einer Zahl\"],\"7PzzBU\":[\"Benutzer\"],\"KANz0G\":[\"Details zur Rechnungsstellung anzeigen\"],\"v1kQyJ\":[\"Webhaken\"],\"pmUArF\":[\"Arbeitsbereich\"],\"VicISP\":[\"Löschen von Arbeitsbereichen\"],\"zSkMV0\":[\"Sie werden sofort für das gesamte Jahr belastet.\"],\"XVnj6K\":[\"Ihr Guthaben wird zur Begleichung der monatlichen Rechnungen verwendet.\"],\"9ivpwk\":[\"Ihr Name, wie er angezeigt werden soll\"],\"RhNbPE\":[\"Ihr Arbeitsbereich wird deaktiviert\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/en.ts b/packages/twenty-front/src/locales/generated/en.ts index 12b2051ce..e7007d473 100644 --- a/packages/twenty-front/src/locales/generated/en.ts +++ b/packages/twenty-front/src/locales/generated/en.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinese — Simplified\"],\"dzb4Ep\":[\"Chinese — Traditional\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/es.ts b/packages/twenty-front/src/locales/generated/es.ts index 12b2051ce..9add9f466 100644 --- a/packages/twenty-front/src/locales/generated/es.ts +++ b/packages/twenty-front/src/locales/generated/es.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Acerca de\"],\"nD0Y+a\":[\"Eliminación de la cuenta\"],\"bPwFdf\":[\"Cuentas\"],\"F6pfE9\":[\"Activo\"],\"Mue4oc\":[\"Claves API activas creadas por usted o su equipo.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Añadir objeto\"],\"5h8ooz\":[\"Claves API\"],\"aAIQg2\":[\"Apariencia\"],\"3iX0kh\":[\"¿Está seguro de que desea cambiar el intervalo de facturación?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Autenticación\"],\"Dht9W3\":[\"Volver al contenido\"],\"R+w/Va\":[\"Facturación\"],\"EUpfsd\":[\"Calendarios\"],\"rRK/Lf\":[\"Cancelar plan\"],\"N6gPiD\":[\"Cancelar su suscripción\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiar \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chino simplificado\"],\"dzb4Ep\":[\"Chino - Tradicional\"],\"+zUMwJ\":[\"Configurar una conexión SSO\"],\"aGwm+D\":[\"Configurar cómo se muestran las fechas en la aplicación\"],\"xGVfLh\":[\"Continúe en\"],\"7eVkEH\":[\"Copiar enlace de invitación\"],\"uXGLuq\":[\"Crear clave API\"],\"dkAPxi\":[\"Crear Webhook\"],\"CMhr4u\":[\"Personalizar dominio\"],\"bCJa9l\":[\"Personalice la seguridad de su espacio de trabajo\"],\"Zz6Cxn\":[\"Zona de peligro\"],\"5cNMFz\":[\"Modelo de datos\"],\"Ud9zHv\":[\"Fecha y hora\"],\"Y2ImVJ\":[\"Defina el nombre y la descripción de su objeto\"],\"ZDGm40\":[\"Eliminar cuenta\"],\"kYu0eF\":[\"Eliminar espacio de trabajo\"],\"mk2Ygs\":[\"Borrar todo el espacio de trabajo\"],\"n+SX4g\":[\"Desarrolladores\"],\"EoKe5U\":[\"Dominio\"],\"v+uKyy\":[\"Editar el intervalo de facturación\"],\"h2KoTu\":[\"Editar la forma de pago, ver sus facturas y mucho más\"],\"6o1M/Q\":[\"Edite el nombre de su subdominio o establezca un dominio personalizado.\"],\"O3oNi5\":[\"Correo electrónico\"],\"lYGfRP\":[\"Inglés\"],\"GpB8YV\":[\"Empresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error al cambiar de abono \",[\"to\"],\".\"],\"JLxMta\":[\"Establezca puntos finales Webhook para notificaciones sobre eventos asíncronos.\"],\"fV7V51\":[\"Objetos existentes\"],\"bKBhgb\":[\"Experiencia\"],\"i9qiyR\":[\"Expira en\"],\"Q0iobh\":[\"Error al crear objeto\"],\"vF68cg\":[\"Campos\"],\"nLC6tu\":[\"Francés\"],\"aTieE0\":[\"de mensual a anual\"],\"K04lE5\":[\"de anual a mensual\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"Alemán\"],\"NXEW3h\":[\"Aproveche al máximo su espacio de trabajo invitando a su equipo.\"],\"hWp1MY\":[\"Concede al servicio de asistencia de Twenty acceso temporal a tu espacio de trabajo para que podamos solucionar problemas o recuperar contenidos en tu nombre. Puedes revocar el acceso en cualquier momento.\"],\"NoNwIX\":[\"Inactivo\"],\"nbfdhU\":[\"Integraciones\"],\"QdoUFL\":[\"Valores de formulario no válidos\"],\"/Wrd4p\":[\"Datos de objeto no válidos\"],\"0M8+El\":[\"Invitar por correo electrónico\"],\"PWIq/W\":[\"Invitar por enlace\"],\"5IfmKA\":[\"Envío del enlace de invitación a las direcciones de correo electrónico\"],\"d+Y+rP\":[\"Invite a su equipo\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Idioma\"],\"pQjjYo\":[\"Enlace copiado en el portapapeles\"],\"T6YjCk\":[\"Gestionar miembros\"],\"4cjU2u\":[\"Gestione aquí los miembros de su espacio\"],\"36kYu0\":[\"Gestione su suscripción\"],\"wlQNTg\":[\"Miembros\"],\"y5rS9U\":[\"Migrar\"],\"6YtxFj\":[\"Nombre\"],\"J7w8lI\":[\"Nombre de su espacio de trabajo\"],\"isRobC\":[\"Nuevo\"],\"hFxdey\":[\"Nuevo objeto\"],\"+FLRjr\":[\"no autorizado\"],\"FU94q4\":[\"Objeto creado correctamente\"],\"B3toQF\":[\"Objetos\"],\"KNz3EF\":[\"Fuera de los caminos trillados\"],\"BzEFor\":[\"o\"],\"NRvxzv\":[\"Página no encontrada | Veinte\"],\"N0+GsR\":[\"Fotografía\"],\"MOERNx\":[\"Portugués\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudoinglés\"],\"5icoS1\":[\"Comunicados\"],\"t/YqKh\":[\"Eliminar\"],\"l1/uy2\":[\"Buscar un campo...\"],\"k7kp5/\":[\"Buscar en un índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Busca un objeto...\"],\"a3LDKx\":[\"Seguridad\"],\"AXTJAW\":[\"Seleccione su idioma preferido\"],\"mjK8F3\":[\"Envíe una invitación por correo electrónico a su equipo\"],\"tn41zE\":[\"Establezca el nombre de su subdominio\"],\"Vy9kmk\":[\"Comparte este enlace para invitar a los usuarios a unirse a tu espacio de trabajo\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Español\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdominio ya ocupado\"],\"OlC/tU\":[\"El subdominio no puede tener más de 30 caracteres\"],\"ZETwlU\":[\"El subdominio no puede tener menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Se ha cambiado la suscripción \",[\"to\"]],\"XYLcNv\":[\"Ayuda\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruptor \",[\"from\"]],\"qi74XZ\":[\"Interruptor \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Facturación del interruptor \",[\"to\"]],\"VGZYbZ\":[\"El correo electrónico asociado a su cuenta\"],\"L97sPr\":[\"La página que busca ha desaparecido o nunca existió. Volvamos a la pista\"],\"7YiCMg\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente a este usuario y lo eliminará de todas sus asignaciones.\"],\"gWGuHC\":[\"Esta acción no se puede deshacer. Esto borrará permanentemente todo tu espacio de trabajo. <0/> Escriba su correo electrónico para confirmar.\"],\"aqMzDX\":[\"al mes\"],\"WXXiXO\":[\"al año\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Cargar\"],\"oTTQsc\":[\"Utilice sólo letra, número y guión. Empiece y termine con una letra o un número\"],\"7PzzBU\":[\"Usuario\"],\"KANz0G\":[\"Ver detalles de facturación\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Espacio de trabajo\"],\"VicISP\":[\"Eliminación del espacio de trabajo\"],\"zSkMV0\":[\"Se le cobrará inmediatamente el año completo.\"],\"XVnj6K\":[\"Su saldo de crédito se utilizará para pagar las facturas mensuales.\"],\"9ivpwk\":[\"Su nombre tal y como se mostrará\"],\"RhNbPE\":[\"Tu espacio de trabajo se desactivará\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/fr.ts b/packages/twenty-front/src/locales/generated/fr.ts index 12b2051ce..14f668bd2 100644 --- a/packages/twenty-front/src/locales/generated/fr.ts +++ b/packages/twenty-front/src/locales/generated/fr.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abandonner\"],\"uyJsf6\":[\"A propos de\"],\"nD0Y+a\":[\"Suppression de compte\"],\"bPwFdf\":[\"Comptes\"],\"F6pfE9\":[\"Actif\"],\"Mue4oc\":[\"Clés API actives créées par vous ou votre équipe.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Ajouter un objet\"],\"5h8ooz\":[\"Clés API\"],\"aAIQg2\":[\"Apparence\"],\"3iX0kh\":[\"Êtes-vous sûr de vouloir modifier votre intervalle de facturation ?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentification\"],\"Dht9W3\":[\"Retour au contenu\"],\"R+w/Va\":[\"Facturation\"],\"EUpfsd\":[\"Calendriers\"],\"rRK/Lf\":[\"Annuler le plan\"],\"N6gPiD\":[\"Annuler votre abonnement\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Modifier \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinois - simplifié\"],\"dzb4Ep\":[\"Chinois - Traditionnel\"],\"+zUMwJ\":[\"Configurer une connexion SSO\"],\"aGwm+D\":[\"Configurer l'affichage des dates dans l'application\"],\"xGVfLh\":[\"Continuer\"],\"7eVkEH\":[\"Copier le lien de l'invitation\"],\"uXGLuq\":[\"Créer une clé API\"],\"dkAPxi\":[\"Créer un Webhook\"],\"CMhr4u\":[\"Personnaliser le domaine\"],\"bCJa9l\":[\"Personnalisez la sécurité de votre espace de travail\"],\"Zz6Cxn\":[\"Zone de danger\"],\"5cNMFz\":[\"Modèle de données\"],\"Ud9zHv\":[\"Date et heure\"],\"Y2ImVJ\":[\"Définir le nom et la description de votre objet\"],\"ZDGm40\":[\"Supprimer le compte\"],\"kYu0eF\":[\"Supprimer l'espace de travail\"],\"mk2Ygs\":[\"Supprimer l'ensemble de l'espace de travail\"],\"n+SX4g\":[\"Développeurs\"],\"EoKe5U\":[\"Domaine\"],\"v+uKyy\":[\"Modifier l'intervalle de facturation\"],\"h2KoTu\":[\"Modifier le mode de paiement, consulter vos factures et plus encore\"],\"6o1M/Q\":[\"Modifiez le nom de votre sous-domaine ou définissez un domaine personnalisé.\"],\"O3oNi5\":[\"Courriel\"],\"lYGfRP\":[\"Anglais\"],\"GpB8YV\":[\"Entreprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erreur lors de la commutation de l'abonnement \",[\"to\"],\".\"],\"JLxMta\":[\"Établir des points de terminaison Webhook pour les notifications d'événements asynchrones.\"],\"fV7V51\":[\"Objets existants\"],\"bKBhgb\":[\"Expérience\"],\"i9qiyR\":[\"Expire en\"],\"Q0iobh\":[\"Échec de la création de l'objet\"],\"vF68cg\":[\"Domaines\"],\"nLC6tu\":[\"Français\"],\"aTieE0\":[\"de mensuel à annuel\"],\"K04lE5\":[\"d'annuel à mensuel\"],\"Weq9zb\":[\"Général\"],\"DDcvSo\":[\"Allemand\"],\"NXEW3h\":[\"Tirez le meilleur parti de votre espace de travail en y invitant votre équipe.\"],\"hWp1MY\":[\"Accordez à Twenty support un accès temporaire à votre espace de travail afin que nous puissions résoudre des problèmes ou récupérer du contenu en votre nom. Vous pouvez révoquer l'accès à tout moment.\"],\"NoNwIX\":[\"Inactif\"],\"nbfdhU\":[\"Intégrations\"],\"QdoUFL\":[\"Valeurs de formulaire non valides\"],\"/Wrd4p\":[\"Données d'objet non valides\"],\"0M8+El\":[\"Inviter par courriel\"],\"PWIq/W\":[\"Inviter par lien\"],\"5IfmKA\":[\"Lien d'invitation envoyé aux adresses électroniques\"],\"d+Y+rP\":[\"Invitez votre équipe\"],\"Lj7sBL\":[\"Italien\"],\"vXIe7J\":[\"Langue\"],\"pQjjYo\":[\"Lien copié dans le presse-papiers\"],\"T6YjCk\":[\"Gérer les membres\"],\"4cjU2u\":[\"Gérez les membres de votre espace ici\"],\"36kYu0\":[\"Gérer votre abonnement\"],\"wlQNTg\":[\"Les membres\"],\"y5rS9U\":[\"Migrer\"],\"6YtxFj\":[\"Nom\"],\"J7w8lI\":[\"Nom de votre espace de travail\"],\"isRobC\":[\"Nouveau\"],\"hFxdey\":[\"Nouvel objet\"],\"+FLRjr\":[\"non autorisé\"],\"FU94q4\":[\"Objet créé avec succès\"],\"B3toQF\":[\"Objets\"],\"KNz3EF\":[\"Hors des sentiers battus\"],\"BzEFor\":[\"ou\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Photo\"],\"MOERNx\":[\"Portugais\"],\"vERlcd\":[\"Profil\"],\"YJgRqq\":[\"Pseudo-anglais\"],\"5icoS1\":[\"Communiqués\"],\"t/YqKh\":[\"Retirer\"],\"l1/uy2\":[\"Rechercher un champ...\"],\"k7kp5/\":[\"Rechercher un index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Recherche d'un objet...\"],\"a3LDKx\":[\"Sécurité\"],\"AXTJAW\":[\"Sélectionnez votre langue préférée\"],\"mjK8F3\":[\"Envoyez un courriel d'invitation à votre équipe\"],\"tn41zE\":[\"Définissez le nom de votre sous-domaine\"],\"Vy9kmk\":[\"Partagez ce lien pour inviter les utilisateurs à rejoindre votre espace de travail\"],\"6Uau97\":[\"Sauter\"],\"65A04M\":[\"Espagnol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sous-domaine déjà pris\"],\"OlC/tU\":[\"Le sous-domaine ne doit pas comporter plus de 30 caractères\"],\"ZETwlU\":[\"Le sous-domaine ne peut être inférieur à 3 caractères\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abonnement a été modifié \",[\"to\"]],\"XYLcNv\":[\"Soutien\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Commutateur \",[\"from\"]],\"qi74XZ\":[\"Commutateur \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Facturation du commutateur \",[\"to\"]],\"VGZYbZ\":[\"L'email associé à votre compte\"],\"L97sPr\":[\"La page que vous recherchez a disparu ou n'a jamais existé. Remettons les choses en ordre\"],\"7YiCMg\":[\"Cette action ne peut être annulée. Cette action supprimera définitivement l'utilisateur et l'exclura de toutes ses affectations.\"],\"gWGuHC\":[\"Cette action ne peut être annulée. Elle supprimera définitivement l'ensemble de votre espace de travail. <0/> Veuillez saisir votre adresse électronique pour confirmer.\"],\"aqMzDX\":[\"au mois\"],\"WXXiXO\":[\"à l'année\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Télécharger\"],\"oTTQsc\":[\"Utilisez uniquement des lettres, des chiffres et des tirets. Commencer et terminer par une lettre ou un chiffre\"],\"7PzzBU\":[\"Utilisateur\"],\"KANz0G\":[\"Voir les détails de la facturation\"],\"v1kQyJ\":[\"Crochets Web\"],\"pmUArF\":[\"Espace de travail\"],\"VicISP\":[\"Suppression de l'espace de travail\"],\"zSkMV0\":[\"Vous serez immédiatement facturé pour l'année entière.\"],\"XVnj6K\":[\"Votre solde créditeur sera utilisé pour payer les factures mensuelles.\"],\"9ivpwk\":[\"Votre nom tel qu'il sera affiché\"],\"RhNbPE\":[\"Votre espace de travail sera désactivé\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/it.ts b/packages/twenty-front/src/locales/generated/it.ts index 12b2051ce..3c4614194 100644 --- a/packages/twenty-front/src/locales/generated/it.ts +++ b/packages/twenty-front/src/locales/generated/it.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Interruzione\"],\"uyJsf6\":[\"Circa\"],\"nD0Y+a\":[\"Cancellazione del conto\"],\"bPwFdf\":[\"Conti\"],\"F6pfE9\":[\"Attivo\"],\"Mue4oc\":[\"Chiavi API attive create da voi o dal vostro team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Aggiungi oggetto\"],\"5h8ooz\":[\"Chiavi API\"],\"aAIQg2\":[\"Aspetto\"],\"3iX0kh\":[\"Siete sicuri di voler cambiare l'intervallo di fatturazione?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Autenticazione\"],\"Dht9W3\":[\"Torna al contenuto\"],\"R+w/Va\":[\"Fatturazione\"],\"EUpfsd\":[\"Calendari\"],\"rRK/Lf\":[\"Annullamento del piano\"],\"N6gPiD\":[\"Annullamento dell'abbonamento\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Cambiare \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Cinese semplificato\"],\"dzb4Ep\":[\"Cinese tradizionale\"],\"+zUMwJ\":[\"Configurare una connessione SSO\"],\"aGwm+D\":[\"Configurare la visualizzazione delle date nell'app\"],\"xGVfLh\":[\"Continua\"],\"7eVkEH\":[\"Copiare il link dell'invito\"],\"uXGLuq\":[\"Creare la chiave API\"],\"dkAPxi\":[\"Creare un webhook\"],\"CMhr4u\":[\"Personalizzare il dominio\"],\"bCJa9l\":[\"Personalizzate la sicurezza del vostro spazio di lavoro\"],\"Zz6Cxn\":[\"Zona di pericolo\"],\"5cNMFz\":[\"Modello di dati\"],\"Ud9zHv\":[\"Data e ora\"],\"Y2ImVJ\":[\"Definire il nome e la descrizione dell'oggetto\"],\"ZDGm40\":[\"Cancellare l'account\"],\"kYu0eF\":[\"Cancellare l'area di lavoro\"],\"mk2Ygs\":[\"Cancellare l'intero spazio di lavoro\"],\"n+SX4g\":[\"Sviluppatori\"],\"EoKe5U\":[\"Dominio\"],\"v+uKyy\":[\"Modifica dell'intervallo di fatturazione\"],\"h2KoTu\":[\"Modifica del metodo di pagamento, visualizzazione delle fatture e altro ancora\"],\"6o1M/Q\":[\"Modificare il nome del sottodominio o impostare un dominio personalizzato.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"Inglese\"],\"GpB8YV\":[\"Impresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Errore durante la commutazione dell'abbonamento \",[\"to\"],\".\"],\"JLxMta\":[\"Stabilire endpoint Webhook per le notifiche di eventi asincroni.\"],\"fV7V51\":[\"Oggetti esistenti\"],\"bKBhgb\":[\"Esperienza\"],\"i9qiyR\":[\"Scade in\"],\"Q0iobh\":[\"Impossibile creare l'oggetto\"],\"vF68cg\":[\"Campi\"],\"nLC6tu\":[\"Francese\"],\"aTieE0\":[\"da mensile a annuale\"],\"K04lE5\":[\"da annuale a mensile\"],\"Weq9zb\":[\"Generale\"],\"DDcvSo\":[\"Tedesco\"],\"NXEW3h\":[\"Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team.\"],\"hWp1MY\":[\"Concedete al supporto Twenty l'accesso temporaneo al vostro spazio di lavoro, in modo che possiamo risolvere i problemi o recuperare i contenuti per vostro conto. È possibile revocare l'accesso in qualsiasi momento.\"],\"NoNwIX\":[\"Inattivo\"],\"nbfdhU\":[\"Integrazioni\"],\"QdoUFL\":[\"Valori del modulo non validi\"],\"/Wrd4p\":[\"Dati dell'oggetto non validi\"],\"0M8+El\":[\"Invito via e-mail\"],\"PWIq/W\":[\"Invito tramite link\"],\"5IfmKA\":[\"Link di invito inviato agli indirizzi e-mail\"],\"d+Y+rP\":[\"Invita il tuo team\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Lingua\"],\"pQjjYo\":[\"Link copiato negli appunti\"],\"T6YjCk\":[\"Gestione dei membri\"],\"4cjU2u\":[\"Gestite qui i membri del vostro spazio\"],\"36kYu0\":[\"Gestire l'abbonamento\"],\"wlQNTg\":[\"Membri\"],\"y5rS9U\":[\"Migrare\"],\"6YtxFj\":[\"Nome\"],\"J7w8lI\":[\"Nome dell'area di lavoro\"],\"isRobC\":[\"Nuovo\"],\"hFxdey\":[\"Nuovo oggetto\"],\"+FLRjr\":[\"non consentito\"],\"FU94q4\":[\"Oggetto creato con successo\"],\"B3toQF\":[\"Oggetti\"],\"KNz3EF\":[\"Fuori dai sentieri battuti\"],\"BzEFor\":[\"o\"],\"NRvxzv\":[\"Pagina non trovata | Venti\"],\"N0+GsR\":[\"Immagine\"],\"MOERNx\":[\"Portoghese\"],\"vERlcd\":[\"Profilo\"],\"YJgRqq\":[\"Pseudoinglese\"],\"5icoS1\":[\"Comunicati\"],\"t/YqKh\":[\"Rimuovere\"],\"l1/uy2\":[\"Ricerca in un campo...\"],\"k7kp5/\":[\"Ricerca in un indice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Ricerca di un oggetto...\"],\"a3LDKx\":[\"Sicurezza\"],\"AXTJAW\":[\"Selezionare la lingua preferita\"],\"mjK8F3\":[\"Inviate un'e-mail di invito al vostro team\"],\"tn41zE\":[\"Impostare il nome del sottodominio\"],\"Vy9kmk\":[\"Condividete questo link per invitare gli utenti a unirsi al vostro spazio di lavoro\"],\"6Uau97\":[\"Salto\"],\"65A04M\":[\"Spagnolo\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Sottodominio già occupato\"],\"OlC/tU\":[\"Il sottodominio non può essere più lungo di 30 caratteri\"],\"ZETwlU\":[\"Il sottodominio non può essere più breve di 3 caratteri\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"L'abbonamento è stato commutato \",[\"to\"]],\"XYLcNv\":[\"Supporto\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Interruttore \",[\"from\"]],\"qi74XZ\":[\"Interruttore \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Fatturazione interruttore \",[\"to\"]],\"VGZYbZ\":[\"L'e-mail associata al vostro account\"],\"L97sPr\":[\"La pagina che state cercando è sparita o non è mai esistita. Riportiamo la pagina in carreggiata\"],\"7YiCMg\":[\"Questa azione non può essere annullata. L'utente verrà eliminato definitivamente e rimosso da tutti i suoi incarichi.\"],\"gWGuHC\":[\"Questa azione non può essere annullata. L'intera area di lavoro verrà eliminata in modo permanente. <0/> Digitare il proprio indirizzo e-mail per confermare.\"],\"aqMzDX\":[\"al mese\"],\"WXXiXO\":[\"all'anno\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Caricare\"],\"oTTQsc\":[\"Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero\"],\"7PzzBU\":[\"Utente\"],\"KANz0G\":[\"Visualizza i dettagli della fatturazione\"],\"v1kQyJ\":[\"Ganci web\"],\"pmUArF\":[\"Spazio di lavoro\"],\"VicISP\":[\"Eliminazione dello spazio di lavoro\"],\"zSkMV0\":[\"L'addebito sarà immediato per l'intero anno.\"],\"XVnj6K\":[\"Il saldo del credito verrà utilizzato per pagare le fatture mensili.\"],\"9ivpwk\":[\"Il vostro nome come verrà visualizzato\"],\"RhNbPE\":[\"L'area di lavoro verrà disabilitata\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pseudo-en.ts b/packages/twenty-front/src/locales/generated/pseudo-en.ts index 6fe5d8b99..586250d9d 100644 --- a/packages/twenty-front/src/locales/generated/pseudo-en.ts +++ b/packages/twenty-front/src/locales/generated/pseudo-en.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"Z+OxK0\":[\"Àćţĩvē ÀƤĨś ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"TmDqlR\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"5\"]],\"jQyP8N\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"impact\"]],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"JcIGyw\":[\"Ćĥàńĝē \",[\"6\"]],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"h1IXFK\":[\"Ćĥĩńēśē\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"RgSsJ3\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"1\"],\".\"],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"Q0iobh\":[\"Ƒàĩĺēď ţō ćŕēàţē ōƀĴēćţ\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"/Wrd4p\":[\"Ĩńvàĺĩď ōƀĴēćţ ďàţà\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"y5rS9U\":[\"Ḿĩĝŕàţē\"],\"6YtxFj\":[\"Ńàḿē\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"isRobC\":[\"Ńēŵ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"+FLRjr\":[\"ńōţ àĺĺōŵēď\"],\"FU94q4\":[\"ŌƀĴēćţ ćŕēàţēď śũććēśśƒũĺĺŷ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"BzEFor\":[\"ōŕ\"],\"NRvxzv\":[\"Ƥàĝē Ńōţ Ƒōũńď | Ţŵēńţŷ\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"BoNHR0\":[\"Śēàŕćĥ àń ōƀĴēćţ...\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"6Uau97\":[\"Śķĩƥ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"AymUjZ\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"0\"]],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"Sk5fyO\":[\"Śŵĩţćĥ \",[\"2\"]],\"z9maAp\":[\"Śŵĩţćĥ \",[\"3\"]],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"FwAweN\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"4\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"7YiCMg\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńēḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"pmUArF\":[\"Ŵōŕķśƥàćē\"],\"VicISP\":[\"Ŵōŕķśƥàćē Ďēĺēţĩōń\"],\"zSkMV0\":[\"Ŷōũ ŵĩĺĺ ƀē ćĥàŕĝēď ĩḿḿēďĩàţēĺŷ ƒōŕ ţĥē ƒũĺĺ ŷēàŕ.\"],\"XVnj6K\":[\"Ŷōũŕ ćŕēďĩţ ƀàĺàńćē ŵĩĺĺ ƀē ũśēď ţō ƥàŷ ţĥē ḿōńţĥĺŷ ƀĩĺĺś.\"],\"9ivpwk\":[\"Ŷōũŕ ńàḿē àś ĩţ ŵĩĺĺ ƀē ďĩśƥĺàŷēď\"],\"RhNbPE\":[\"Ŷōũŕ ŵōŕķśƥàćē ŵĩĺĺ ƀē ďĩśàƀĺēď\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Àƀōŕţ\"],\"uyJsf6\":[\"Àƀōũţ\"],\"nD0Y+a\":[\"Àććōũńţ Ďēĺēţĩōń\"],\"bPwFdf\":[\"Àććōũńţś\"],\"F6pfE9\":[\"Àćţĩvē\"],\"Mue4oc\":[\"Àćţĩvē ÀƤĨ ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"Z+OxK0\":[\"Àćţĩvē ÀƤĨś ķēŷś ćŕēàţēď ƀŷ ŷōũ ōŕ ŷōũŕ ţēàḿ.\"],\"dEO3Zx\":[\"Àďď ōƀĴēćţ\"],\"5h8ooz\":[\"ÀƤĨ ķēŷś\"],\"aAIQg2\":[\"Àƥƥēàŕàńćē\"],\"3iX0kh\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ?\"],\"TmDqlR\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"5\"]],\"jQyP8N\":[\"Àŕē ŷōũ śũŕē ţĥàţ ŷōũ ŵàńţ ţō ćĥàńĝē ŷōũŕ ƀĩĺĺĩńĝ ĩńţēŕvàĺ? \",[\"impact\"]],\"P8fBlG\":[\"Àũţĥēńţĩćàţĩōń\"],\"Dht9W3\":[\"ßàćķ ţō ćōńţēńţ\"],\"R+w/Va\":[\"ßĩĺĺĩńĝ\"],\"EUpfsd\":[\"Ćàĺēńďàŕś\"],\"rRK/Lf\":[\"Ćàńćēĺ Ƥĺàń\"],\"N6gPiD\":[\"Ćàńćēĺ ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"JcIGyw\":[\"Ćĥàńĝē \",[\"6\"]],\"OfzMnb\":[\"Ćĥàńĝē \",[\"to\"]],\"h1IXFK\":[\"Ćĥĩńēśē\"],\"SviKkE\":[\"Ćĥĩńēśē — Śĩḿƥĺĩƒĩēď\"],\"dzb4Ep\":[\"Ćĥĩńēśē — Ţŕàďĩţĩōńàĺ\"],\"+zUMwJ\":[\"Ćōńƒĩĝũŕē àń ŚŚŌ ćōńńēćţĩōń\"],\"aGwm+D\":[\"Ćōńƒĩĝũŕē ĥōŵ ďàţēś àŕē ďĩśƥĺàŷēď àćŕōśś ţĥē àƥƥ\"],\"xGVfLh\":[\"Ćōńţĩńũē\"],\"7eVkEH\":[\"Ćōƥŷ ĩńvĩţàţĩōń ĺĩńķ\"],\"uXGLuq\":[\"Ćŕēàţē ÀƤĨ ķēŷ\"],\"dkAPxi\":[\"Ćŕēàţē Ŵēƀĥōōķ\"],\"CMhr4u\":[\"Ćũśţōḿĩźē Ďōḿàĩń\"],\"bCJa9l\":[\"Ćũśţōḿĩźē ŷōũŕ ŵōŕķśƥàćē śēćũŕĩţŷ\"],\"Zz6Cxn\":[\"Ďàńĝēŕ źōńē\"],\"5cNMFz\":[\"Ďàţà ḿōďēĺ\"],\"Ud9zHv\":[\"Ďàţē àńď ţĩḿē\"],\"Y2ImVJ\":[\"Ďēƒĩńē ţĥē ńàḿē àńď ďēśćŕĩƥţĩōń ōƒ ŷōũŕ ōƀĴēćţ\"],\"ZDGm40\":[\"Ďēĺēţē àććōũńţ\"],\"kYu0eF\":[\"Ďēĺēţē ŵōŕķśƥàćē\"],\"mk2Ygs\":[\"Ďēĺēţē ŷōũŕ ŵĥōĺē ŵōŕķśƥàćē\"],\"n+SX4g\":[\"Ďēvēĺōƥēŕś\"],\"EoKe5U\":[\"Ďōḿàĩń\"],\"v+uKyy\":[\"Ēďĩţ ƀĩĺĺĩńĝ ĩńţēŕvàĺ\"],\"h2KoTu\":[\"Ēďĩţ ƥàŷḿēńţ ḿēţĥōď, śēē ŷōũŕ ĩńvōĩćēś àńď ḿōŕē\"],\"6o1M/Q\":[\"Ēďĩţ ŷōũŕ śũƀďōḿàĩń ńàḿē ōŕ śēţ à ćũśţōḿ ďōḿàĩń.\"],\"O3oNi5\":[\"Ēḿàĩĺ\"],\"lYGfRP\":[\"Ēńĝĺĩśĥ\"],\"GpB8YV\":[\"Ēńţēŕƥŕĩśē\"],\"RgSsJ3\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"1\"],\".\"],\"VSQxWH\":[\"Ēŕŕōŕ ŵĥĩĺē śŵĩţćĥĩńĝ śũƀśćŕĩƥţĩōń \",[\"to\"],\".\"],\"JLxMta\":[\"Ēśţàƀĺĩśĥ Ŵēƀĥōōķ ēńďƥōĩńţś ƒōŕ ńōţĩƒĩćàţĩōńś ōń àśŷńćĥŕōńōũś ēvēńţś.\"],\"fV7V51\":[\"Ēxĩśţĩńĝ ōƀĴēćţś\"],\"bKBhgb\":[\"Ēxƥēŕĩēńćē\"],\"i9qiyR\":[\"Ēxƥĩŕēś ĩń\"],\"Q0iobh\":[\"Ƒàĩĺēď ţō ćŕēàţē ōƀĴēćţ\"],\"vF68cg\":[\"Ƒĩēĺďś\"],\"nLC6tu\":[\"Ƒŕēńćĥ\"],\"aTieE0\":[\"ƒŕōḿ ḿōńţĥĺŷ ţō ŷēàŕĺŷ\"],\"K04lE5\":[\"ƒŕōḿ ŷēàŕĺŷ ţō ḿōńţĥĺŷ\"],\"Weq9zb\":[\"Ĝēńēŕàĺ\"],\"DDcvSo\":[\"Ĝēŕḿàń\"],\"NXEW3h\":[\"Ĝēţ ţĥē ḿōśţ ōũţ ōƒ ŷōũŕ ŵōŕķśƥàćē ƀŷ ĩńvĩţĩńĝ ŷōũŕ ţēàḿ.\"],\"hWp1MY\":[\"Ĝŕàńţ Ţŵēńţŷ śũƥƥōŕţ ţēḿƥōŕàŕŷ àććēśś ţō ŷōũŕ ŵōŕķśƥàćē śō ŵē ćàń ţŕōũƀĺēśĥōōţ ƥŕōƀĺēḿś ōŕ ŕēćōvēŕ ćōńţēńţ ōń ŷōũŕ ƀēĥàĺƒ. Ŷōũ ćàń ŕēvōķē àććēśś àţ àńŷ ţĩḿē.\"],\"NoNwIX\":[\"Ĩńàćţĩvē\"],\"nbfdhU\":[\"Ĩńţēĝŕàţĩōńś\"],\"QdoUFL\":[\"Ĩńvàĺĩď ƒōŕḿ vàĺũēś\"],\"/Wrd4p\":[\"Ĩńvàĺĩď ōƀĴēćţ ďàţà\"],\"0M8+El\":[\"Ĩńvĩţē ƀŷ ēḿàĩĺ\"],\"PWIq/W\":[\"Ĩńvĩţē ƀŷ ĺĩńķ\"],\"5IfmKA\":[\"Ĩńvĩţē ĺĩńķ śēńţ ţō ēḿàĩĺ àďďŕēśśēś\"],\"d+Y+rP\":[\"Ĩńvĩţē ŷōũŕ ţēàḿ\"],\"Lj7sBL\":[\"Ĩţàĺĩàń\"],\"vXIe7J\":[\"Ĺàńĝũàĝē\"],\"pQjjYo\":[\"Ĺĩńķ ćōƥĩēď ţō ćĺĩƥƀōàŕď\"],\"T6YjCk\":[\"Ḿàńàĝē Ḿēḿƀēŕś\"],\"4cjU2u\":[\"Ḿàńàĝē ţĥē ḿēḿƀēŕś ōƒ ŷōũŕ śƥàćē ĥēŕē\"],\"36kYu0\":[\"Ḿàńàĝē ŷōũŕ śũƀśćŕĩƥţĩōń\"],\"wlQNTg\":[\"Ḿēḿƀēŕś\"],\"y5rS9U\":[\"Ḿĩĝŕàţē\"],\"6YtxFj\":[\"Ńàḿē\"],\"J7w8lI\":[\"Ńàḿē ōƒ ŷōũŕ ŵōŕķśƥàćē\"],\"isRobC\":[\"Ńēŵ\"],\"hFxdey\":[\"Ńēŵ ŌƀĴēćţ\"],\"+FLRjr\":[\"ńōţ àĺĺōŵēď\"],\"FU94q4\":[\"ŌƀĴēćţ ćŕēàţēď śũććēśśƒũĺĺŷ\"],\"B3toQF\":[\"ŌƀĴēćţś\"],\"KNz3EF\":[\"Ōƒƒ ţĥē ƀēàţēń ƥàţĥ\"],\"BzEFor\":[\"ōŕ\"],\"NRvxzv\":[\"Ƥàĝē Ńōţ Ƒōũńď | Ţŵēńţŷ\"],\"N0+GsR\":[\"Ƥĩćţũŕē\"],\"MOERNx\":[\"Ƥōŕţũĝũēśē\"],\"vERlcd\":[\"Ƥŕōƒĩĺē\"],\"YJgRqq\":[\"Ƥśēũďō-Ēńĝĺĩśĥ\"],\"5icoS1\":[\"Ŕēĺēàśēś\"],\"t/YqKh\":[\"Ŕēḿōvē\"],\"l1/uy2\":[\"Śēàŕćĥ à ƒĩēĺď...\"],\"k7kp5/\":[\"Śēàŕćĥ àń ĩńďēx...\"],\"BoNHR0\":[\"Śēàŕćĥ àń ōƀĴēćţ...\"],\"ofuw3g\":[\"Śēàŕćĥ ƒōŕ àń ōƀĴēćţ...\"],\"a3LDKx\":[\"Śēćũŕĩţŷ\"],\"AXTJAW\":[\"Śēĺēćţ ŷōũŕ ƥŕēƒēŕŕēď ĺàńĝũàĝē\"],\"mjK8F3\":[\"Śēńď àń ĩńvĩţē ēḿàĩĺ ţō ŷōũŕ ţēàḿ\"],\"tn41zE\":[\"Śēţ ţĥē ńàḿē ōƒ ŷōũŕ śũƀďōḿàĩń\"],\"Vy9kmk\":[\"Śĥàŕē ţĥĩś ĺĩńķ ţō ĩńvĩţē ũśēŕś ţō Ĵōĩń ŷōũŕ ŵōŕķśƥàćē\"],\"6Uau97\":[\"Śķĩƥ\"],\"65A04M\":[\"Śƥàńĩśĥ\"],\"vnS6Rf\":[\"ŚŚŌ\"],\"omhc+7\":[\"Śũƀďōḿàĩń àĺŕēàďŷ ţàķēń\"],\"OlC/tU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē ĺōńĝēŕ ţĥàń 30 ćĥàŕàćţēŕś\"],\"ZETwlU\":[\"Śũƀďōḿàĩń ćàń ńōţ ƀē śĥōŕţēŕ ţĥàń 3 ćĥàŕàćţēŕś\"],\"AymUjZ\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"0\"]],\"B5jRKH\":[\"Śũƀśćŕĩƥţĩōń ĥàś ƀēēń śŵĩţćĥēď \",[\"to\"]],\"XYLcNv\":[\"Śũƥƥōŕţ\"],\"Sk5fyO\":[\"Śŵĩţćĥ \",[\"2\"]],\"z9maAp\":[\"Śŵĩţćĥ \",[\"3\"]],\"9yk9d1\":[\"Śŵĩţćĥ \",[\"from\"]],\"qi74XZ\":[\"Śŵĩţćĥ \",[\"to\"]],\"FwAweN\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"4\"]],\"L6Fg36\":[\"Śŵĩţćĥ ƀĩĺĺĩńĝ \",[\"to\"]],\"VGZYbZ\":[\"Ţĥē ēḿàĩĺ àśśōćĩàţēď ţō ŷōũŕ àććōũńţ\"],\"L97sPr\":[\"Ţĥē ƥàĝē ŷōũ'ŕē śēēķĩńĝ ĩś ēĩţĥēŕ ĝōńē ōŕ ńēvēŕ ŵàś. Ĺēţ'ś ĝēţ ŷōũ ƀàćķ ōń ţŕàćķ\"],\"7YiCMg\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ţĥĩś ũśēŕ àńď ŕēḿōvē ţĥēḿ ƒŕōḿ àĺĺ ţĥēĩŕ àśśĩĝńēḿēńţś.\"],\"gWGuHC\":[\"Ţĥĩś àćţĩōń ćàńńōţ ƀē ũńďōńē. Ţĥĩś ŵĩĺĺ ƥēŕḿàńēńţĺŷ ďēĺēţē ŷōũŕ ēńţĩŕē ŵōŕķśƥàćē. <0/> Ƥĺēàśē ţŷƥē ĩń ŷōũŕ ēḿàĩĺ ţō ćōńƒĩŕḿ.\"],\"aqMzDX\":[\"ţō ḿōńţĥĺŷ\"],\"WXXiXO\":[\"ţō ŷēàŕĺŷ\"],\"+zy2Nq\":[\"Ţŷƥē\"],\"ONWvwQ\":[\"Ũƥĺōàď\"],\"oTTQsc\":[\"Ũśē ĺēţţēŕ, ńũḿƀēŕ àńď ďàśĥ ōńĺŷ. Śţàŕţ àńď ƒĩńĩśĥ ŵĩţĥ à ĺēţţēŕ ōŕ à ńũḿƀēŕ\"],\"7PzzBU\":[\"Ũśēŕ\"],\"KANz0G\":[\"Vĩēŵ ƀĩĺĺĩńĝ ďēţàĩĺś\"],\"v1kQyJ\":[\"Ŵēƀĥōōķś\"],\"pmUArF\":[\"Ŵōŕķśƥàćē\"],\"VicISP\":[\"Ŵōŕķśƥàćē Ďēĺēţĩōń\"],\"zSkMV0\":[\"Ŷōũ ŵĩĺĺ ƀē ćĥàŕĝēď ĩḿḿēďĩàţēĺŷ ƒōŕ ţĥē ƒũĺĺ ŷēàŕ.\"],\"XVnj6K\":[\"Ŷōũŕ ćŕēďĩţ ƀàĺàńćē ŵĩĺĺ ƀē ũśēď ţō ƥàŷ ţĥē ḿōńţĥĺŷ ƀĩĺĺś.\"],\"9ivpwk\":[\"Ŷōũŕ ńàḿē àś ĩţ ŵĩĺĺ ƀē ďĩśƥĺàŷēď\"],\"RhNbPE\":[\"Ŷōũŕ ŵōŕķśƥàćē ŵĩĺĺ ƀē ďĩśàƀĺēď\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/pt.ts b/packages/twenty-front/src/locales/generated/pt.ts index 12b2051ce..6b9d8e532 100644 --- a/packages/twenty-front/src/locales/generated/pt.ts +++ b/packages/twenty-front/src/locales/generated/pt.ts @@ -1 +1 @@ -/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abort\"],\"uyJsf6\":[\"About\"],\"nD0Y+a\":[\"Account Deletion\"],\"bPwFdf\":[\"Accounts\"],\"F6pfE9\":[\"Active\"],\"Mue4oc\":[\"Active API keys created by you or your team.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Add object\"],\"5h8ooz\":[\"API keys\"],\"aAIQg2\":[\"Appearance\"],\"3iX0kh\":[\"Are you sure that you want to change your billing interval?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Authentication\"],\"Dht9W3\":[\"Back to content\"],\"R+w/Va\":[\"Billing\"],\"EUpfsd\":[\"Calendars\"],\"rRK/Lf\":[\"Cancel Plan\"],\"N6gPiD\":[\"Cancel your subscription\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Change \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"+zUMwJ\":[\"Configure an SSO connection\"],\"aGwm+D\":[\"Configure how dates are displayed across the app\"],\"xGVfLh\":[\"Continue\"],\"7eVkEH\":[\"Copy invitation link\"],\"uXGLuq\":[\"Create API key\"],\"dkAPxi\":[\"Create Webhook\"],\"CMhr4u\":[\"Customize Domain\"],\"bCJa9l\":[\"Customize your workspace security\"],\"Zz6Cxn\":[\"Danger zone\"],\"5cNMFz\":[\"Data model\"],\"Ud9zHv\":[\"Date and time\"],\"Y2ImVJ\":[\"Define the name and description of your object\"],\"ZDGm40\":[\"Delete account\"],\"kYu0eF\":[\"Delete workspace\"],\"mk2Ygs\":[\"Delete your whole workspace\"],\"n+SX4g\":[\"Developers\"],\"EoKe5U\":[\"Domain\"],\"v+uKyy\":[\"Edit billing interval\"],\"h2KoTu\":[\"Edit payment method, see your invoices and more\"],\"6o1M/Q\":[\"Edit your subdomain name or set a custom domain.\"],\"O3oNi5\":[\"Email\"],\"lYGfRP\":[\"English\"],\"GpB8YV\":[\"Enterprise\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Error while switching subscription \",[\"to\"],\".\"],\"JLxMta\":[\"Establish Webhook endpoints for notifications on asynchronous events.\"],\"fV7V51\":[\"Existing objects\"],\"bKBhgb\":[\"Experience\"],\"i9qiyR\":[\"Expires in\"],\"Q0iobh\":[\"Failed to create object\"],\"vF68cg\":[\"Fields\"],\"nLC6tu\":[\"French\"],\"aTieE0\":[\"from monthly to yearly\"],\"K04lE5\":[\"from yearly to monthly\"],\"Weq9zb\":[\"General\"],\"DDcvSo\":[\"German\"],\"NXEW3h\":[\"Get the most out of your workspace by inviting your team.\"],\"hWp1MY\":[\"Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time.\"],\"NoNwIX\":[\"Inactive\"],\"nbfdhU\":[\"Integrations\"],\"QdoUFL\":[\"Invalid form values\"],\"/Wrd4p\":[\"Invalid object data\"],\"0M8+El\":[\"Invite by email\"],\"PWIq/W\":[\"Invite by link\"],\"5IfmKA\":[\"Invite link sent to email addresses\"],\"d+Y+rP\":[\"Invite your team\"],\"Lj7sBL\":[\"Italian\"],\"vXIe7J\":[\"Language\"],\"pQjjYo\":[\"Link copied to clipboard\"],\"T6YjCk\":[\"Manage Members\"],\"4cjU2u\":[\"Manage the members of your space here\"],\"36kYu0\":[\"Manage your subscription\"],\"wlQNTg\":[\"Members\"],\"y5rS9U\":[\"Migrate\"],\"6YtxFj\":[\"Name\"],\"J7w8lI\":[\"Name of your workspace\"],\"isRobC\":[\"New\"],\"hFxdey\":[\"New Object\"],\"+FLRjr\":[\"not allowed\"],\"FU94q4\":[\"Object created successfully\"],\"B3toQF\":[\"Objects\"],\"KNz3EF\":[\"Off the beaten path\"],\"BzEFor\":[\"or\"],\"NRvxzv\":[\"Page Not Found | Twenty\"],\"N0+GsR\":[\"Picture\"],\"MOERNx\":[\"Portuguese\"],\"vERlcd\":[\"Profile\"],\"YJgRqq\":[\"Pseudo-English\"],\"5icoS1\":[\"Releases\"],\"t/YqKh\":[\"Remove\"],\"l1/uy2\":[\"Search a field...\"],\"k7kp5/\":[\"Search an index...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Search for an object...\"],\"a3LDKx\":[\"Security\"],\"AXTJAW\":[\"Select your preferred language\"],\"mjK8F3\":[\"Send an invite email to your team\"],\"tn41zE\":[\"Set the name of your subdomain\"],\"Vy9kmk\":[\"Share this link to invite users to join your workspace\"],\"6Uau97\":[\"Skip\"],\"65A04M\":[\"Spanish\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomain already taken\"],\"OlC/tU\":[\"Subdomain can not be longer than 30 characters\"],\"ZETwlU\":[\"Subdomain can not be shorter than 3 characters\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"Subscription has been switched \",[\"to\"]],\"XYLcNv\":[\"Support\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Switch \",[\"from\"]],\"qi74XZ\":[\"Switch \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Switch billing \",[\"to\"]],\"VGZYbZ\":[\"The email associated to your account\"],\"L97sPr\":[\"The page you're seeking is either gone or never was. Let's get you back on track\"],\"7YiCMg\":[\"This action cannot be undone. This will permanently delete this user and remove them from all their assignements.\"],\"gWGuHC\":[\"This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm.\"],\"aqMzDX\":[\"to monthly\"],\"WXXiXO\":[\"to yearly\"],\"+zy2Nq\":[\"Type\"],\"ONWvwQ\":[\"Upload\"],\"oTTQsc\":[\"Use letter, number and dash only. Start and finish with a letter or a number\"],\"7PzzBU\":[\"User\"],\"KANz0G\":[\"View billing details\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Workspace\"],\"VicISP\":[\"Workspace Deletion\"],\"zSkMV0\":[\"You will be charged immediately for the full year.\"],\"XVnj6K\":[\"Your credit balance will be used to pay the monthly bills.\"],\"9ivpwk\":[\"Your name as it will be displayed\"],\"RhNbPE\":[\"Your workspace will be disabled\"]}")as Messages; \ No newline at end of file +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"Abortar\"],\"uyJsf6\":[\"Sobre\"],\"nD0Y+a\":[\"Eliminação da conta\"],\"bPwFdf\":[\"Contas\"],\"F6pfE9\":[\"Ativo\"],\"Mue4oc\":[\"Chaves de API activas criadas por si ou pela sua equipa.\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"Adicionar objeto\"],\"5h8ooz\":[\"Chaves API\"],\"aAIQg2\":[\"Aparência\"],\"3iX0kh\":[\"Tem a certeza de que pretende alterar o seu intervalo de faturação?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"Autenticação\"],\"Dht9W3\":[\"Voltar ao conteúdo\"],\"R+w/Va\":[\"Faturação\"],\"EUpfsd\":[\"Calendários\"],\"rRK/Lf\":[\"Cancelar plano\"],\"N6gPiD\":[\"Cancelar a sua subscrição\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"Alterar \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"Chinês - Simplificado\"],\"dzb4Ep\":[\"Chinês - Tradicional\"],\"+zUMwJ\":[\"Configurar uma ligação SSO\"],\"aGwm+D\":[\"Configurar a forma como as datas são apresentadas na aplicação\"],\"xGVfLh\":[\"Continuar\"],\"7eVkEH\":[\"Copiar a hiperligação do convite\"],\"uXGLuq\":[\"Criar chave API\"],\"dkAPxi\":[\"Criar Webhook\"],\"CMhr4u\":[\"Personalizar domínio\"],\"bCJa9l\":[\"Personalize a segurança do seu espaço de trabalho\"],\"Zz6Cxn\":[\"Zona de perigo\"],\"5cNMFz\":[\"Modelo de dados\"],\"Ud9zHv\":[\"Data e hora\"],\"Y2ImVJ\":[\"Definir o nome e a descrição do seu objeto\"],\"ZDGm40\":[\"Eliminar a conta\"],\"kYu0eF\":[\"Eliminar espaço de trabalho\"],\"mk2Ygs\":[\"Eliminar todo o seu espaço de trabalho\"],\"n+SX4g\":[\"Programadores\"],\"EoKe5U\":[\"Domínio\"],\"v+uKyy\":[\"Editar intervalo de faturação\"],\"h2KoTu\":[\"Editar o método de pagamento, ver as suas facturas e muito mais\"],\"6o1M/Q\":[\"Edite o nome do seu subdomínio ou defina um domínio personalizado.\"],\"O3oNi5\":[\"Correio eletrónico\"],\"lYGfRP\":[\"Inglês\"],\"GpB8YV\":[\"Empresa\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"Erro ao mudar de subscrição \",[\"to\"],\".\"],\"JLxMta\":[\"Estabelecer pontos de extremidade Webhook para notificações sobre eventos assíncronos.\"],\"fV7V51\":[\"Objectos existentes\"],\"bKBhgb\":[\"Experiência\"],\"i9qiyR\":[\"Expira em\"],\"Q0iobh\":[\"Falha ao criar o objeto\"],\"vF68cg\":[\"Campos\"],\"nLC6tu\":[\"Francês\"],\"aTieE0\":[\"de mensal para anual\"],\"K04lE5\":[\"de anual para mensal\"],\"Weq9zb\":[\"Geral\"],\"DDcvSo\":[\"Alemão\"],\"NXEW3h\":[\"Tire o máximo partido do seu espaço de trabalho convidando a sua equipa.\"],\"hWp1MY\":[\"Conceda ao suporte do Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Pode revogar o acesso em qualquer altura.\"],\"NoNwIX\":[\"Inativo\"],\"nbfdhU\":[\"Integrações\"],\"QdoUFL\":[\"Valores de formulário inválidos\"],\"/Wrd4p\":[\"Dados de objeto inválidos\"],\"0M8+El\":[\"Convite por correio eletrónico\"],\"PWIq/W\":[\"Convidar por ligação\"],\"5IfmKA\":[\"Ligação de convite enviada para endereços de correio eletrónico\"],\"d+Y+rP\":[\"Convide a sua equipa\"],\"Lj7sBL\":[\"Italiano\"],\"vXIe7J\":[\"Língua\"],\"pQjjYo\":[\"Ligação copiada para a área de transferência\"],\"T6YjCk\":[\"Gerir membros\"],\"4cjU2u\":[\"Gerir os membros do seu espaço aqui\"],\"36kYu0\":[\"Gerir a sua subscrição\"],\"wlQNTg\":[\"Membros\"],\"y5rS9U\":[\"Migrar\"],\"6YtxFj\":[\"Nome\"],\"J7w8lI\":[\"Nome do seu espaço de trabalho\"],\"isRobC\":[\"Novo\"],\"hFxdey\":[\"Novo objeto\"],\"+FLRjr\":[\"não autorizado\"],\"FU94q4\":[\"Objeto criado com sucesso\"],\"B3toQF\":[\"Objectos\"],\"KNz3EF\":[\"Fora do caminho tradicional\"],\"BzEFor\":[\"ou\"],\"NRvxzv\":[\"Página não encontrada | Twenty\"],\"N0+GsR\":[\"Imagem\"],\"MOERNx\":[\"Português\"],\"vERlcd\":[\"Perfil\"],\"YJgRqq\":[\"Pseudo-inglês\"],\"5icoS1\":[\"Lançamentos\"],\"t/YqKh\":[\"Remover\"],\"l1/uy2\":[\"Pesquisar um campo...\"],\"k7kp5/\":[\"Pesquisar um índice...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"Procurar um objeto...\"],\"a3LDKx\":[\"Segurança\"],\"AXTJAW\":[\"Selecione a sua língua preferida\"],\"mjK8F3\":[\"Enviar um convite por correio eletrónico à sua equipa\"],\"tn41zE\":[\"Defina o nome do seu subdomínio\"],\"Vy9kmk\":[\"Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu espaço de trabalho\"],\"6Uau97\":[\"Saltar\"],\"65A04M\":[\"Espanhol\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"Subdomínio já ocupado\"],\"OlC/tU\":[\"O subdomínio não pode ter mais de 30 caracteres\"],\"ZETwlU\":[\"O subdomínio não pode ter menos de 3 caracteres\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"A subscrição foi mudada \",[\"to\"]],\"XYLcNv\":[\"Apoio\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"Comutador \",[\"from\"]],\"qi74XZ\":[\"Comutador \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"Mudar a faturação \",[\"to\"]],\"VGZYbZ\":[\"O correio eletrónico associado à sua conta\"],\"L97sPr\":[\"A página que procura desapareceu ou nunca existiu. Vamos voltar a pô-lo no caminho certo\"],\"7YiCMg\":[\"Esta ação não pode ser anulada. Esta ação elimina permanentemente este utilizador e retira-o de todas as suas atribuições.\"],\"gWGuHC\":[\"Esta ação não pode ser anulada. Esta ação eliminará permanentemente todo o seu espaço de trabalho. <0/> Introduza o seu e-mail para confirmar.\"],\"aqMzDX\":[\"ao mês\"],\"WXXiXO\":[\"a anual\"],\"+zy2Nq\":[\"Tipo\"],\"ONWvwQ\":[\"Carregar\"],\"oTTQsc\":[\"Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número\"],\"7PzzBU\":[\"Utilizador\"],\"KANz0G\":[\"Ver detalhes da faturação\"],\"v1kQyJ\":[\"Webhooks\"],\"pmUArF\":[\"Espaço de trabalho\"],\"VicISP\":[\"Eliminação do espaço de trabalho\"],\"zSkMV0\":[\"Ser-lhe-á cobrado imediatamente o valor total do ano.\"],\"XVnj6K\":[\"O seu saldo de crédito será utilizado para pagar as facturas mensais.\"],\"9ivpwk\":[\"O seu nome como será apresentado\"],\"RhNbPE\":[\"O seu espaço de trabalho será desativado\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/zh-Hans.ts b/packages/twenty-front/src/locales/generated/zh-Hans.ts new file mode 100644 index 000000000..53acd602f --- /dev/null +++ b/packages/twenty-front/src/locales/generated/zh-Hans.ts @@ -0,0 +1 @@ +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"5h8ooz\":[\"API 密钥\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"认证\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"EUpfsd\":[\"日历\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"xGVfLh\":[\"继续\"],\"7eVkEH\":[\"复制邀请链接\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作空间安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"ZDGm40\":[\"删除帐户\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"n+SX4g\":[\"开发人员\"],\"EoKe5U\":[\"域名\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lYGfRP\":[\"英语\"],\"GpB8YV\":[\"企业\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"fV7V51\":[\"现有对象\"],\"bKBhgb\":[\"经验\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"NoNwIX\":[\"不活动\"],\"nbfdhU\":[\"集成\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"迁移\"],\"6YtxFj\":[\"名称\"],\"J7w8lI\":[\"工作区名称\"],\"isRobC\":[\"新\"],\"hFxdey\":[\"新对象\"],\"+FLRjr\":[\"不允许\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"BzEFor\":[\"或\"],\"NRvxzv\":[\"页面未找到 | 二十\"],\"N0+GsR\":[\"图片\"],\"MOERNx\":[\"葡萄牙语\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"tn41zE\":[\"设置子域名称\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"7YiCMg\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有分配中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"ONWvwQ\":[\"上传\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"KANz0G\":[\"查看账单详情\"],\"v1kQyJ\":[\"网络钩子\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信贷余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/generated/zh-Hant.ts b/packages/twenty-front/src/locales/generated/zh-Hant.ts new file mode 100644 index 000000000..5d3264efa --- /dev/null +++ b/packages/twenty-front/src/locales/generated/zh-Hant.ts @@ -0,0 +1 @@ +/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"J/hVSQ\":[[\"0\"]],\"ssjjFt\":[\"中止\"],\"uyJsf6\":[\"关于\"],\"nD0Y+a\":[\"账户删除\"],\"bPwFdf\":[\"账户\"],\"F6pfE9\":[\"活跃\"],\"Mue4oc\":[\"由您或您的团队创建的活动 API 密钥。\"],\"Z+OxK0\":[\"Active APIs keys created by you or your team.\"],\"dEO3Zx\":[\"添加对象\"],\"5h8ooz\":[\"API 密钥\"],\"aAIQg2\":[\"外观\"],\"3iX0kh\":[\"您确定要更改计费间隔吗?\"],\"TmDqlR\":[\"Are you sure that you want to change your billing interval? \",[\"5\"]],\"jQyP8N\":[\"Are you sure that you want to change your billing interval? \",[\"impact\"]],\"P8fBlG\":[\"认证\"],\"Dht9W3\":[\"返回内容\"],\"R+w/Va\":[\"账单\"],\"EUpfsd\":[\"日历\"],\"rRK/Lf\":[\"取消计划\"],\"N6gPiD\":[\"取消订阅\"],\"JcIGyw\":[\"Change \",[\"6\"]],\"OfzMnb\":[\"更改 \",[\"to\"]],\"h1IXFK\":[\"Chinese\"],\"SviKkE\":[\"简体中文\"],\"dzb4Ep\":[\"繁体中文\"],\"+zUMwJ\":[\"配置 SSO 连接\"],\"aGwm+D\":[\"配置整个应用程序的日期显示方式\"],\"xGVfLh\":[\"继续\"],\"7eVkEH\":[\"复制邀请链接\"],\"uXGLuq\":[\"创建应用程序接口密钥\"],\"dkAPxi\":[\"创建 Webhook\"],\"CMhr4u\":[\"自定义域名\"],\"bCJa9l\":[\"自定义工作区安全\"],\"Zz6Cxn\":[\"危险区\"],\"5cNMFz\":[\"数据模型\"],\"Ud9zHv\":[\"日期和时间\"],\"Y2ImVJ\":[\"定义对象的名称和描述\"],\"ZDGm40\":[\"删除帐户\"],\"kYu0eF\":[\"删除工作区\"],\"mk2Ygs\":[\"删除整个工作区\"],\"n+SX4g\":[\"开发人员\"],\"EoKe5U\":[\"域名\"],\"v+uKyy\":[\"编辑计费间隔\"],\"h2KoTu\":[\"编辑付款方式、查看发票等\"],\"6o1M/Q\":[\"编辑子域名或设置自定义域名。\"],\"O3oNi5\":[\"电子邮件\"],\"lYGfRP\":[\"英语\"],\"GpB8YV\":[\"企业\"],\"RgSsJ3\":[\"Error while switching subscription \",[\"1\"],\".\"],\"VSQxWH\":[\"切换订阅 \",[\"to\"],\" 时出错。\"],\"JLxMta\":[\"建立 Webhook 端点,用于通知异步事件。\"],\"fV7V51\":[\"现有对象\"],\"bKBhgb\":[\"经验\"],\"i9qiyR\":[\"到期时间\"],\"Q0iobh\":[\"创建对象失败\"],\"vF68cg\":[\"字段\"],\"nLC6tu\":[\"法语\"],\"aTieE0\":[\"从每月到每年\"],\"K04lE5\":[\"从每年到每月\"],\"Weq9zb\":[\"一般情况\"],\"DDcvSo\":[\"德国\"],\"NXEW3h\":[\"邀请您的团队,充分利用您的工作空间。\"],\"hWp1MY\":[\"授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。\"],\"NoNwIX\":[\"不活动\"],\"nbfdhU\":[\"集成\"],\"QdoUFL\":[\"无效表格值\"],\"/Wrd4p\":[\"无效对象数据\"],\"0M8+El\":[\"电子邮件邀请\"],\"PWIq/W\":[\"通过链接邀请\"],\"5IfmKA\":[\"向电子邮件地址发送邀请链接\"],\"d+Y+rP\":[\"邀请您的团队\"],\"Lj7sBL\":[\"意大利语\"],\"vXIe7J\":[\"语言\"],\"pQjjYo\":[\"链接复制到剪贴板\"],\"T6YjCk\":[\"管理成员\"],\"4cjU2u\":[\"在此管理空间成员\"],\"36kYu0\":[\"管理您的订阅\"],\"wlQNTg\":[\"成员\"],\"y5rS9U\":[\"迁移\"],\"6YtxFj\":[\"名称\"],\"J7w8lI\":[\"工作区名称\"],\"isRobC\":[\"新\"],\"hFxdey\":[\"新对象\"],\"+FLRjr\":[\"不允许\"],\"FU94q4\":[\"对象创建成功\"],\"B3toQF\":[\"对象\"],\"KNz3EF\":[\"偏离常规路线\"],\"BzEFor\":[\"或\"],\"NRvxzv\":[\"页面未找到 | 二十\"],\"N0+GsR\":[\"图片\"],\"MOERNx\":[\"葡萄牙语\"],\"vERlcd\":[\"简介\"],\"YJgRqq\":[\"伪英语\"],\"5icoS1\":[\"发布\"],\"t/YqKh\":[\"移除\"],\"l1/uy2\":[\"搜索字段...\"],\"k7kp5/\":[\"搜索索引...\"],\"BoNHR0\":[\"Search an object...\"],\"ofuw3g\":[\"搜索对象...\"],\"a3LDKx\":[\"安全\"],\"AXTJAW\":[\"选择您喜欢的语言\"],\"mjK8F3\":[\"向团队发送邀请电子邮件\"],\"tn41zE\":[\"设置子域名称\"],\"Vy9kmk\":[\"分享此链接以邀请用户加入您的工作区\"],\"6Uau97\":[\"跳过\"],\"65A04M\":[\"西班牙语\"],\"vnS6Rf\":[\"SSO\"],\"omhc+7\":[\"子域已被占用\"],\"OlC/tU\":[\"子域名长度不得超过 30 个字符\"],\"ZETwlU\":[\"子域名不能少于 3 个字符\"],\"AymUjZ\":[\"Subscription has been switched \",[\"0\"]],\"B5jRKH\":[\"订阅已切换 \",[\"to\"]],\"XYLcNv\":[\"支持\"],\"Sk5fyO\":[\"Switch \",[\"2\"]],\"z9maAp\":[\"Switch \",[\"3\"]],\"9yk9d1\":[\"开关 \",[\"from\"]],\"qi74XZ\":[\"开关 \",[\"to\"]],\"FwAweN\":[\"Switch billing \",[\"4\"]],\"L6Fg36\":[\"开关计费 \",[\"to\"]],\"VGZYbZ\":[\"与您的账户关联的电子邮件\"],\"L97sPr\":[\"您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常\"],\"7YiCMg\":[\"此操作不可撤销。这将永久删除该用户,并将其从所有分配中删除。\"],\"gWGuHC\":[\"此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。\"],\"aqMzDX\":[\"至每月\"],\"WXXiXO\":[\"每年\"],\"+zy2Nq\":[\"类型\"],\"ONWvwQ\":[\"上传\"],\"oTTQsc\":[\"只能使用字母、数字和破折号。以字母或数字开头和结尾\"],\"7PzzBU\":[\"用户\"],\"KANz0G\":[\"查看账单详情\"],\"v1kQyJ\":[\"网络钩子\"],\"pmUArF\":[\"工作空间\"],\"VicISP\":[\"删除工作区\"],\"zSkMV0\":[\"您将立即被收取全年的费用。\"],\"XVnj6K\":[\"您的信用余额将用于支付每月账单。\"],\"9ivpwk\":[\"显示您的姓名\"],\"RhNbPE\":[\"您的工作区将被禁用\"]}")as Messages; \ No newline at end of file diff --git a/packages/twenty-front/src/locales/it.po b/packages/twenty-front/src/locales/it.po index 73e2c4f5b..ac3d2722e 100644 --- a/packages/twenty-front/src/locales/it.po +++ b/packages/twenty-front/src/locales/it.po @@ -1,559 +1,489 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-16 21:57+0100\n" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: it\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" -#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 -#~ msgid "{0}" -#~ msgstr "" +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "Chiavi API" #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" -msgstr "" +msgstr "Interruzione" #: src/pages/settings/data-model/SettingsNewObject.tsx:86 msgid "About" -msgstr "" +msgstr "Circa" #: src/pages/settings/SettingsWorkspaceMembers.tsx:321 msgid "Account Deletion" -msgstr "" +msgstr "Cancellazione del conto" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 msgid "Accounts" -msgstr "" +msgstr "Conti" #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" -msgstr "" +msgstr "Attivo" #: src/pages/settings/developers/SettingsDevelopers.tsx:50 msgid "Active API keys created by you or your team." -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:50 -#~ msgid "Active APIs keys created by you or your team." -#~ msgstr "" +msgstr "Chiavi API attive create da voi o dal vostro team." #: src/pages/settings/data-model/SettingsObjects.tsx:149 msgid "Add object" -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:49 -msgid "API keys" -msgstr "" +msgstr "Aggiungi oggetto" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" -msgstr "" +msgstr "Aspetto" #: src/pages/settings/SettingsBilling.tsx:190 msgid "Are you sure that you want to change your billing interval?" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:190 -#~ msgid "Are you sure that you want to change your billing interval? {5}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:189 -#~ msgid "Are you sure that you want to change your billing interval? {impact}" -#~ msgstr "" +msgstr "Siete sicuri di voler cambiare l'intervallo di fatturazione?" #: src/pages/settings/security/SettingsSecurity.tsx:63 msgid "Authentication" -msgstr "" +msgstr "Autenticazione" #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" -msgstr "" +msgstr "Torna al contenuto" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 msgid "Billing" -msgstr "" +msgstr "Fatturazione" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 msgid "Calendars" -msgstr "" +msgstr "Calendari" #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" -msgstr "" +msgstr "Annullamento del piano" #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:194 -#~ msgid "Change {6}" -#~ msgstr "" +msgstr "Annullamento dell'abbonamento" #: src/pages/settings/SettingsBilling.tsx:194 msgid "Change {to}" -msgstr "" +msgstr "Cambiare {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "" +msgid "Chinese — Simplified" +msgstr "Cinese semplificato" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Cinese tradizionale" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" -msgstr "" +msgstr "Configurare una connessione SSO" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 msgid "Configure how dates are displayed across the app" -msgstr "" +msgstr "Configurare la visualizzazione delle date nell'app" #: src/pages/onboarding/InviteTeam.tsx:228 msgid "Continue" -msgstr "" +msgstr "Continua" #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" -msgstr "" +msgstr "Copiare il link dell'invito" #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" -msgstr "" +msgstr "Creare la chiave API" #: src/pages/settings/developers/SettingsDevelopers.tsx:72 msgid "Create Webhook" -msgstr "" +msgstr "Creare un webhook" #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" -msgstr "" +msgstr "Personalizzare il dominio" #: src/pages/settings/security/SettingsSecurity.tsx:64 msgid "Customize your workspace security" -msgstr "" +msgstr "Personalizzate la sicurezza del vostro spazio di lavoro" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 msgid "Danger zone" -msgstr "" +msgstr "Zona di pericolo" #: src/pages/settings/data-model/SettingsObjects.tsx:144 msgid "Data model" -msgstr "" +msgstr "Modello di dati" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 msgid "Date and time" -msgstr "" +msgstr "Data e ora" #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" -msgstr "" +msgstr "Definire il nome e la descrizione dell'oggetto" #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 msgid "Delete account" -msgstr "" +msgstr "Cancellare l'account" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 msgid "Delete workspace" -msgstr "" +msgstr "Cancellare l'area di lavoro" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 msgid "Delete your whole workspace" -msgstr "" +msgstr "Cancellare l'intero spazio di lavoro" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 msgid "Developers" -msgstr "" +msgstr "Sviluppatori" #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 #: src/pages/settings/workspace/SettingsDomain.tsx:150 msgid "Domain" -msgstr "" +msgstr "Dominio" #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" -msgstr "" +msgstr "Modifica dell'intervallo di fatturazione" #: src/pages/settings/SettingsBilling.tsx:145 msgid "Edit payment method, see your invoices and more" -msgstr "" +msgstr "Modifica del metodo di pagamento, visualizzazione delle fatture e altro ancora" #: src/pages/settings/SettingsWorkspace.tsx:52 msgid "Edit your subdomain name or set a custom domain." -msgstr "" +msgstr "Modificare il nome del sottodominio o impostare un dominio personalizzato." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 msgid "Email" -msgstr "" +msgstr "Email" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 msgid "English" -msgstr "" +msgstr "Inglese" #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:118 -#~ msgid "Error while switching subscription {1}." -#~ msgstr "" +msgstr "Impresa" #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." -msgstr "" +msgstr "Errore durante la commutazione dell'abbonamento {to}." #: src/pages/settings/developers/SettingsDevelopers.tsx:66 msgid "Establish Webhook endpoints for notifications on asynchronous events." -msgstr "" +msgstr "Stabilire endpoint Webhook per le notifiche di eventi asincroni." #: src/pages/settings/data-model/SettingsObjects.tsx:167 msgid "Existing objects" -msgstr "" +msgstr "Oggetti esistenti" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 msgid "Experience" -msgstr "" +msgstr "Esperienza" #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" -msgstr "" +msgstr "Scade in" #: src/pages/settings/data-model/SettingsNewObject.tsx:57 msgid "Failed to create object" -msgstr "" +msgstr "Impossibile creare l'oggetto" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 msgid "Fields" -msgstr "" +msgstr "Campi" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 msgid "French" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:45 -msgid "from monthly to yearly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:52 -msgid "from yearly to monthly" -msgstr "" +msgstr "Francese" #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 msgid "General" -msgstr "" +msgstr "Generale" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 msgid "German" -msgstr "" +msgstr "Tedesco" #: src/pages/onboarding/InviteTeam.tsx:184 msgid "Get the most out of your workspace by inviting your team." -msgstr "" +msgstr "Sfruttate al massimo il vostro spazio di lavoro invitando il vostro team." #: src/pages/settings/SettingsWorkspace.tsx:65 msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." -msgstr "" +msgstr "Concedete al supporto Twenty l'accesso temporaneo al vostro spazio di lavoro, in modo che possiamo risolvere i problemi o recuperare i contenuti per vostro conto. È possibile revocare l'accesso in qualsiasi momento." #: src/pages/settings/data-model/SettingsObjects.tsx:217 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" -msgstr "" +msgstr "Inattivo" #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 msgid "Integrations" -msgstr "" +msgstr "Integrazioni" #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" -msgstr "" +msgstr "Valori del modulo non validi" #: src/pages/settings/data-model/SettingsNewObject.tsx:53 msgid "Invalid object data" -msgstr "" +msgstr "Dati dell'oggetto non validi" #: src/pages/settings/SettingsWorkspaceMembers.tsx:244 msgid "Invite by email" -msgstr "" +msgstr "Invito via e-mail" #: src/pages/settings/SettingsWorkspaceMembers.tsx:157 msgid "Invite by link" -msgstr "" +msgstr "Invito tramite link" #: src/pages/onboarding/InviteTeam.tsx:152 msgid "Invite link sent to email addresses" -msgstr "" +msgstr "Link di invito inviato agli indirizzi e-mail" #: src/pages/onboarding/InviteTeam.tsx:181 msgid "Invite your team" -msgstr "" +msgstr "Invita il tuo team" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 msgid "Italian" -msgstr "" +msgstr "Italiano" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 msgid "Language" -msgstr "" +msgstr "Lingua" #: src/pages/onboarding/InviteTeam.tsx:127 msgid "Link copied to clipboard" -msgstr "" +msgstr "Link copiato negli appunti" #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" -msgstr "" +msgstr "Gestione dei membri" #: src/pages/settings/SettingsWorkspaceMembers.tsx:168 msgid "Manage the members of your space here" -msgstr "" +msgstr "Gestite qui i membri del vostro spazio" #: src/pages/settings/SettingsBilling.tsx:144 msgid "Manage your subscription" -msgstr "" +msgstr "Gestire l'abbonamento" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 msgid "Members" -msgstr "" +msgstr "Membri" #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 msgid "Migrate" -msgstr "" +msgstr "Migrare" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 msgid "Name" -msgstr "" +msgstr "Nome" #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" -msgstr "" +msgstr "Nome dell'area di lavoro" #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" -msgstr "" +msgstr "Nuovo" #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" -msgstr "" - -#: src/pages/settings/workspace/SettingsDomain.tsx:108 -msgid "not allowed" -msgstr "" +msgstr "Nuovo oggetto" #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" -msgstr "" +msgstr "Oggetto creato con successo" #: src/pages/settings/data-model/SettingsObjects.tsx:160 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 msgid "Objects" -msgstr "" +msgstr "Oggetti" #: src/pages/not-found/NotFound.tsx:47 msgid "Off the beaten path" -msgstr "" - -#: src/pages/onboarding/InviteTeam.tsx:213 -msgid "or" -msgstr "" +msgstr "Fuori dai sentieri battuti" #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found | Twenty" -msgstr "" +msgstr "Pagina non trovata | Venti" #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" -msgstr "" +msgstr "Immagine" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 msgid "Portuguese" -msgstr "" +msgstr "Portoghese" #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 msgid "Profile" -msgstr "" +msgstr "Profilo" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" -msgstr "" +msgstr "Pseudoinglese" #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 msgid "Releases" -msgstr "" +msgstr "Comunicati" #: src/modules/ui/input/components/ImageInput.tsx:173 msgid "Remove" -msgstr "" +msgstr "Rimuovere" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." -msgstr "" +msgstr "Ricerca in un campo..." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 msgid "Search an index..." -msgstr "" - -#: src/pages/settings/data-model/SettingsObjects.tsx:171 -#~ msgid "Search an object..." -#~ msgstr "" +msgstr "Ricerca in un indice..." #: src/pages/settings/data-model/SettingsObjects.tsx:171 msgid "Search for an object..." -msgstr "" +msgstr "Ricerca di un oggetto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 msgid "Security" -msgstr "" +msgstr "Sicurezza" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 msgid "Select your preferred language" -msgstr "" +msgstr "Selezionare la lingua preferita" #: src/pages/settings/SettingsWorkspaceMembers.tsx:245 msgid "Send an invite email to your team" -msgstr "" +msgstr "Inviate un'e-mail di invito al vostro team" #: src/pages/settings/workspace/SettingsDomain.tsx:151 msgid "Set the name of your subdomain" -msgstr "" +msgstr "Impostare il nome del sottodominio" #: src/pages/settings/SettingsWorkspaceMembers.tsx:158 msgid "Share this link to invite users to join your workspace" -msgstr "" +msgstr "Condividete questo link per invitare gli utenti a unirsi al vostro spazio di lavoro" #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" -msgstr "" +msgstr "Salto" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 msgid "Spanish" -msgstr "" - -#: src/pages/settings/security/SettingsSecurity.tsx:47 -msgid "SSO" -msgstr "" +msgstr "Spagnolo" #: src/pages/settings/workspace/SettingsDomain.tsx:107 msgid "Subdomain already taken" -msgstr "" +msgstr "Sottodominio già occupato" #: src/pages/settings/workspace/SettingsDomain.tsx:49 msgid "Subdomain can not be longer than 30 characters" -msgstr "" +msgstr "Il sottodominio non può essere più lungo di 30 caratteri" #: src/pages/settings/workspace/SettingsDomain.tsx:48 msgid "Subdomain can not be shorter than 3 characters" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:113 -#~ msgid "Subscription has been switched {0}" -#~ msgstr "" +msgstr "Il sottodominio non può essere più breve di 3 caratteri" #: src/pages/settings/SettingsBilling.tsx:117 msgid "Subscription has been switched {to}" -msgstr "" +msgstr "L'abbonamento è stato commutato {to}" #: src/pages/settings/SettingsWorkspace.tsx:63 msgid "Support" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:157 -#~ msgid "Switch {2}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:161 -#~ msgid "Switch {3}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:158 -msgid "Switch {from}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:162 -msgid "Switch {to}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:187 -#~ msgid "Switch billing {4}" -#~ msgstr "" +msgstr "Supporto" #: src/pages/settings/SettingsBilling.tsx:188 msgid "Switch billing {to}" -msgstr "" +msgstr "Fatturazione interruttore {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "Interruttore {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "Interruttore {to}" #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" -msgstr "" +msgstr "L'e-mail associata al vostro account" #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" -msgstr "" +msgstr "La pagina che state cercando è sparita o non è mai esistita. Riportiamo la pagina in carreggiata" #: src/pages/settings/SettingsWorkspaceMembers.tsx:323 msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." -msgstr "" +msgstr "Questa azione non può essere annullata. L'utente verrà eliminato definitivamente e rimosso da tutti i suoi incarichi." #: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:51 -msgid "to monthly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:44 -msgid "to yearly" -msgstr "" +msgstr "Questa azione non può essere annullata. L'intera area di lavoro verrà eliminata in modo permanente. <0/> Digitare il proprio indirizzo e-mail per confermare." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" -msgstr "" +msgstr "Tipo" #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" -msgstr "" +msgstr "Caricare" #: src/pages/settings/workspace/SettingsDomain.tsx:51 msgid "Use letter, number and dash only. Start and finish with a letter or a number" -msgstr "" +msgstr "Utilizzare solo lettere, numeri e trattini. Iniziare e terminare con una lettera o un numero" #: src/pages/settings/SettingsProfile.tsx:22 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 msgid "User" -msgstr "" +msgstr "Utente" #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" -msgstr "" +msgstr "Visualizza i dettagli della fatturazione" #: src/pages/settings/developers/SettingsDevelopers.tsx:65 msgid "Webhooks" -msgstr "" +msgstr "Ganci web" #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 @@ -567,24 +497,48 @@ msgstr "" #: src/pages/settings/data-model/SettingsNewObject.tsx:70 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 msgid "Workspace" -msgstr "" +msgstr "Spazio di lavoro" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 msgid "Workspace Deletion" -msgstr "" +msgstr "Eliminazione dello spazio di lavoro" #: src/pages/settings/SettingsBilling.tsx:46 msgid "You will be charged immediately for the full year." -msgstr "" +msgstr "L'addebito sarà immediato per l'intero anno." #: src/pages/settings/SettingsBilling.tsx:53 msgid "Your credit balance will be used to pay the monthly bills." -msgstr "" +msgstr "Il saldo del credito verrà utilizzato per pagare le fatture mensili." #: src/pages/settings/SettingsProfile.tsx:36 msgid "Your name as it will be displayed" -msgstr "" +msgstr "Il vostro nome come verrà visualizzato" #: src/pages/settings/SettingsBilling.tsx:171 msgid "Your workspace will be disabled" -msgstr "" +msgstr "L'area di lavoro verrà disabilitata" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "da mensile a annuale" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "da annuale a mensile" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "non consentito" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "o" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "al mese" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "all'anno" diff --git a/packages/twenty-front/src/locales/pseudo-en.po b/packages/twenty-front/src/locales/pseudo-en.po index 2e5662a93..fbcba76ca 100644 --- a/packages/twenty-front/src/locales/pseudo-en.po +++ b/packages/twenty-front/src/locales/pseudo-en.po @@ -105,7 +105,15 @@ msgid "Change {to}" msgstr "" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" +#~ msgid "Chinese" +#~ msgstr "" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 +msgid "Chinese — Simplified" +msgstr "" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" msgstr "" #: src/pages/settings/security/SettingsSecurity.tsx:48 @@ -395,7 +403,7 @@ msgstr "" msgid "Profile" msgstr "" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" msgstr "" diff --git a/packages/twenty-front/src/locales/pt.po b/packages/twenty-front/src/locales/pt.po index 4737cf7ee..622951dda 100644 --- a/packages/twenty-front/src/locales/pt.po +++ b/packages/twenty-front/src/locales/pt.po @@ -1,559 +1,489 @@ msgid "" msgstr "" -"POT-Creation-Date: 2025-01-16 21:57+0100\n" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: pt\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"Plural-Forms: \n" -#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:126 -#~ msgid "{0}" -#~ msgstr "" +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "Chaves API" #: src/modules/ui/input/components/ImageInput.tsx:157 msgid "Abort" -msgstr "" +msgstr "Abortar" #: src/pages/settings/data-model/SettingsNewObject.tsx:86 msgid "About" -msgstr "" +msgstr "Sobre" #: src/pages/settings/SettingsWorkspaceMembers.tsx:321 msgid "Account Deletion" -msgstr "" +msgstr "Eliminação da conta" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 msgid "Accounts" -msgstr "" +msgstr "Contas" #: src/pages/settings/data-model/SettingsObjects.tsx:193 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 msgid "Active" -msgstr "" +msgstr "Ativo" #: src/pages/settings/developers/SettingsDevelopers.tsx:50 msgid "Active API keys created by you or your team." -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:50 -#~ msgid "Active APIs keys created by you or your team." -#~ msgstr "" +msgstr "Chaves de API activas criadas por si ou pela sua equipa." #: src/pages/settings/data-model/SettingsObjects.tsx:149 msgid "Add object" -msgstr "" - -#: src/pages/settings/developers/SettingsDevelopers.tsx:49 -msgid "API keys" -msgstr "" +msgstr "Adicionar objeto" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 msgid "Appearance" -msgstr "" +msgstr "Aparência" #: src/pages/settings/SettingsBilling.tsx:190 msgid "Are you sure that you want to change your billing interval?" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:190 -#~ msgid "Are you sure that you want to change your billing interval? {5}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:189 -#~ msgid "Are you sure that you want to change your billing interval? {impact}" -#~ msgstr "" +msgstr "Tem a certeza de que pretende alterar o seu intervalo de faturação?" #: src/pages/settings/security/SettingsSecurity.tsx:63 msgid "Authentication" -msgstr "" +msgstr "Autenticação" #: src/pages/not-found/NotFound.tsx:58 msgid "Back to content" -msgstr "" +msgstr "Voltar ao conteúdo" #: src/pages/settings/SettingsBilling.tsx:129 #: src/pages/settings/SettingsBilling.tsx:135 msgid "Billing" -msgstr "" +msgstr "Faturação" #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 msgid "Calendars" -msgstr "" +msgstr "Calendários" #: src/pages/settings/SettingsBilling.tsx:175 msgid "Cancel Plan" -msgstr "" +msgstr "Cancelar plano" #: src/pages/settings/SettingsBilling.tsx:170 msgid "Cancel your subscription" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:194 -#~ msgid "Change {6}" -#~ msgstr "" +msgstr "Cancelar a sua subscrição" #: src/pages/settings/SettingsBilling.tsx:194 msgid "Change {to}" -msgstr "" +msgstr "Alterar {to}" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 -msgid "Chinese" -msgstr "" +msgid "Chinese — Simplified" +msgstr "Chinês - Simplificado" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "Chinês - Tradicional" #: src/pages/settings/security/SettingsSecurity.tsx:48 msgid "Configure an SSO connection" -msgstr "" +msgstr "Configurar uma ligação SSO" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 msgid "Configure how dates are displayed across the app" -msgstr "" +msgstr "Configurar a forma como as datas são apresentadas na aplicação" #: src/pages/onboarding/InviteTeam.tsx:228 msgid "Continue" -msgstr "" +msgstr "Continuar" #: src/pages/onboarding/InviteTeam.tsx:217 msgid "Copy invitation link" -msgstr "" +msgstr "Copiar a hiperligação do convite" #: src/pages/settings/developers/SettingsDevelopers.tsx:56 msgid "Create API key" -msgstr "" +msgstr "Criar chave API" #: src/pages/settings/developers/SettingsDevelopers.tsx:72 msgid "Create Webhook" -msgstr "" +msgstr "Criar Webhook" #: src/pages/settings/SettingsWorkspace.tsx:56 msgid "Customize Domain" -msgstr "" +msgstr "Personalizar domínio" #: src/pages/settings/security/SettingsSecurity.tsx:64 msgid "Customize your workspace security" -msgstr "" +msgstr "Personalize a segurança do seu espaço de trabalho" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 msgid "Danger zone" -msgstr "" +msgstr "Zona de perigo" #: src/pages/settings/data-model/SettingsObjects.tsx:144 msgid "Data model" -msgstr "" +msgstr "Modelo de dados" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 msgid "Date and time" -msgstr "" +msgstr "Data e hora" #: src/pages/settings/data-model/SettingsNewObject.tsx:87 msgid "Define the name and description of your object" -msgstr "" +msgstr "Definir o nome e a descrição do seu objeto" #: src/pages/settings/SettingsWorkspaceMembers.tsx:332 msgid "Delete account" -msgstr "" +msgstr "Eliminar a conta" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 #: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 msgid "Delete workspace" -msgstr "" +msgstr "Eliminar espaço de trabalho" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 msgid "Delete your whole workspace" -msgstr "" +msgstr "Eliminar todo o seu espaço de trabalho" #: src/pages/settings/developers/SettingsDevelopers.tsx:35 #: src/pages/settings/developers/SettingsDevelopers.tsx:42 msgid "Developers" -msgstr "" +msgstr "Programadores" #: src/pages/settings/SettingsWorkspace.tsx:51 #: src/pages/settings/workspace/SettingsDomain.tsx:125 #: src/pages/settings/workspace/SettingsDomain.tsx:135 #: src/pages/settings/workspace/SettingsDomain.tsx:150 msgid "Domain" -msgstr "" +msgstr "Domínio" #: src/pages/settings/SettingsBilling.tsx:157 msgid "Edit billing interval" -msgstr "" +msgstr "Editar intervalo de faturação" #: src/pages/settings/SettingsBilling.tsx:145 msgid "Edit payment method, see your invoices and more" -msgstr "" +msgstr "Editar o método de pagamento, ver as suas facturas e muito mais" #: src/pages/settings/SettingsWorkspace.tsx:52 msgid "Edit your subdomain name or set a custom domain." -msgstr "" +msgstr "Edite o nome do seu subdomínio ou defina um domínio personalizado." #: src/pages/settings/SettingsWorkspaceMembers.tsx:180 #: src/pages/settings/SettingsWorkspaceMembers.tsx:256 #: src/pages/settings/SettingsProfile.tsx:42 msgid "Email" -msgstr "" +msgstr "Correio eletrónico" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 msgid "English" -msgstr "" +msgstr "Inglês" #: src/pages/settings/security/SettingsSecurity.tsx:51 msgid "Enterprise" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:118 -#~ msgid "Error while switching subscription {1}." -#~ msgstr "" +msgstr "Empresa" #: src/pages/settings/SettingsBilling.tsx:121 msgid "Error while switching subscription {to}." -msgstr "" +msgstr "Erro ao mudar de subscrição {to}." #: src/pages/settings/developers/SettingsDevelopers.tsx:66 msgid "Establish Webhook endpoints for notifications on asynchronous events." -msgstr "" +msgstr "Estabelecer pontos de extremidade Webhook para notificações sobre eventos assíncronos." #: src/pages/settings/data-model/SettingsObjects.tsx:167 msgid "Existing objects" -msgstr "" +msgstr "Objectos existentes" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 msgid "Experience" -msgstr "" +msgstr "Experiência" #: src/pages/settings/SettingsWorkspaceMembers.tsx:259 msgid "Expires in" -msgstr "" +msgstr "Expira em" #: src/pages/settings/data-model/SettingsNewObject.tsx:57 msgid "Failed to create object" -msgstr "" +msgstr "Falha ao criar o objeto" #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 msgid "Fields" -msgstr "" +msgstr "Campos" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 msgid "French" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:45 -msgid "from monthly to yearly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:52 -msgid "from yearly to monthly" -msgstr "" +msgstr "Francês" #: src/pages/settings/SettingsWorkspace.tsx:29 #: src/pages/settings/SettingsWorkspace.tsx:35 #: src/pages/settings/workspace/SettingsDomain.tsx:132 msgid "General" -msgstr "" +msgstr "Geral" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 msgid "German" -msgstr "" +msgstr "Alemão" #: src/pages/onboarding/InviteTeam.tsx:184 msgid "Get the most out of your workspace by inviting your team." -msgstr "" +msgstr "Tire o máximo partido do seu espaço de trabalho convidando a sua equipa." #: src/pages/settings/SettingsWorkspace.tsx:65 msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." -msgstr "" +msgstr "Conceda ao suporte do Twenty acesso temporário ao seu espaço de trabalho para que possamos solucionar problemas ou recuperar conteúdo em seu nome. Pode revogar o acesso em qualquer altura." #: src/pages/settings/data-model/SettingsObjects.tsx:217 #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 msgid "Inactive" -msgstr "" +msgstr "Inativo" #: src/pages/settings/integrations/SettingsIntegrations.tsx:15 #: src/pages/settings/integrations/SettingsIntegrations.tsx:21 msgid "Integrations" -msgstr "" +msgstr "Integrações" #: src/pages/settings/workspace/SettingsDomain.tsx:87 msgid "Invalid form values" -msgstr "" +msgstr "Valores de formulário inválidos" #: src/pages/settings/data-model/SettingsNewObject.tsx:53 msgid "Invalid object data" -msgstr "" +msgstr "Dados de objeto inválidos" #: src/pages/settings/SettingsWorkspaceMembers.tsx:244 msgid "Invite by email" -msgstr "" +msgstr "Convite por correio eletrónico" #: src/pages/settings/SettingsWorkspaceMembers.tsx:157 msgid "Invite by link" -msgstr "" +msgstr "Convidar por ligação" #: src/pages/onboarding/InviteTeam.tsx:152 msgid "Invite link sent to email addresses" -msgstr "" +msgstr "Ligação de convite enviada para endereços de correio eletrónico" #: src/pages/onboarding/InviteTeam.tsx:181 msgid "Invite your team" -msgstr "" +msgstr "Convide a sua equipa" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 msgid "Italian" -msgstr "" +msgstr "Italiano" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 msgid "Language" -msgstr "" +msgstr "Língua" #: src/pages/onboarding/InviteTeam.tsx:127 msgid "Link copied to clipboard" -msgstr "" +msgstr "Ligação copiada para a área de transferência" #: src/pages/settings/SettingsWorkspaceMembers.tsx:167 msgid "Manage Members" -msgstr "" +msgstr "Gerir membros" #: src/pages/settings/SettingsWorkspaceMembers.tsx:168 msgid "Manage the members of your space here" -msgstr "" +msgstr "Gerir os membros do seu espaço aqui" #: src/pages/settings/SettingsBilling.tsx:144 msgid "Manage your subscription" -msgstr "" +msgstr "Gerir a sua subscrição" #: src/pages/settings/SettingsWorkspaceMembers.tsx:143 #: src/pages/settings/SettingsWorkspaceMembers.tsx:149 msgid "Members" -msgstr "" +msgstr "Membros" #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 msgid "Migrate" -msgstr "" +msgstr "Migrar" #: src/pages/settings/SettingsWorkspaceMembers.tsx:177 #: src/pages/settings/SettingsWorkspace.tsx:44 #: src/pages/settings/SettingsProfile.tsx:35 msgid "Name" -msgstr "" +msgstr "Nome" #: src/pages/settings/SettingsWorkspace.tsx:44 msgid "Name of your workspace" -msgstr "" +msgstr "Nome do seu espaço de trabalho" #: src/pages/settings/data-model/SettingsNewObject.tsx:77 msgid "New" -msgstr "" +msgstr "Novo" #: src/pages/settings/data-model/SettingsNewObject.tsx:67 msgid "New Object" -msgstr "" - -#: src/pages/settings/workspace/SettingsDomain.tsx:108 -msgid "not allowed" -msgstr "" +msgstr "Novo objeto" #: src/pages/settings/data-model/SettingsNewObject.tsx:46 msgid "Object created successfully" -msgstr "" +msgstr "Objeto criado com sucesso" #: src/pages/settings/data-model/SettingsObjects.tsx:160 #: src/pages/settings/data-model/SettingsNewObject.tsx:74 msgid "Objects" -msgstr "" +msgstr "Objectos" #: src/pages/not-found/NotFound.tsx:47 msgid "Off the beaten path" -msgstr "" - -#: src/pages/onboarding/InviteTeam.tsx:213 -msgid "or" -msgstr "" +msgstr "Fora do caminho tradicional" #: src/pages/not-found/NotFound.tsx:41 msgid "Page Not Found | Twenty" -msgstr "" +msgstr "Página não encontrada | Twenty" #: src/pages/settings/SettingsWorkspace.tsx:40 #: src/pages/settings/SettingsProfile.tsx:30 msgid "Picture" -msgstr "" +msgstr "Imagem" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 msgid "Portuguese" -msgstr "" +msgstr "Português" #: src/pages/settings/SettingsProfile.tsx:19 #: src/pages/settings/SettingsProfile.tsx:25 msgid "Profile" -msgstr "" +msgstr "Perfil" -#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:93 +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 msgid "Pseudo-English" -msgstr "" +msgstr "Pseudo-inglês" #: src/pages/settings/Releases.tsx:111 #: src/pages/settings/Releases.tsx:117 msgid "Releases" -msgstr "" +msgstr "Lançamentos" #: src/modules/ui/input/components/ImageInput.tsx:173 msgid "Remove" -msgstr "" +msgstr "Remover" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" #: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 msgid "Search a field..." -msgstr "" +msgstr "Pesquisar um campo..." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 msgid "Search an index..." -msgstr "" - -#: src/pages/settings/data-model/SettingsObjects.tsx:171 -#~ msgid "Search an object..." -#~ msgstr "" +msgstr "Pesquisar um índice..." #: src/pages/settings/data-model/SettingsObjects.tsx:171 msgid "Search for an object..." -msgstr "" +msgstr "Procurar um objeto..." #: src/pages/settings/security/SettingsSecurity.tsx:33 #: src/pages/settings/security/SettingsSecurity.tsx:40 msgid "Security" -msgstr "" +msgstr "Segurança" #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 msgid "Select your preferred language" -msgstr "" +msgstr "Selecione a sua língua preferida" #: src/pages/settings/SettingsWorkspaceMembers.tsx:245 msgid "Send an invite email to your team" -msgstr "" +msgstr "Enviar um convite por correio eletrónico à sua equipa" #: src/pages/settings/workspace/SettingsDomain.tsx:151 msgid "Set the name of your subdomain" -msgstr "" +msgstr "Defina o nome do seu subdomínio" #: src/pages/settings/SettingsWorkspaceMembers.tsx:158 msgid "Share this link to invite users to join your workspace" -msgstr "" +msgstr "Partilhe esta ligação para convidar utilizadores a juntarem-se ao seu espaço de trabalho" #: src/pages/onboarding/InviteTeam.tsx:236 msgid "Skip" -msgstr "" +msgstr "Saltar" #: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 msgid "Spanish" -msgstr "" - -#: src/pages/settings/security/SettingsSecurity.tsx:47 -msgid "SSO" -msgstr "" +msgstr "Espanhol" #: src/pages/settings/workspace/SettingsDomain.tsx:107 msgid "Subdomain already taken" -msgstr "" +msgstr "Subdomínio já ocupado" #: src/pages/settings/workspace/SettingsDomain.tsx:49 msgid "Subdomain can not be longer than 30 characters" -msgstr "" +msgstr "O subdomínio não pode ter mais de 30 caracteres" #: src/pages/settings/workspace/SettingsDomain.tsx:48 msgid "Subdomain can not be shorter than 3 characters" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:113 -#~ msgid "Subscription has been switched {0}" -#~ msgstr "" +msgstr "O subdomínio não pode ter menos de 3 caracteres" #: src/pages/settings/SettingsBilling.tsx:117 msgid "Subscription has been switched {to}" -msgstr "" +msgstr "A subscrição foi mudada {to}" #: src/pages/settings/SettingsWorkspace.tsx:63 msgid "Support" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:157 -#~ msgid "Switch {2}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:161 -#~ msgid "Switch {3}" -#~ msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:158 -msgid "Switch {from}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:162 -msgid "Switch {to}" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:187 -#~ msgid "Switch billing {4}" -#~ msgstr "" +msgstr "Apoio" #: src/pages/settings/SettingsBilling.tsx:188 msgid "Switch billing {to}" -msgstr "" +msgstr "Mudar a faturação {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "Comutador {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "Comutador {to}" #: src/pages/settings/SettingsProfile.tsx:43 msgid "The email associated to your account" -msgstr "" +msgstr "O correio eletrónico associado à sua conta" #: src/pages/not-found/NotFound.tsx:50 msgid "The page you're seeking is either gone or never was. Let's get you back on track" -msgstr "" +msgstr "A página que procura desapareceu ou nunca existiu. Vamos voltar a pô-lo no caminho certo" #: src/pages/settings/SettingsWorkspaceMembers.tsx:323 msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." -msgstr "" +msgstr "Esta ação não pode ser anulada. Esta ação elimina permanentemente este utilizador e retira-o de todas as suas atribuições." #: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:51 -msgid "to monthly" -msgstr "" - -#: src/pages/settings/SettingsBilling.tsx:44 -msgid "to yearly" -msgstr "" +msgstr "Esta ação não pode ser anulada. Esta ação eliminará permanentemente todo o seu espaço de trabalho. <0/> Introduza o seu e-mail para confirmar." #: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 msgid "Type" -msgstr "" +msgstr "Tipo" #: src/modules/ui/input/components/ImageInput.tsx:165 msgid "Upload" -msgstr "" +msgstr "Carregar" #: src/pages/settings/workspace/SettingsDomain.tsx:51 msgid "Use letter, number and dash only. Start and finish with a letter or a number" -msgstr "" +msgstr "Utilizar apenas letras, números e traços. Comece e termine com uma letra ou um número" #: src/pages/settings/SettingsProfile.tsx:22 #: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 #: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 msgid "User" -msgstr "" +msgstr "Utilizador" #: src/pages/settings/SettingsBilling.tsx:149 msgid "View billing details" -msgstr "" +msgstr "Ver detalhes da faturação" #: src/pages/settings/developers/SettingsDevelopers.tsx:65 msgid "Webhooks" -msgstr "" +msgstr "Webhooks" #: src/pages/settings/SettingsWorkspaceMembers.tsx:146 #: src/pages/settings/SettingsWorkspace.tsx:32 @@ -567,24 +497,48 @@ msgstr "" #: src/pages/settings/data-model/SettingsNewObject.tsx:70 #: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 msgid "Workspace" -msgstr "" +msgstr "Espaço de trabalho" #: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 msgid "Workspace Deletion" -msgstr "" +msgstr "Eliminação do espaço de trabalho" #: src/pages/settings/SettingsBilling.tsx:46 msgid "You will be charged immediately for the full year." -msgstr "" +msgstr "Ser-lhe-á cobrado imediatamente o valor total do ano." #: src/pages/settings/SettingsBilling.tsx:53 msgid "Your credit balance will be used to pay the monthly bills." -msgstr "" +msgstr "O seu saldo de crédito será utilizado para pagar as facturas mensais." #: src/pages/settings/SettingsProfile.tsx:36 msgid "Your name as it will be displayed" -msgstr "" +msgstr "O seu nome como será apresentado" #: src/pages/settings/SettingsBilling.tsx:171 msgid "Your workspace will be disabled" -msgstr "" +msgstr "O seu espaço de trabalho será desativado" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "de mensal para anual" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "de anual para mensal" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "não autorizado" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "ou" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "ao mês" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "a anual" diff --git a/packages/twenty-front/src/locales/zh-Hans.po b/packages/twenty-front/src/locales/zh-Hans.po new file mode 100644 index 000000000..f62184104 --- /dev/null +++ b/packages/twenty-front/src/locales/zh-Hans.po @@ -0,0 +1,544 @@ +msgid "" +msgstr "" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: zh-Hans\n" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "API 密钥" + +#: src/modules/ui/input/components/ImageInput.tsx:157 +msgid "Abort" +msgstr "中止" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:86 +msgid "About" +msgstr "关于" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:321 +msgid "Account Deletion" +msgstr "账户删除" + +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +msgid "Accounts" +msgstr "账户" + +#: src/pages/settings/data-model/SettingsObjects.tsx:193 +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 +msgid "Active" +msgstr "活跃" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:50 +msgid "Active API keys created by you or your team." +msgstr "由您或您的团队创建的活动 API 密钥。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:149 +msgid "Add object" +msgstr "添加对象" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 +msgid "Appearance" +msgstr "外观" + +#: src/pages/settings/SettingsBilling.tsx:190 +msgid "Are you sure that you want to change your billing interval?" +msgstr "您确定要更改计费间隔吗?" + +#: src/pages/settings/security/SettingsSecurity.tsx:63 +msgid "Authentication" +msgstr "认证" + +#: src/pages/not-found/NotFound.tsx:58 +msgid "Back to content" +msgstr "返回内容" + +#: src/pages/settings/SettingsBilling.tsx:129 +#: src/pages/settings/SettingsBilling.tsx:135 +msgid "Billing" +msgstr "账单" + +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +msgid "Calendars" +msgstr "日历" + +#: src/pages/settings/SettingsBilling.tsx:175 +msgid "Cancel Plan" +msgstr "取消计划" + +#: src/pages/settings/SettingsBilling.tsx:170 +msgid "Cancel your subscription" +msgstr "取消订阅" + +#: src/pages/settings/SettingsBilling.tsx:194 +msgid "Change {to}" +msgstr "更改 {to}" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 +msgid "Chinese — Simplified" +msgstr "简体中文" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "繁体中文" + +#: src/pages/settings/security/SettingsSecurity.tsx:48 +msgid "Configure an SSO connection" +msgstr "配置 SSO 连接" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 +msgid "Configure how dates are displayed across the app" +msgstr "配置整个应用程序的日期显示方式" + +#: src/pages/onboarding/InviteTeam.tsx:228 +msgid "Continue" +msgstr "继续" + +#: src/pages/onboarding/InviteTeam.tsx:217 +msgid "Copy invitation link" +msgstr "复制邀请链接" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:56 +msgid "Create API key" +msgstr "创建应用程序接口密钥" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:72 +msgid "Create Webhook" +msgstr "创建 Webhook" + +#: src/pages/settings/SettingsWorkspace.tsx:56 +msgid "Customize Domain" +msgstr "自定义域名" + +#: src/pages/settings/security/SettingsSecurity.tsx:64 +msgid "Customize your workspace security" +msgstr "自定义工作空间安全" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 +msgid "Danger zone" +msgstr "危险区" + +#: src/pages/settings/data-model/SettingsObjects.tsx:144 +msgid "Data model" +msgstr "数据模型" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 +msgid "Date and time" +msgstr "日期和时间" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:87 +msgid "Define the name and description of your object" +msgstr "定义对象的名称和描述" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:332 +msgid "Delete account" +msgstr "删除帐户" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 +msgid "Delete workspace" +msgstr "删除工作区" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 +msgid "Delete your whole workspace" +msgstr "删除整个工作区" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:35 +#: src/pages/settings/developers/SettingsDevelopers.tsx:42 +msgid "Developers" +msgstr "开发人员" + +#: src/pages/settings/SettingsWorkspace.tsx:51 +#: src/pages/settings/workspace/SettingsDomain.tsx:125 +#: src/pages/settings/workspace/SettingsDomain.tsx:135 +#: src/pages/settings/workspace/SettingsDomain.tsx:150 +msgid "Domain" +msgstr "域名" + +#: src/pages/settings/SettingsBilling.tsx:157 +msgid "Edit billing interval" +msgstr "编辑计费间隔" + +#: src/pages/settings/SettingsBilling.tsx:145 +msgid "Edit payment method, see your invoices and more" +msgstr "编辑付款方式、查看发票等" + +#: src/pages/settings/SettingsWorkspace.tsx:52 +msgid "Edit your subdomain name or set a custom domain." +msgstr "编辑子域名或设置自定义域名。" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:180 +#: src/pages/settings/SettingsWorkspaceMembers.tsx:256 +#: src/pages/settings/SettingsProfile.tsx:42 +msgid "Email" +msgstr "电子邮件" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 +msgid "English" +msgstr "英语" + +#: src/pages/settings/security/SettingsSecurity.tsx:51 +msgid "Enterprise" +msgstr "企业" + +#: src/pages/settings/SettingsBilling.tsx:121 +msgid "Error while switching subscription {to}." +msgstr "切换订阅 {to} 时出错。" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:66 +msgid "Establish Webhook endpoints for notifications on asynchronous events." +msgstr "建立 Webhook 端点,用于通知异步事件。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:167 +msgid "Existing objects" +msgstr "现有对象" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +msgid "Experience" +msgstr "经验" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:259 +msgid "Expires in" +msgstr "到期时间" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:57 +msgid "Failed to create object" +msgstr "创建对象失败" + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 +msgid "Fields" +msgstr "字段" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 +msgid "French" +msgstr "法语" + +#: src/pages/settings/SettingsWorkspace.tsx:29 +#: src/pages/settings/SettingsWorkspace.tsx:35 +#: src/pages/settings/workspace/SettingsDomain.tsx:132 +msgid "General" +msgstr "一般情况" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 +msgid "German" +msgstr "德国" + +#: src/pages/onboarding/InviteTeam.tsx:184 +msgid "Get the most out of your workspace by inviting your team." +msgstr "邀请您的团队,充分利用您的工作空间。" + +#: src/pages/settings/SettingsWorkspace.tsx:65 +msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." +msgstr "授予 Twenty 支持临时访问您工作区的权限,以便我们代表您排除故障或恢复内容。您可以随时撤销访问权限。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:217 +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 +msgid "Inactive" +msgstr "不活动" + +#: src/pages/settings/integrations/SettingsIntegrations.tsx:15 +#: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +msgid "Integrations" +msgstr "集成" + +#: src/pages/settings/workspace/SettingsDomain.tsx:87 +msgid "Invalid form values" +msgstr "无效表格值" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:53 +msgid "Invalid object data" +msgstr "无效对象数据" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:244 +msgid "Invite by email" +msgstr "电子邮件邀请" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:157 +msgid "Invite by link" +msgstr "通过链接邀请" + +#: src/pages/onboarding/InviteTeam.tsx:152 +msgid "Invite link sent to email addresses" +msgstr "向电子邮件地址发送邀请链接" + +#: src/pages/onboarding/InviteTeam.tsx:181 +msgid "Invite your team" +msgstr "邀请您的团队" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 +msgid "Italian" +msgstr "意大利语" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 +msgid "Language" +msgstr "语言" + +#: src/pages/onboarding/InviteTeam.tsx:127 +msgid "Link copied to clipboard" +msgstr "链接复制到剪贴板" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:167 +msgid "Manage Members" +msgstr "管理成员" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:168 +msgid "Manage the members of your space here" +msgstr "在此管理空间成员" + +#: src/pages/settings/SettingsBilling.tsx:144 +msgid "Manage your subscription" +msgstr "管理您的订阅" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:143 +#: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +msgid "Members" +msgstr "成员" + +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 +msgid "Migrate" +msgstr "迁移" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:177 +#: src/pages/settings/SettingsWorkspace.tsx:44 +#: src/pages/settings/SettingsProfile.tsx:35 +msgid "Name" +msgstr "名称" + +#: src/pages/settings/SettingsWorkspace.tsx:44 +msgid "Name of your workspace" +msgstr "工作区名称" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:77 +msgid "New" +msgstr "新" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:67 +msgid "New Object" +msgstr "新对象" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:46 +msgid "Object created successfully" +msgstr "对象创建成功" + +#: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsNewObject.tsx:74 +msgid "Objects" +msgstr "对象" + +#: src/pages/not-found/NotFound.tsx:47 +msgid "Off the beaten path" +msgstr "偏离常规路线" + +#: src/pages/not-found/NotFound.tsx:41 +msgid "Page Not Found | Twenty" +msgstr "页面未找到 | 二十" + +#: src/pages/settings/SettingsWorkspace.tsx:40 +#: src/pages/settings/SettingsProfile.tsx:30 +msgid "Picture" +msgstr "图片" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 +msgid "Portuguese" +msgstr "葡萄牙语" + +#: src/pages/settings/SettingsProfile.tsx:19 +#: src/pages/settings/SettingsProfile.tsx:25 +msgid "Profile" +msgstr "简介" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 +msgid "Pseudo-English" +msgstr "伪英语" + +#: src/pages/settings/Releases.tsx:111 +#: src/pages/settings/Releases.tsx:117 +msgid "Releases" +msgstr "发布" + +#: src/modules/ui/input/components/ImageInput.tsx:173 +msgid "Remove" +msgstr "移除" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" + +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 +msgid "Search a field..." +msgstr "搜索字段..." + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 +msgid "Search an index..." +msgstr "搜索索引..." + +#: src/pages/settings/data-model/SettingsObjects.tsx:171 +msgid "Search for an object..." +msgstr "搜索对象..." + +#: src/pages/settings/security/SettingsSecurity.tsx:33 +#: src/pages/settings/security/SettingsSecurity.tsx:40 +msgid "Security" +msgstr "安全" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 +msgid "Select your preferred language" +msgstr "选择您喜欢的语言" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:245 +msgid "Send an invite email to your team" +msgstr "向团队发送邀请电子邮件" + +#: src/pages/settings/workspace/SettingsDomain.tsx:151 +msgid "Set the name of your subdomain" +msgstr "设置子域名称" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:158 +msgid "Share this link to invite users to join your workspace" +msgstr "分享此链接以邀请用户加入您的工作区" + +#: src/pages/onboarding/InviteTeam.tsx:236 +msgid "Skip" +msgstr "跳过" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 +msgid "Spanish" +msgstr "西班牙语" + +#: src/pages/settings/workspace/SettingsDomain.tsx:107 +msgid "Subdomain already taken" +msgstr "子域已被占用" + +#: src/pages/settings/workspace/SettingsDomain.tsx:49 +msgid "Subdomain can not be longer than 30 characters" +msgstr "子域名长度不得超过 30 个字符" + +#: src/pages/settings/workspace/SettingsDomain.tsx:48 +msgid "Subdomain can not be shorter than 3 characters" +msgstr "子域名不能少于 3 个字符" + +#: src/pages/settings/SettingsBilling.tsx:117 +msgid "Subscription has been switched {to}" +msgstr "订阅已切换 {to}" + +#: src/pages/settings/SettingsWorkspace.tsx:63 +msgid "Support" +msgstr "支持" + +#: src/pages/settings/SettingsBilling.tsx:188 +msgid "Switch billing {to}" +msgstr "开关计费 {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "开关 {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "开关 {to}" + +#: src/pages/settings/SettingsProfile.tsx:43 +msgid "The email associated to your account" +msgstr "与您的账户关联的电子邮件" + +#: src/pages/not-found/NotFound.tsx:50 +msgid "The page you're seeking is either gone or never was. Let's get you back on track" +msgstr "您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:323 +msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." +msgstr "此操作不可撤销。这将永久删除该用户,并将其从所有分配中删除。" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 +msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." +msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。" + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 +msgid "Type" +msgstr "类型" + +#: src/modules/ui/input/components/ImageInput.tsx:165 +msgid "Upload" +msgstr "上传" + +#: src/pages/settings/workspace/SettingsDomain.tsx:51 +msgid "Use letter, number and dash only. Start and finish with a letter or a number" +msgstr "只能使用字母、数字和破折号。以字母或数字开头和结尾" + +#: src/pages/settings/SettingsProfile.tsx:22 +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 +msgid "User" +msgstr "用户" + +#: src/pages/settings/SettingsBilling.tsx:149 +msgid "View billing details" +msgstr "查看账单详情" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:65 +msgid "Webhooks" +msgstr "网络钩子" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:146 +#: src/pages/settings/SettingsWorkspace.tsx:32 +#: src/pages/settings/SettingsBilling.tsx:132 +#: src/pages/settings/Releases.tsx:114 +#: src/pages/settings/workspace/SettingsDomain.tsx:128 +#: src/pages/settings/security/SettingsSecurity.tsx:37 +#: src/pages/settings/integrations/SettingsIntegrations.tsx:18 +#: src/pages/settings/developers/SettingsDevelopers.tsx:39 +#: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 +msgid "Workspace" +msgstr "工作空间" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 +msgid "Workspace Deletion" +msgstr "删除工作区" + +#: src/pages/settings/SettingsBilling.tsx:46 +msgid "You will be charged immediately for the full year." +msgstr "您将立即被收取全年的费用。" + +#: src/pages/settings/SettingsBilling.tsx:53 +msgid "Your credit balance will be used to pay the monthly bills." +msgstr "您的信贷余额将用于支付每月账单。" + +#: src/pages/settings/SettingsProfile.tsx:36 +msgid "Your name as it will be displayed" +msgstr "显示您的姓名" + +#: src/pages/settings/SettingsBilling.tsx:171 +msgid "Your workspace will be disabled" +msgstr "您的工作区将被禁用" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "从每月到每年" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "从每年到每月" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "不允许" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "或" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "至每月" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "每年" diff --git a/packages/twenty-front/src/locales/zh-Hant.po b/packages/twenty-front/src/locales/zh-Hant.po new file mode 100644 index 000000000..7e905332a --- /dev/null +++ b/packages/twenty-front/src/locales/zh-Hant.po @@ -0,0 +1,544 @@ +msgid "" +msgstr "" +"POT-Creation-Date: 2025-01-17 14:28+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: zh-Hant\n" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:49 +msgid "API keys" +msgstr "API 密钥" + +#: src/modules/ui/input/components/ImageInput.tsx:157 +msgid "Abort" +msgstr "中止" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:86 +msgid "About" +msgstr "关于" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:321 +msgid "Account Deletion" +msgstr "账户删除" + +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:21 +msgid "Accounts" +msgstr "账户" + +#: src/pages/settings/data-model/SettingsObjects.tsx:193 +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:201 +msgid "Active" +msgstr "活跃" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:50 +msgid "Active API keys created by you or your team." +msgstr "由您或您的团队创建的活动 API 密钥。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:149 +msgid "Add object" +msgstr "添加对象" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:37 +msgid "Appearance" +msgstr "外观" + +#: src/pages/settings/SettingsBilling.tsx:190 +msgid "Are you sure that you want to change your billing interval?" +msgstr "您确定要更改计费间隔吗?" + +#: src/pages/settings/security/SettingsSecurity.tsx:63 +msgid "Authentication" +msgstr "认证" + +#: src/pages/not-found/NotFound.tsx:58 +msgid "Back to content" +msgstr "返回内容" + +#: src/pages/settings/SettingsBilling.tsx:129 +#: src/pages/settings/SettingsBilling.tsx:135 +msgid "Billing" +msgstr "账单" + +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:14 +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:24 +msgid "Calendars" +msgstr "日历" + +#: src/pages/settings/SettingsBilling.tsx:175 +msgid "Cancel Plan" +msgstr "取消计划" + +#: src/pages/settings/SettingsBilling.tsx:170 +msgid "Cancel your subscription" +msgstr "取消订阅" + +#: src/pages/settings/SettingsBilling.tsx:194 +msgid "Change {to}" +msgstr "更改 {to}" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:86 +msgid "Chinese — Simplified" +msgstr "简体中文" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:90 +msgid "Chinese — Traditional" +msgstr "繁体中文" + +#: src/pages/settings/security/SettingsSecurity.tsx:48 +msgid "Configure an SSO connection" +msgstr "配置 SSO 连接" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:43 +msgid "Configure how dates are displayed across the app" +msgstr "配置整个应用程序的日期显示方式" + +#: src/pages/onboarding/InviteTeam.tsx:228 +msgid "Continue" +msgstr "继续" + +#: src/pages/onboarding/InviteTeam.tsx:217 +msgid "Copy invitation link" +msgstr "复制邀请链接" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:56 +msgid "Create API key" +msgstr "创建应用程序接口密钥" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:72 +msgid "Create Webhook" +msgstr "创建 Webhook" + +#: src/pages/settings/SettingsWorkspace.tsx:56 +msgid "Customize Domain" +msgstr "自定义域名" + +#: src/pages/settings/security/SettingsSecurity.tsx:64 +msgid "Customize your workspace security" +msgstr "自定义工作区安全" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:30 +msgid "Danger zone" +msgstr "危险区" + +#: src/pages/settings/data-model/SettingsObjects.tsx:144 +msgid "Data model" +msgstr "数据模型" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:42 +msgid "Date and time" +msgstr "日期和时间" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:87 +msgid "Define the name and description of your object" +msgstr "定义对象的名称和描述" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:332 +msgid "Delete account" +msgstr "删除帐户" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:36 +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:54 +msgid "Delete workspace" +msgstr "删除工作区" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:31 +msgid "Delete your whole workspace" +msgstr "删除整个工作区" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:35 +#: src/pages/settings/developers/SettingsDevelopers.tsx:42 +msgid "Developers" +msgstr "开发人员" + +#: src/pages/settings/SettingsWorkspace.tsx:51 +#: src/pages/settings/workspace/SettingsDomain.tsx:125 +#: src/pages/settings/workspace/SettingsDomain.tsx:135 +#: src/pages/settings/workspace/SettingsDomain.tsx:150 +msgid "Domain" +msgstr "域名" + +#: src/pages/settings/SettingsBilling.tsx:157 +msgid "Edit billing interval" +msgstr "编辑计费间隔" + +#: src/pages/settings/SettingsBilling.tsx:145 +msgid "Edit payment method, see your invoices and more" +msgstr "编辑付款方式、查看发票等" + +#: src/pages/settings/SettingsWorkspace.tsx:52 +msgid "Edit your subdomain name or set a custom domain." +msgstr "编辑子域名或设置自定义域名。" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:180 +#: src/pages/settings/SettingsWorkspaceMembers.tsx:256 +#: src/pages/settings/SettingsProfile.tsx:42 +msgid "Email" +msgstr "电子邮件" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:82 +msgid "English" +msgstr "英语" + +#: src/pages/settings/security/SettingsSecurity.tsx:51 +msgid "Enterprise" +msgstr "企业" + +#: src/pages/settings/SettingsBilling.tsx:121 +msgid "Error while switching subscription {to}." +msgstr "切换订阅 {to} 时出错。" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:66 +msgid "Establish Webhook endpoints for notifications on asynchronous events." +msgstr "建立 Webhook 端点,用于通知异步事件。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:167 +msgid "Existing objects" +msgstr "现有对象" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:26 +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:32 +msgid "Experience" +msgstr "经验" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:259 +msgid "Expires in" +msgstr "到期时间" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:57 +msgid "Failed to create object" +msgstr "创建对象失败" + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:42 +msgid "Fields" +msgstr "字段" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:66 +msgid "French" +msgstr "法语" + +#: src/pages/settings/SettingsWorkspace.tsx:29 +#: src/pages/settings/SettingsWorkspace.tsx:35 +#: src/pages/settings/workspace/SettingsDomain.tsx:132 +msgid "General" +msgstr "一般情况" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:70 +msgid "German" +msgstr "德国" + +#: src/pages/onboarding/InviteTeam.tsx:184 +msgid "Get the most out of your workspace by inviting your team." +msgstr "邀请您的团队,充分利用您的工作空间。" + +#: src/pages/settings/SettingsWorkspace.tsx:65 +msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time." +msgstr "授予 Twenty 支持临时访问您工作区的权限,以便我们为您排除故障或恢复内容。您可以随时撤销访问权限。" + +#: src/pages/settings/data-model/SettingsObjects.tsx:217 +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:215 +msgid "Inactive" +msgstr "不活动" + +#: src/pages/settings/integrations/SettingsIntegrations.tsx:15 +#: src/pages/settings/integrations/SettingsIntegrations.tsx:21 +msgid "Integrations" +msgstr "集成" + +#: src/pages/settings/workspace/SettingsDomain.tsx:87 +msgid "Invalid form values" +msgstr "无效表格值" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:53 +msgid "Invalid object data" +msgstr "无效对象数据" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:244 +msgid "Invite by email" +msgstr "电子邮件邀请" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:157 +msgid "Invite by link" +msgstr "通过链接邀请" + +#: src/pages/onboarding/InviteTeam.tsx:152 +msgid "Invite link sent to email addresses" +msgstr "向电子邮件地址发送邀请链接" + +#: src/pages/onboarding/InviteTeam.tsx:181 +msgid "Invite your team" +msgstr "邀请您的团队" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:74 +msgid "Italian" +msgstr "意大利语" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:51 +msgid "Language" +msgstr "语言" + +#: src/pages/onboarding/InviteTeam.tsx:127 +msgid "Link copied to clipboard" +msgstr "链接复制到剪贴板" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:167 +msgid "Manage Members" +msgstr "管理成员" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:168 +msgid "Manage the members of your space here" +msgstr "在此管理空间成员" + +#: src/pages/settings/SettingsBilling.tsx:144 +msgid "Manage your subscription" +msgstr "管理您的订阅" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:143 +#: src/pages/settings/SettingsWorkspaceMembers.tsx:149 +msgid "Members" +msgstr "成员" + +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:22 +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:28 +msgid "Migrate" +msgstr "迁移" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:177 +#: src/pages/settings/SettingsWorkspace.tsx:44 +#: src/pages/settings/SettingsProfile.tsx:35 +msgid "Name" +msgstr "名称" + +#: src/pages/settings/SettingsWorkspace.tsx:44 +msgid "Name of your workspace" +msgstr "工作区名称" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:77 +msgid "New" +msgstr "新" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:67 +msgid "New Object" +msgstr "新对象" + +#: src/pages/settings/data-model/SettingsNewObject.tsx:46 +msgid "Object created successfully" +msgstr "对象创建成功" + +#: src/pages/settings/data-model/SettingsObjects.tsx:160 +#: src/pages/settings/data-model/SettingsNewObject.tsx:74 +msgid "Objects" +msgstr "对象" + +#: src/pages/not-found/NotFound.tsx:47 +msgid "Off the beaten path" +msgstr "偏离常规路线" + +#: src/pages/not-found/NotFound.tsx:41 +msgid "Page Not Found | Twenty" +msgstr "页面未找到 | 二十" + +#: src/pages/settings/SettingsWorkspace.tsx:40 +#: src/pages/settings/SettingsProfile.tsx:30 +msgid "Picture" +msgstr "图片" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:62 +msgid "Portuguese" +msgstr "葡萄牙语" + +#: src/pages/settings/SettingsProfile.tsx:19 +#: src/pages/settings/SettingsProfile.tsx:25 +msgid "Profile" +msgstr "简介" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:97 +msgid "Pseudo-English" +msgstr "伪英语" + +#: src/pages/settings/Releases.tsx:111 +#: src/pages/settings/Releases.tsx:117 +msgid "Releases" +msgstr "发布" + +#: src/modules/ui/input/components/ImageInput.tsx:173 +msgid "Remove" +msgstr "移除" + +#: src/pages/settings/security/SettingsSecurity.tsx:47 +msgid "SSO" +msgstr "SSO" + +#: src/pages/settings/data-model/SettingsObjectFieldTable.tsx:183 +msgid "Search a field..." +msgstr "搜索字段..." + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:116 +msgid "Search an index..." +msgstr "搜索索引..." + +#: src/pages/settings/data-model/SettingsObjects.tsx:171 +msgid "Search for an object..." +msgstr "搜索对象..." + +#: src/pages/settings/security/SettingsSecurity.tsx:33 +#: src/pages/settings/security/SettingsSecurity.tsx:40 +msgid "Security" +msgstr "安全" + +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:52 +msgid "Select your preferred language" +msgstr "选择您喜欢的语言" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:245 +msgid "Send an invite email to your team" +msgstr "向团队发送邀请电子邮件" + +#: src/pages/settings/workspace/SettingsDomain.tsx:151 +msgid "Set the name of your subdomain" +msgstr "设置子域名称" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:158 +msgid "Share this link to invite users to join your workspace" +msgstr "分享此链接以邀请用户加入您的工作区" + +#: src/pages/onboarding/InviteTeam.tsx:236 +msgid "Skip" +msgstr "跳过" + +#: src/pages/settings/profile/appearance/components/LocalePicker.tsx:78 +msgid "Spanish" +msgstr "西班牙语" + +#: src/pages/settings/workspace/SettingsDomain.tsx:107 +msgid "Subdomain already taken" +msgstr "子域已被占用" + +#: src/pages/settings/workspace/SettingsDomain.tsx:49 +msgid "Subdomain can not be longer than 30 characters" +msgstr "子域名长度不得超过 30 个字符" + +#: src/pages/settings/workspace/SettingsDomain.tsx:48 +msgid "Subdomain can not be shorter than 3 characters" +msgstr "子域名不能少于 3 个字符" + +#: src/pages/settings/SettingsBilling.tsx:117 +msgid "Subscription has been switched {to}" +msgstr "订阅已切换 {to}" + +#: src/pages/settings/SettingsWorkspace.tsx:63 +msgid "Support" +msgstr "支持" + +#: src/pages/settings/SettingsBilling.tsx:188 +msgid "Switch billing {to}" +msgstr "开关计费 {to}" + +#: src/pages/settings/SettingsBilling.tsx:158 +msgid "Switch {from}" +msgstr "开关 {from}" + +#: src/pages/settings/SettingsBilling.tsx:162 +msgid "Switch {to}" +msgstr "开关 {to}" + +#: src/pages/settings/SettingsProfile.tsx:43 +msgid "The email associated to your account" +msgstr "与您的账户关联的电子邮件" + +#: src/pages/not-found/NotFound.tsx:50 +msgid "The page you're seeking is either gone or never was. Let's get you back on track" +msgstr "您正在寻找的页面要么已经消失,要么从未出现过。让我们帮您恢复正常" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:323 +msgid "This action cannot be undone. This will permanently delete this user and remove them from all their assignements." +msgstr "此操作不可撤销。这将永久删除该用户,并将其从所有分配中删除。" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:48 +msgid "This action cannot be undone. This will permanently delete your entire workspace. <0/> Please type in your email to confirm." +msgstr "此操作无法撤销。这将永久删除您的整个工作区。 <0/> 请输入您的电子邮件以确认。" + +#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx:55 +msgid "Type" +msgstr "类型" + +#: src/modules/ui/input/components/ImageInput.tsx:165 +msgid "Upload" +msgstr "上传" + +#: src/pages/settings/workspace/SettingsDomain.tsx:51 +msgid "Use letter, number and dash only. Start and finish with a letter or a number" +msgstr "只能使用字母、数字和破折号。以字母或数字开头和结尾" + +#: src/pages/settings/SettingsProfile.tsx:22 +#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx:29 +#: src/pages/settings/accounts/SettingsAccountsCalendars.tsx:17 +msgid "User" +msgstr "用户" + +#: src/pages/settings/SettingsBilling.tsx:149 +msgid "View billing details" +msgstr "查看账单详情" + +#: src/pages/settings/developers/SettingsDevelopers.tsx:65 +msgid "Webhooks" +msgstr "网络钩子" + +#: src/pages/settings/SettingsWorkspaceMembers.tsx:146 +#: src/pages/settings/SettingsWorkspace.tsx:32 +#: src/pages/settings/SettingsBilling.tsx:132 +#: src/pages/settings/Releases.tsx:114 +#: src/pages/settings/workspace/SettingsDomain.tsx:128 +#: src/pages/settings/security/SettingsSecurity.tsx:37 +#: src/pages/settings/integrations/SettingsIntegrations.tsx:18 +#: src/pages/settings/developers/SettingsDevelopers.tsx:39 +#: src/pages/settings/data-model/SettingsObjects.tsx:157 +#: src/pages/settings/data-model/SettingsNewObject.tsx:70 +#: src/pages/settings/crm-migration/SettingsCRMMigration.tsx:25 +msgid "Workspace" +msgstr "工作空间" + +#: src/modules/settings/profile/components/DeleteWorkspace.tsx:46 +msgid "Workspace Deletion" +msgstr "删除工作区" + +#: src/pages/settings/SettingsBilling.tsx:46 +msgid "You will be charged immediately for the full year." +msgstr "您将立即被收取全年的费用。" + +#: src/pages/settings/SettingsBilling.tsx:53 +msgid "Your credit balance will be used to pay the monthly bills." +msgstr "您的信用余额将用于支付每月账单。" + +#: src/pages/settings/SettingsProfile.tsx:36 +msgid "Your name as it will be displayed" +msgstr "显示您的姓名" + +#: src/pages/settings/SettingsBilling.tsx:171 +msgid "Your workspace will be disabled" +msgstr "您的工作区将被禁用" + +#: src/pages/settings/SettingsBilling.tsx:45 +msgid "from monthly to yearly" +msgstr "从每月到每年" + +#: src/pages/settings/SettingsBilling.tsx:52 +msgid "from yearly to monthly" +msgstr "从每年到每月" + +#: src/pages/settings/workspace/SettingsDomain.tsx:108 +msgid "not allowed" +msgstr "不允许" + +#: src/pages/onboarding/InviteTeam.tsx:213 +msgid "or" +msgstr "或" + +#: src/pages/settings/SettingsBilling.tsx:51 +msgid "to monthly" +msgstr "至每月" + +#: src/pages/settings/SettingsBilling.tsx:44 +msgid "to yearly" +msgstr "每年" diff --git a/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx b/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx index 15ad5a4c8..d5f62d6b8 100644 --- a/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx +++ b/packages/twenty-front/src/pages/settings/profile/appearance/components/LocalePicker.tsx @@ -83,8 +83,12 @@ export const LocalePicker = () => { value: 'en', }, { - label: t`Chinese`, - value: 'zh', + label: t`Chinese — Simplified`, + value: 'zh-Hans', + }, + { + label: t`Chinese — Traditional`, + value: 'zh-Hant', }, ];