{
  "Associations to use": "使用する関連データ",
  "Binding scope": "バインディングスコープ",
  "Button is not configured properly, please contact the administrator.": "ボタンの設定が正しくありません。管理者にご連絡ください。",
  "Context type": "コンテキストタイプ",
  "Could be used on non-record related action buttons. Such as buttons in workbench panel or in table blocks.": "レコード関連外のアクションボタン（例：ワークベンチパネルやテーブルブロック内のボタン）で使用可能です。",
  "Could only be used on multiple record related action buttons. Such as for batch action in table block. The data in trigger variable will be an array.": "複数レコード関連のアクションボタン（例：テーブルブロックのバッチ処理）でのみ使用可能です。トリガー変数のデータは配列形式になります。",
  "Could only be used on single record related action buttons. Such as in form, detail block and table row of record.": "単一レコード関連のアクションボタン（例：フォーム、詳細ブロック、テーブル行）でのみ使用可能です。",
  "Custom action event": "カスタムアクションイベント",
  "Different positions of the created trigger button can use different context types.": "トリガーボタンの配置場所によって、使用可能なコンテキストタイプが異なります。",
  "Multiple collection records": "複数レコードデータ",
  "None": "コンテキストなし",
  "Only support custom action workflow with context type set to \"Multiple records\".": "コンテキストタイプ「複数レコード」が設定されたカスタムアクションワークフローのみサポートされます。",
  "Only support custom action workflow with context type set to \"None\".": "コンテキストタイプ「なし」が設定されたカスタムアクションワークフローのみサポートされます。",
  "Please select at least one record.": "最低1件のレコードを選択してください。",
  "Role of user acted": "操作者ロール",
  "Single collection record": "単一レコードデータ",
  "Trigger data": "トリガーデータ",
  "Trigger global workflow": "グローバルワークフローのトリガー",
  "Trigger workflow": "ワークフローのトリガー",
  "User acted": "操作者",
  "When the \"Trigger Workflow\" button is clicked, the event is triggered based on different context where the button is located. For complex data processing that cannot be handled simply by built-in operations (CRUD) of NocoBase, you can define a series of operations through a workflow and trigger it with the \"Trigger Workflow\" button.": "「ワークフロートリガー」ボタンクリック時、ボタンの配置コンテキストに基づきイベントが発生します。NocoBaseの標準CRUD操作では処理困難な複雑なデータ処理を、ワークフローで定義し本ボタンで実行可能です。",
  "When the \"Trigger Workflow\" button is clicked, the event is triggered based on the single record where the button is located. Suitable for when the data processing is complex and cannot be simply processed by built-in operations (CRUD) of NocoBase, a series of operations can be defined through workflow and triggered through the \"Trigger Workflow\" button.": "「ワークフロートリガー」ボタンクリック時、該当単一レコードをコンテキストとしてイベントが発生します。NocoBaseの標準CRUD操作では処理困難な複雑なデータ処理を、ワークフローで定義し本ボタンで実行可能です。",
  "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "ボタンクリック後、データ保存なしで直接ワークフローがトリガーされます。「カスタムアクションイベント」とのみ連携可能です。",
  "Custom context": "カスタムコンテキスト",
  "Only support custom action workflow with context type set to \"Custom context\".": "コンテキストタイプ「カスタムコンテキスト」が設定されたカスタムアクションワークフローのみサポートされます。",
  "Context data": "コンテキストデータ",
  "Input JSON as context data passed into the workflow. Frontend variables are supported.": "ワークフローに渡されるコンテキストデータとしてJSONを入力してください。フロントエンド変数がサポートされています。"
}