i18n - docs translations (#17434)
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
2353bc62cc
commit
e0d4492013
@@ -1,108 +1,104 @@
|
||||
---
|
||||
title: Glossary
|
||||
description: Get familiar with essential terminology used in Twenty.
|
||||
title: 用語集
|
||||
description: Twentyで使用される基本的な用語に慣れましょう。
|
||||
---
|
||||
|
||||
## API
|
||||
|
||||
API (Application Programming Interface) allows you to connect Twenty with other software systems and build custom integrations.
|
||||
API(アプリケーションプログラミングインターフェース)は、Twentyを他のソフトウェアシステムと接続し、カスタム統合を構築することを可能にします。
|
||||
|
||||
## Apps
|
||||
## アプリ
|
||||
|
||||
Apps are custom extensions built as code that can define data models and serverless functions. They enable developers to create reusable customizations that can be deployed across multiple workspaces.
|
||||
アプリは、データモデルやサーバーレス関数を定義できる、コードとして構築されたカスタム拡張機能です。 これにより、開発者は複数のワークスペースにデプロイ可能な再利用可能なカスタマイズを作成できます。
|
||||
|
||||
## Code Actions
|
||||
## コードアクション
|
||||
|
||||
Code Actions are workflow steps that let you write custom JavaScript to transform data, make calculations, or perform complex logic that isn't possible with built-in actions.
|
||||
コードアクションは、データの変換、計算、組み込みアクションでは実現できない複雑なロジックの実行のために、カスタムの JavaScript を記述できるワークフローのステップです。
|
||||
|
||||
## Command Menu
|
||||
## コマンドメニュー
|
||||
|
||||
The Command Menu is a quick-access interface (opened with `Cmd + K` on Mac and `Ctrl + K` on Windows) that lets you perform actions, create records, and navigate your workspace efficiently.
|
||||
コマンドメニューは、`Cmd + K`(Macの場合)、`Ctrl + K`(Windowsの場合)で開くことができるクイックアクセスインターフェースであり、操作を実行したり、レコードを作成したり、ワークスペースを効率的に移動したりすることを可能にします。
|
||||
|
||||
## Company & People
|
||||
## Company と People
|
||||
|
||||
The CRM has two fundamental types of records:
|
||||
CRMには基本的な2つの種類のレコードがあります:
|
||||
|
||||
* A `Company` represents a business or organization.
|
||||
* `People` represent your company's current and prospective customers or clients.
|
||||
* `Company`は企業や組織を表します。
|
||||
* `People`はあなたの企業の現在および潜在的な顧客を表します。
|
||||
|
||||
## Custom Fields
|
||||
## カスタムフィールド
|
||||
|
||||
Custom Fields are data fields you create to capture information specific to your business needs and processes.
|
||||
カスタムフィールドは、ビジネスのニーズとプロセスに特化した情報をキャプチャするために作成されたデータフィールドです。
|
||||
|
||||
## Data Model
|
||||
## データモデル
|
||||
|
||||
A Data Model is the structure that defines how information is organized in your CRM, including what objects exist, their properties (fields), and how they relate to each other.
|
||||
データモデルとは、CRMで情報がどのように編成されているかを定義する構造であり、どのオブジェクトが存在するか、それらのプロパティ(フィールド)、およびそれらがどのように関連しているかを含みます。
|
||||
|
||||
## Favorites
|
||||
## お気に入り
|
||||
|
||||
Favorites are records you've marked for quick access, appearing in your sidebar for instant navigation to important data.
|
||||
お気に入りとは、すぐにアクセスできるようにマークされたレコードであり、サイドバーに表示され、重要なデータへの即時ナビゲーションを可能にします。
|
||||
|
||||
## Field
|
||||
## フィールド
|
||||
|
||||
A field refers to a specific area where particular data is stored for an entity.
|
||||
フィールドとは、エンティティに特定のデータが保存される特定の領域を指します。
|
||||
|
||||
## Integration
|
||||
## イテレータ
|
||||
|
||||
Integrations are built-in tools that allow you to link Twenty with other software or systems.
|
||||
イテレーターは、アイテムの配列をループし、リスト内の各アイテムに対して後続のアクションを実行するワークフローアクションです。
|
||||
|
||||
## Iterator
|
||||
## カンバン
|
||||
|
||||
An Iterator is a workflow action that loops through an array of items, executing subsequent actions for each item in the list.
|
||||
`Kanban`は、カードと列を使ってビジネスプロセスを視覚的に追跡する方法です。 各列はプロセスの各ステージ(例:新規、進行中、成約、失注)を表し、進行に応じてレコードをこれらのステージへ移動します。
|
||||
|
||||
## Kanban
|
||||
## オブジェクト
|
||||
|
||||
A `Kanban` is a visual way to track your business processes using cards and columns. Each column represents a stage in your process (for example: new, ongoing, won, lost), and you move records through these stages as they progress.
|
||||
オブジェクトは、CRMで特定の種類のエンティティを表すデータ構造です(例:People、Companies、Opportunities)。 オブジェクトには、標準(ビルトイン)とカスタム(ユーザー作成)があります。
|
||||
|
||||
## Object
|
||||
## 商談
|
||||
|
||||
An Object is a data structure that represents a specific type of entity in your CRM (like People, Companies, or Opportunities). Objects can be standard (built-in) or custom (created by you).
|
||||
Twenty CRMの商談は、アカウントや連絡先との潜在的な取引や販売を指します。
|
||||
|
||||
## Opportunities
|
||||
## レコード
|
||||
|
||||
Opportunities in Twenty CRM are potential deals or sales with accounts or contacts.
|
||||
レコードとは、特定のオブジェクトのインスタンスを示します。例:特定のアカウントまたは連絡先。
|
||||
|
||||
## Record
|
||||
## リレーションフィールド
|
||||
|
||||
A Record indicates an instance of an object, like a specific account or contact.
|
||||
リレーションフィールドは異なるオブジェクト間の接続を作成し、レコード同士をリンクできます(例:人を会社に関連付ける)。
|
||||
|
||||
## Relation Fields
|
||||
## 標準フィールド
|
||||
|
||||
Relation Fields create connections between different objects, allowing you to link records together (like connecting a Person to a Company).
|
||||
標準フィールドは、デフォルトでオブジェクトに付属する事前に構築されたデータフィールドであり、すべてのワークスペースで共通の機能を提供します。
|
||||
|
||||
## Standard Fields
|
||||
## タスク
|
||||
|
||||
Standard Fields are pre-built data fields that come with objects by default and provide common functionality across all workspaces.
|
||||
Twenty CRMのタスクは、連絡先、アカウント、または商談に関連する、担当者に割り当てられるアクティビティです。
|
||||
|
||||
## Tasks
|
||||
## トリガー
|
||||
|
||||
Tasks in Twenty CRM are assigned activities relating to contacts, accounts, or opportunities.
|
||||
トリガーはワークフローの開始点、すなわち自動化を開始するイベントまたは条件です。 例としては、レコードの作成、レコードの更新、Webhook、スケジュールされた時刻などがあります。
|
||||
|
||||
## Triggers
|
||||
## ビュー
|
||||
|
||||
Triggers are the starting point of a workflow — the event or condition that initiates the automation. Examples include record creation, record updates, webhooks, or scheduled times.
|
||||
ビューを使用してレコードの表示をカスタマイズし、フィルター、レイアウト、並べ替えオプションを各ビューに設定することができます。
|
||||
|
||||
## Views
|
||||
## アップサート
|
||||
|
||||
You can customize the display of your records using views, setting different filters, layouts and sorting options for each view.
|
||||
アップサートは「update」と「insert」を組み合わせた操作で、一致が見つかった場合は既存のレコードを更新し、一致が存在しない場合は新しいレコードを作成します。
|
||||
|
||||
## Upsert
|
||||
## ウェブフック
|
||||
|
||||
Upsert is an operation that combines "update" and "insert" — it updates an existing record if a match is found, or creates a new record if no match exists.
|
||||
ウェブフックは、特定のイベントが発生したときにTwentyから他のアプリケーションへ送信される自動メッセージで、リアルタイムのデータ同期を可能にします。
|
||||
|
||||
## Webhooks
|
||||
## ワークフロー
|
||||
|
||||
Webhooks are automated messages sent from Twenty to other applications when specific events occur, enabling real-time data synchronization.
|
||||
ワークフローは特定の条件に基づいてアクションをトリガーする自動プロセスであり、繰り返しのタスクやビジネスプロセスを自動化するのに役立ちます。
|
||||
|
||||
## Workflows
|
||||
## ワークスペース
|
||||
|
||||
Workflows are automated processes that trigger actions based on specific conditions, helping you automate repetitive tasks and business processes.
|
||||
`Workspace`は通常、Twentyを使用している企業を表します。 そこには、あなたやチームメンバーがTwentyに追加したすべてのレコードとデータが保存されます。
|
||||
ワークスペースには、通常、従業員のメールアドレスに使われる会社のドメイン名が1つ設定されています。
|
||||
|
||||
## Workspace
|
||||
## ワークスペースメンバー
|
||||
|
||||
A `Workspace` typically represents a company using Twenty. It holds all the records and data that you and your team members add to Twenty.
|
||||
It has a single domain name, which is typically the domain name your company uses for employee email addresses.
|
||||
|
||||
## Workspace Members
|
||||
|
||||
Workspace Members are the Twenty users from your team who have access to your workspace. They can be assigned as owners or assignees for records.
|
||||
ワークスペースメンバーは、ワークスペースにアクセスできるあなたのチームのTwentyユーザーです。 レコードの所有者または担当者として割り当てることができます。
|
||||
|
||||
+9
-9
@@ -1,16 +1,16 @@
|
||||
---
|
||||
title: Implementation Services
|
||||
description: Whether you need help getting started or creating advanced customizations, we have a solution.
|
||||
title: 導入サービス
|
||||
description: 開始の手助けや高度なカスタマイズの作成が必要な場合にも、私たちは解決策を提供します。
|
||||
---
|
||||
|
||||
## Onboarding Packs
|
||||
## オンボーディングパック
|
||||
|
||||
Get help from our core team to set up your Twenty workspace with our 4-hour Onboarding packs:
|
||||
4時間のオンボーディングパックで、Twenty のワークスペースのセットアップをコアチームがサポートします:
|
||||
|
||||
* **Data Model Design**: Design and create your custom data model with objects, fields, and relationships
|
||||
* **Data Migration**: Migrate your existing data from your current CRM to Twenty
|
||||
* **Workflow Creation**: Create custom workflows to support your business processes
|
||||
* **データモデルの設計**:オブジェクト、フィールド、および関係を含むカスタムデータモデルを設計および作成。
|
||||
* **データマイグレーション**:現在のCRMからTwentyへの既存データの移行
|
||||
* **ワークフローの作成**:ビジネスプロセスをサポートするためのカスタムワークフローの作成
|
||||
|
||||
## Implementation Partners
|
||||
## 実装パートナー
|
||||
|
||||
Work with certified Twenty partners for more advanced customizations and integrations. Reach out to our team via [contact@twenty.com](mailto:contact@twenty.com) to be matched with our partners.
|
||||
詳細なカスタマイズと統合のために認定されたTwentyパートナーと協力します。 パートナーとのマッチングをご希望の方は、[contact@twenty.com](mailto:contact@twenty.com) まで当社のチームにご連絡ください。
|
||||
|
||||
+26
-22
@@ -3,40 +3,44 @@ title: What is Twenty
|
||||
description: Twenty is an open-source CRM that gives you the building blocks to create exactly what your business needs.
|
||||
---
|
||||
|
||||
## Vision
|
||||
## ビジョン
|
||||
|
||||
Creating a good CRM is hard because it's a balancing act.
|
||||
For each business, the requirements seem straightforward, yet everyone's needs are distinct.
|
||||
The result is a CRM that's either too basic, or one that's attempting to be a jack-of-all-trades but ending up as a master of none.
|
||||
優れたCRMを作成するのは難しいのです。それはバランスを取る行為だからです。
|
||||
各ビジネスの要件は一見単純に見えますが、それぞれのニーズは異なります。
|
||||
結果として、CRMは基本すぎるか、すべてをこなすが何事にも秀でていないものになります。
|
||||
各ビジネスの要件は一見単純に見えますが、それぞれのニーズは異なります。
|
||||
結果として、CRMは基本すぎるか、すべてをこなすが何事にも秀でていないものになります。
|
||||
各企業の要件は明確に見えますが、皆のニーズは異なります。
|
||||
その結果、CRMはあまりにも基本的なものか、万能選手を目指して結果的にどれも得意でないものになります。
|
||||
|
||||
At first, Twenty looks like most CRMs you already know: you can track deals, organize contacts, manage tasks and notes.
|
||||
最初は、トゥエンティはあなたが既に知っているほとんどのCRMと同じように見えます:取引の追跡、連絡先の整理、タスクやノートの管理ができます。
|
||||
**But what sets it apart is our approach to extensibility. We are building an open platform that provides the building blocks for you to solve your unique business problems.**
|
||||
|
||||
We prioritize universal principles and common patterns over feature lists.
|
||||
We don't try to have all the answers and instead empower users to find what works best for them.
|
||||
Open-source is the bedrock of our approach, ensuring that Twenty evolves with its community, for its community.
|
||||
我々は機能リストよりも、普遍的な原則と共通のパターンを優先します。
|
||||
すべての答えを出そうとはせず、代わりにユーザーが最も効果的な方法を見つけるのを助けます。
|
||||
オープンソースは我々のアプローチの基盤です、それはトゥエンティがコミュニティとともに、ために進化していくことを保証します。
|
||||
|
||||
## Benefits
|
||||
## 利点
|
||||
|
||||
**Customizable:** Designed to fit your business needs.
|
||||
**カスタマイズ可能:** あなたのビジネスニーズに合わせて設計されています。
|
||||
|
||||
**Community-driven:** Built and maintained by a large open-source community.
|
||||
**コミュニティ主導:** 大きなオープンソースコミュニティによって構築され、維持されています。
|
||||
|
||||
**Cost-effective:** You'll never be vendor-locked, because you can always self-host.
|
||||
**コスト効果:** 自己ホストが常に可能なので、ベンダーロックされることはありません。
|
||||
|
||||
## Main Features
|
||||
## 主な機能
|
||||
|
||||
* **Calendar & Emails:** Sync your mailbox and calendar to see all communications on your CRM records. [Learn more](/l/ja/user-guide/calendar-emails/overview).
|
||||
* **Calendar & Emails:** Sync your mailbox and calendar to see all communications on your CRM records. [詳細はこちら](/l/ja/user-guide/calendar-emails/overview).
|
||||
* **Data Model:** Create custom objects and fields to match your unique business processes. [Explore](/l/ja/user-guide/data-model/overview).
|
||||
* **Data Migration:** Import and export your data via CSV or API. [Get started](/l/ja/user-guide/data-migration/overview).
|
||||
* **Data Migration:** Import and export your data via CSV or API. [始める](/l/ja/user-guide/data-migration/overview).
|
||||
* **Views & Pipelines:** Organize your data with table views, kanban boards, and sales pipelines. [Discover](/l/ja/user-guide/views-pipelines/overview).
|
||||
* **Workflows:** Automate your business processes and integrate with external tools. [Build automations](/l/ja/user-guide/workflows/overview).
|
||||
* **AI:** Enhance your CRM with AI-powered features and agents. [Explore AI](/l/ja/user-guide/ai/overview).
|
||||
* **Dashboards:** Track performance with custom reports and visualizations. [View dashboards](/l/ja/user-guide/dashboards/overview).
|
||||
* **Permissions & Access:** Control who can view, edit, and manage your data with role-based permissions. [Configure access](/l/ja/user-guide/permissions-access/overview).
|
||||
* **Notes & Tasks:** Create notes and tasks linked to your records for better collaboration.
|
||||
* **API & Webhooks:** Connect to other apps and build custom integrations. [Start integrating](/l/ja/developers/extend/capabilities/apis).
|
||||
* **AI:** AI搭載の機能やエージェントでCRMを強化します。 [AIを詳しく見る](/l/ja/user-guide/ai/overview)。
|
||||
* **ダッシュボード:** カスタムレポートや可視化でパフォーマンスを追跡します。 [ダッシュボードを表示](/l/ja/user-guide/dashboards/overview)。
|
||||
* **権限とアクセス:** ロールベースの権限で、誰がデータを閲覧、編集、管理できるかを制御します。 [アクセスを設定](/l/ja/user-guide/permissions-access/overview)。
|
||||
* **ノートとタスク:** より良いコラボレーションのために、レコードに関連付けられたノートやタスクを作成します。
|
||||
* **APIおよびWebhooks:** 他のアプリと接続し、カスタム統合を構築します。 [統合を開始](/l/ja/developers/extend/capabilities/apis).
|
||||
|
||||
## Join now
|
||||
## 今すぐ参加
|
||||
|
||||
[Register here](https://app.twenty.com) or [become a contributor on GitHub](https://github.com/twentyhq/twenty).
|
||||
[こちらで登録](https://app.twenty.com)または[GitHubで貢献者になる](https://github.com/twentyhq/twenty)。
|
||||
|
||||
Reference in New Issue
Block a user