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>
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"Publishing platform for professional bloggers": "プロブロガー向けのパブリッシングプラットフォーム",
|
||||
"API URL": "API URL",
|
||||
"Admin API Key": "管理者APIキー",
|
||||
"The API URL of your application (https://test-publication.ghost.io)": "アプリケーションの API URL (https://test-publication.ghost.io)",
|
||||
"The admin API key for your application": "アプリケーションのadminAPIキー",
|
||||
"\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n": "\nTo generate an API key, follow the steps below in GhostCMS:\n1. Go to Settings -> Advanced -> Integrations.\n2. Scroll down to Custom Integrations and click Add custom integration.\n3. Enter integration name and click create.\n4. Copy the API URL and the Admin API Key into the fields below.\n",
|
||||
"Create Member": "メンバーを作成",
|
||||
"Update Member": "メンバーを更新",
|
||||
"Create Post": "投稿を作成",
|
||||
"Find Member": "メンバーを探す",
|
||||
"Find User": "ユーザーを検索",
|
||||
"Custom API Call": "カスタムAPI通話",
|
||||
"Create a new member": "新しいメンバーを作成",
|
||||
"Update a member": "メンバーを更新",
|
||||
"Create a new post": "新しい投稿を作成",
|
||||
"Find a member by email": "電子メールでメンバーを検索",
|
||||
"Find a staff user by email": "Eメールでスタッフユーザーを探す",
|
||||
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
||||
"Email": "Eメールアドレス",
|
||||
"Full Name": "フルネーム",
|
||||
"Note": "メモ",
|
||||
"Newsletters": "ニュースレター",
|
||||
"Member": "メンバー",
|
||||
"Title": "タイトル",
|
||||
"Slug": "スラグ",
|
||||
"Status": "Status",
|
||||
"Published At": "発行日時",
|
||||
"Content (HTML)": "コンテンツ (HTML)",
|
||||
"Custom Excerpt": "カスタムの概要",
|
||||
"Author": "作成者",
|
||||
"Featured": "注目",
|
||||
"Tags": "タグ",
|
||||
"Method": "方法",
|
||||
"Headers": "ヘッダー",
|
||||
"Query Parameters": "クエリパラメータ",
|
||||
"Body": "本文",
|
||||
"Response is Binary ?": "応答はバイナリですか?",
|
||||
"No Error on Failure": "失敗時にエラーはありません",
|
||||
"Timeout (in seconds)": "タイムアウト(秒)",
|
||||
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
||||
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
|
||||
"Draft": "下書き",
|
||||
"Published": "公開済み",
|
||||
"Scheduled": "スケジュール済み",
|
||||
"GET": "取得",
|
||||
"POST": "POST",
|
||||
"PATCH": "PATCH",
|
||||
"PUT": "PUT",
|
||||
"DELETE": "削除",
|
||||
"HEAD": "頭",
|
||||
"Member Added": "メンバーを追加しました",
|
||||
"Member Edited": "メンバーが編集されました",
|
||||
"Member Deleted": "メンバーが削除されました",
|
||||
"Post Published": "公開された投稿",
|
||||
"Post Scheduled": "予定された投稿",
|
||||
"Page Published": "公開されたページ",
|
||||
"Triggers when a new member is added": "新しいメンバーが追加されたときにトリガーする",
|
||||
"Triggers when a member is edited": "メンバーが編集されたときにトリガーする",
|
||||
"Triggers when a member is deleted": "メンバーが削除されたときにトリガーします",
|
||||
"Triggers when a post is published": "投稿が公開されたときにトリガーする",
|
||||
"Triggers when a post is scheduled": "投稿がスケジュールされたときにトリガーする",
|
||||
"Triggers when a page is published": "ページが公開されたときにトリガーします"
|
||||
}
|
||||
Reference in New Issue
Block a user