strapi-supergpt
Version:
A plugin that gives you the ability to integrate ChatGPT into strapi
51 lines (50 loc) • 4.36 kB
JSON
{
"name": "SuperGPT",
"description": "Super GPT プラグインの説明",
"configuration": "設定",
"homePage.header": "Strapi 用 ChatGPT プラグイン",
"homePage.imageFormat": "画像フォーマットを選択",
"homePage.help.button": "ヘルプ",
"homePage.API_Integration.button": "API 統合",
"homePage.prompt.placeholder": "ここにプロンプトを入力",
"homePage.prompt.button": "テキスト",
"homePage.image.button": "画像",
"homePage.prompt.format": "回答全体をMarkdown形式でフォーマットできますか?",
"homePage.convo.default.name": "デフォルトの会話",
"homePage.convo.new.name": "新しい会話",
"homePage.error.promptRequired": "プロンプトが必要です",
"homePage.error.imageSizeRequired": "画像サイズが必要です",
"homePage.error.unselectableTab": "このタブは選択できません",
"integration.instructions": "1. 設定 -> ユーザー & 権限プラグイン -> ロールに移動し、strapi-supergpt エンドポイントを有効にします。",
"integration.sampleRequest": "サンプルリクエスト",
"integration.openAiParams": "追加の OpenAi パラメータを使用したサンプルリクエスト",
"helpModal.promptUse": "chatGPT から意味のある応答を得るために、次のようなプロンプトを使用できます:",
"helpModal.promptList": "<ol><li>[教えた概念] の理解を評価する 5 つの選択式質問でクイズを作成する</li><li>このコードのバグを見つける:[以下にコードを投稿]</li><li>この正規表現は何をするのですか? rege(x(es)?|xps?)</li><li>[選択したトピック] を詳細に説明する</li><li>医療用語 '頻脈' の定義を提供する</li><li>[指定されたドキュメント] の要約を生成する</li><li>以下のテキストを [指定された言語] に翻訳する</li><li>[指定されたプログラミング言語] のコーディング例を提供する</li><li>[歴史的な出来事] の重要性を説明する</li><li>[プロジェクトまたはトピック] のアイデア出しを支援する</li><li>提供された説明に基づいて画像を生成する</li></ol>",
"helpModal.clickHere": "ここをクリック",
"helpModal.morePrompts": "ChatGPT プロンプトの詳細はこちら。",
"settingsPage.title": "SuperGPT の設定",
"settingsPage.saveButton": "保存",
"settingsPage.description": "API キー、モデル名、およびその他のパラメータを構成する",
"settingsPage.labels.api-key": "API キー",
"settingsPage.labels.max-tokens": "最大トークン数",
"settingsPage.labels.text-model": "モデル名",
"settingsPage.labels.image-model": "画像モデル名",
"settingsPage.labels.tts-model": "テキスト音声モデル名",
"settingsPage.placeholder.text-model": "モデルを選択",
"settingsPage.placeholder.image-model": "画像モデルを選択",
"settingsPage.placeholder.tts-model": "テキスト音声モデルを選択",
"settingsPage.notifications.success": "ChatGPT 構成が正常に保存されました",
"settingsPage.notifications.api-key-required": "API キーを入力してください",
"settingsPage.notifications.fetch-error": "chatGPTの設定を取得中にエラーが発生しました",
"settingsPage.notifications.saving-error": "chatGPT 構成の保存中にエラーが発生しました",
"customFields.super-audio.field.label": "オーディオを生成するフィールドを選択",
"customFields.super-audio.voice.label": "オーディオを生成する音声を選択",
"customFields.super-single-select.label": "スーパーシングルセレクト",
"customFields.super-single-select.description": "chatgpt によってサポートされている単一選択フィールド",
"customFields.super-multi-select.label": "スーパーマルチセレクト",
"customFields.super-multi-select.description": "chatgpt によってサポートされている複数選択フィールド",
"customFields.super-textarea.label": "スーパーテキストエリア",
"customFields.super-textarea.description": "スーパー テキスト エリア フィールド",
"customFields.super-image.label": "スーパーイメージ",
"customFields.super-image.description": "スーパー イメージ フィールド"
}