i18n - translations (#19975)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-04-22 15:23:41 +02:00
committed by GitHub
parent 68d509e98d
commit 789f8aba5d
62 changed files with 1974 additions and 31 deletions
@@ -7475,6 +7475,34 @@ msgstr "Tuis"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Die API-eindpunt vir jou OpenAI-versoenbare verskaffer"
msgid "The AWS region for Bedrock"
msgstr "Die AWS-streek vir Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "الرئيسية"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "نقطة نهاية واجهة برمجة التطبيقات لمزود
msgid "The AWS region for Bedrock"
msgstr "منطقة AWS الخاصة بـ Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Inici"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "El punt final de l'API per al vostre proveïdor compatible amb OpenAI"
msgid "The AWS region for Bedrock"
msgstr "La regió d'AWS per a Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Domů"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Koncový bod API pro vašeho poskytovatele kompatibilního s OpenAI"
msgid "The AWS region for Bedrock"
msgstr "Region AWS pro Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Hjem"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "API-slutpunktet for din OpenAI-kompatible udbyder"
msgid "The AWS region for Bedrock"
msgstr "AWS-regionen for Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Startseite"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Der API-Endpunkt für Ihren OpenAI-kompatiblen Anbieter"
msgid "The AWS region for Bedrock"
msgstr "Die AWS-Region für Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Αρχική"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14093,6 +14121,41 @@ msgstr "Το API endpoint για τον πάροχό σας που είναι σ
msgid "The AWS region for Bedrock"
msgstr "Η περιοχή AWS για το Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
+116
View File
@@ -7470,6 +7470,57 @@ msgstr "Home"
msgid "Horizontal Bar Chart"
msgstr "Horizontal Bar Chart"
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14086,6 +14137,71 @@ msgstr "The API endpoint for your OpenAI-compatible provider"
msgid "The AWS region for Bedrock"
msgstr "The AWS region for Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Inicio"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "El endpoint de la API para tu proveedor compatible con OpenAI"
msgid "The AWS region for Bedrock"
msgstr "La región de AWS para Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Koti"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "OpenAI-yhteensopivan tarjoajasi API-päätepiste"
msgid "The AWS region for Bedrock"
msgstr "AWS-alue Bedrockille"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Accueil"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Le point de terminaison d'API pour votre fournisseur compatible OpenAI"
msgid "The AWS region for Bedrock"
msgstr "La région AWS pour Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -7475,6 +7475,34 @@ msgstr "בית"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "נקודת הקצה של ה-API עבור הספק התואם ל-OpenAI"
msgid "The AWS region for Bedrock"
msgstr "אזור ה-AWS עבור Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Kezdőlap"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Az OpenAI-kompatibilis szolgáltató API-végpontja"
msgid "The AWS region for Bedrock"
msgstr "Az AWS-régió a Bedrockhoz"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Home"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "L'endpoint API per il tuo provider compatibile con OpenAI"
msgid "The AWS region for Bedrock"
msgstr "La regione AWS per Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "ホーム"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "OpenAI 互換プロバイダー用の API エンドポイント"
msgid "The AWS region for Bedrock"
msgstr "Bedrock 用の AWS リージョン"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "홈"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "OpenAI 호환 공급자용 API 엔드포인트"
msgid "The AWS region for Bedrock"
msgstr "Bedrock용 AWS 리전"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Home"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Het API-eindpunt voor je OpenAI-compatibele aanbieder"
msgid "The AWS region for Bedrock"
msgstr "De AWS-regio voor Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Hjem"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "API-endepunktet for din OpenAI-kompatible tilbyder"
msgid "The AWS region for Bedrock"
msgstr "AWS-regionen for Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Strona główna"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Punkt końcowy API dla Twojego dostawcy zgodnego z OpenAI"
msgid "The AWS region for Bedrock"
msgstr "Region AWS dla Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7470,6 +7470,34 @@ msgstr ""
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14086,6 +14114,41 @@ msgstr ""
msgid "The AWS region for Bedrock"
msgstr ""
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Início"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "O endpoint de API do seu provedor compatível com OpenAI"
msgid "The AWS region for Bedrock"
msgstr "A região da AWS para o Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Início"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "O endpoint de API para o seu provedor compatível com OpenAI"
msgid "The AWS region for Bedrock"
msgstr "A região da AWS para o Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Acasă"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Endpointul API pentru furnizorul dvs. compatibil cu OpenAI"
msgid "The AWS region for Bedrock"
msgstr "Regiunea AWS pentru Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
Binary file not shown.
@@ -7475,6 +7475,34 @@ msgstr "Почетна"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Крајња тачка API-ја за ваш OpenAI-компатибил
msgid "The AWS region for Bedrock"
msgstr "AWS регион за Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Hem"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14097,6 +14125,41 @@ msgstr "API-slutpunkt för din OpenAI-kompatibla leverantör"
msgid "The AWS region for Bedrock"
msgstr "AWS-regionen för Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Ana sayfa"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "OpenAI ile uyumlu sağlayıcınız için API uç noktası"
msgid "The AWS region for Bedrock"
msgstr "Bedrock için AWS bölgesi"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Головна"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "Кінцева точка API вашого провайдера, сум
msgid "The AWS region for Bedrock"
msgstr "Регіон AWS для Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "Trang chủ"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "API endpoint cho nhà cung cấp tương thích OpenAI của bạn"
msgid "The AWS region for Bedrock"
msgstr "Khu vực AWS cho Bedrock"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "主页"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "您的 OpenAI 兼容提供商的 API 端点"
msgid "The AWS region for Bedrock"
msgstr "用于 Bedrock 的 AWS 区域"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."
@@ -7475,6 +7475,34 @@ msgstr "首頁"
msgid "Horizontal Bar Chart"
msgstr ""
#. js-lingui-id: WOXdI6
#: src/pages/settings/applications/utils/getCustomApplicationDescription.ts
msgid ""
"Host your workspace's customizations and overrides.\n"
"\n"
"#### What it includes\n"
"Every extension you create on top of the standard app is grouped under Custom. It keeps your schema changes, interface changes, and workspace-specific logic in one place.\n"
"\n"
"- Custom objects and fields for your own data model\n"
"- Views, navigation items, and record layouts that shape how your team works\n"
"- Logic functions, front components, and agents that automate or extend the workspace\n"
"\n"
"#### Why it exists\n"
"Use this app for workspace-specific customization that should stay local to this workspace.\n"
"\n"
"If you are shaping one workspace for one business, keep it here. If you are building a reusable business app with its own data model, UI, and automation that should be versioned, shared, or installed across workspaces, create a dedicated app instead.\n"
"\n"
"#### Build your own app\n"
"\n"
"Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: yY8wAv
#: src/modules/workflow/workflow-steps/workflow-actions/delay-actions/components/WorkflowEditActionDelay.tsx
msgid "Hours"
@@ -14091,6 +14119,41 @@ msgstr "適用於您的 OpenAI 相容供應商的 API 端點"
msgid "The AWS region for Bedrock"
msgstr "Bedrock 的 AWS 區域"
#. js-lingui-id: HP7per
#: src/pages/settings/applications/utils/getStandardApplicationDescription.ts
msgid ""
"The base data model every Twenty workspace runs on.\n"
"\n"
"#### What \"foundation\" means\n"
"\n"
"Every Twenty workspace starts with this set of objects. They define the shape of your CRM, including relationships, activity, and reporting. Everything else, including marketplace apps, AI agents, and custom objects, plugs into them.\n"
"\n"
"#### Included objects\n"
"- **People & Companies**: contact and account records\n"
"- **Opportunities**: your sales pipeline\n"
"- **Notes & Tasks**: activity and follow-ups\n"
"- **Workflows & Dashboards**: automation and reporting\n"
"\n"
"Remove this app and the rest of Twenty has nothing to hang off.\n"
"\n"
"#### Build your own app\n"
"\n"
"Extend Twenty with your own objects, fields, logic functions, or AI skills. Scaffold a new app in one command:\n"
"\n"
"```bash\n"
"npx create-twenty-app@latest my-twenty-app\n"
"```\n"
"\n"
"Then inside the folder:\n"
"\n"
"```bash\n"
"cd my-twenty-app\n"
"yarn twenty dev\n"
"```\n"
"\n"
"See the [Getting Started guide](https://twenty.com/developers/extend/apps/getting-started) for the full walkthrough, and [Building Apps](https://twenty.com/developers/extend/apps/building) for the `defineApplication` / `defineEntity` APIs."
msgstr ""
#. js-lingui-id: 1xQkU9
#: src/modules/settings/data-model/fields/forms/phones/components/SettingsDataModelFieldPhonesForm.tsx
msgid "The default country code for new phone numbers."