Files
smoothschedule/activepieces-fork/packages/pieces/community/docusign/src/i18n/ja.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

46 lines
5.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Integration key / Client ID": "インテグレーションキー / クライアントID",
"RSA private key": "RSA private key",
"Environment": "環境",
"Impersonated user ID": "なりすましユーザーID",
"scopes": "スコープ",
"This can be obtained in your developer account from the<https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> page. See the https://support.docusign.com/guides/ndse-admin-guide-api-and-keys|Docusign eSignature Admin Guide> for more information.": "開発者アカウントでは、<https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> ページから取得できます。詳細は https://support.docusign.com/guides/ndse-admin-guide-api-and-keys|Docusign eSignature Admin Guide> を参照してください。",
"This is for the integration key you obtained above and can also be created on the <https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> page. You only need the private key, and it can only be copied once. Make sure to retain it for your records.": "これは上記で取得したインテグレーションキー用であり、 <https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> ページでも作成できます。 秘密鍵は一度しかコピーできません。レコードに保存してください。",
"This is a GUID identifying the Docusign user that you will be impersonating with the access token. Your own User ID can be found at the top of the<https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> page": "これは、アクセストークンになりすますDocusignユーザーを識別するGUIDです。 あなた自身のユーザーIDは<https://admindemo.docusign.com/authenticate?goTo=appsAndKeys|Apps and Keys> ページの上部にあります",
"Comma-separated list of scopes. These represent the OAuth scopes (permissions) that are being requested. For eSignature REST API methods, use the signature scope. The impersonation scope is implied by the JWT Grant operation and does not need to be included. If the access token will be used for other Docusign APIs, additional scopes may be required; see each APIs <https://developers.docusign.com/docs/esign-rest-api/esign101/auth/|authentication> requirements": "カンマ区切りのスコープのリスト。これらは要求されている OAuth スコープ (パーミッション) を表します。eSignature REST API メソッドの場合、署名スコープを使用します。 偽装の範囲は、JWT助成事業によって暗示されており、含める必要はありません。 アクセストークンが他のDocusign APIに使用される場合は、追加のスコープが必要な場合があります。各APIの <https://developers.docusign.com/docs/esign-rest-api/esign101/auth/|authentication> 要件を参照してください。",
"Demo / Test": "デモ / テスト",
"US production": "アメリカの生産",
"EU production": "EU生産",
"List envelopes": "封筒の一覧",
"Get envelope": "封筒を取得",
"Get document": "ドキュメントを取得",
"Custom API Call": "カスタムAPI通話",
"List / search envelopes": "リスト/検索のエンベロープを表示",
"Get Docusign envelope": "Docusignエンベロープを取得",
"Get document from a specific envelope": "特定の封筒からドキュメントを取得",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"Account ID": "アカウントID",
"From date": "開始日",
"To date": "終了日",
"Search text": "テキストを検索",
"Status": "ステータス",
"Include (e.g. recipients)": "Include (例 recipients)",
"Envelope ID": "封筒ID",
"Document ID": "ドキュメントID",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"The ID of the document to retrieve. Alternatively, you can use one of the following special keywords:\n\ncombined: Retrieves all of the documents as a single PDF file. When the query parameter certificate is true, the certificate of completion is included in the PDF file. When the query parameter certificate is false, the certificate of completion is not included in the PDF file.\narchive: Retrieves a ZIP archive that contains all of the PDF documents and the certificate of completion.\ncertificate: Retrieves o": "The ID of the document to retrieve. Alternatively, you can use one of the following special keywords:\n\ncombined: Retrieves all of the documents as a single PDF file. When the query parameter certificate is true, the certificate of completion is included in the PDF file. When the query parameter certificate is false, the certificate of completion is not included in the PDF file.\narchive: Retrieves a ZIP archive that contains all of the PDF documents and the certificate of completion.\ncertificate: Retrieves only the certificate of completion as a PDF file.\nportfolio: Retrieves the envelope documents as a PDF portfolio.\n",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭"
}