Files
smoothschedule/activepieces-fork/packages/pieces/community/prompthub/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

61 lines
5.7 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.
{
"Integrate with PromptHub projects, retrieve heads, and run prompts.": "PromptHubプロジェクトと統合し、ヘッドを取得し、プロンプトを実行します。",
"PromptHub API token": "PromptHub API token",
"List Projects": "プロジェクト一覧",
"Get Project Head": "プロジェクトヘッドを取得",
"Run Prompt": "プロンプトの実行",
"Custom API Call": "カスタムAPI通話",
"List PromptHub projects for a team. Returns information about each project's head revision and groups.": "チームの PromptHub プロジェクトのリスト。各プロジェクトのリビジョンとグループに関する情報を返します。",
"Get the production-ready version of a PromptHub project (typically the last commit on master/main branch). Useful for integrating prompts into your application.": "PromptHub プロジェクトのプロダクション対応バージョンを取得します (通常はマスター/メインブランチの最後のコミットです)。アプリケーションにプロンプトを統合する際に便利です。",
"Run a PromptHub project with optional variables, branch/hash, and chat payload": "オプションの変数、ブランチ/ハッシュ、チャットペイロードを使用して PromptHub プロジェクトを実行します。",
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
"Team ID": "チームID",
"Group Name": "グループ名",
"Model": "モデル",
"Provider": "プロバイダー",
"Project ID": "プロジェクトID",
"Branch": "ブランチ",
"Use Fallback": "フォールバックを使用",
"Variables": "変数",
"Hash": "ハッシュ",
"Messages": "メッセージ",
"Prompt": "Prompt",
"Metadata": "メタデータ",
"Timeout Seconds": "タイムアウト秒",
"Method": "方法",
"Headers": "ヘッダー",
"Query Parameters": "クエリパラメータ",
"Body": "本文",
"Response is Binary ?": "応答はバイナリですか?",
"No Error on Failure": "失敗時にエラーはありません",
"Timeout (in seconds)": "タイムアウト(秒)",
"The ID of the team. Can be found in your browser's URL bar when viewing Team Settings, or use current_team_id from /me endpoint.": "チームのID。チーム設定を表示するときにブラウザのURLバーに表示されるか、/me エンドポイントから current_team_id を使用してください。",
"Filter projects from a specific group. Must be URL-encoded if the group name contains spaces.": "特定のグループからプロジェクトをフィルタリングします。グループ名にスペースが含まれている場合はURLエンコードされる必要があります。",
"Filter projects where the head uses a specific model (e.g., gpt-4, claude-2, etc.).": "ヘッドが特定のモデル (gpt-4、claude-2など) を使用するプロジェクトをフィルタリングします。",
"Filter projects where the head uses a specific model provider.": "ヘッドが特定のモデルプロバイダを使用するプロジェクトをフィルタリングします。",
"The ID of the project. Can be found in your browser's URL bar when viewing that project.": "プロジェクトのID。プロジェクトを表示するときにブラウザのURLバーに表示されます。",
"Use the head of a specific branch. Defaults to your project's master/main branch. Must be URL-encoded if the branch name contains spaces or special characters.": "特定のブランチの先頭を使用します。デフォルトはプロジェクトのmaster/main ブランチです。ブランチ名にスペースまたは特殊文字が含まれている場合は URL エンコードされている必要があります。",
"When enabled, any placeholders not provided in variables will fall back to your Project/Team defaults. Your variable overrides always take precedence.": "有効にすると、変数に指定されていないプレースホルダがプロジェクト/チームのデフォルトに戻ります。変数のオーバーライドは常に優先されます。",
"Key-value pairs to override placeholders in the prompt. Both keys and values will be URL-encoded automatically.": "キーと値のペアは、プロンプト内のプレースホルダを上書きします。キーと値の両方は、自動的にURLエンコードされます。",
"The ID of the project to run.": "実行するプロジェクトの ID。",
"The branch name to run from (defaults to main/master).": "実行するブランチ名 (デフォルトは main/master)。",
"Specific commit hash to run from.": "実行する特定のコミットハッシュ。",
"Key-value pairs to pass as variables to the prompt.": "キーと値をペアとして変数としてプロンプトに渡します。",
"Chat messages for chat-based projects.": "チャットベースのプロジェクトのチャットメッセージ。",
"Override prompt text for the project.": "プロジェクトのプロンプトテキストを上書きします。",
"Additional metadata to include with the run.": "実行に含める追加のメタデータ。",
"Request timeout in seconds (max 600).": "リクエストタイムアウト秒最大600",
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
"Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
"OpenAI": "OpenAI",
"Anthropic": "Anthropic",
"Azure": "Azure",
"Google": "Google",
"Amazon": "Amazon",
"GET": "取得",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "削除",
"HEAD": "頭"
}