|
|
@ -310,8 +310,20 @@ OC.L10N.register( |
|
|
|
"The audio to transcribe" : "文字起こしする音声", |
|
|
|
"Transcription" : "書き起こし", |
|
|
|
"The transcribed text" : "書き起こされたテキスト", |
|
|
|
"ContextAgent" : "ContextAgent", |
|
|
|
"Chat with an agent" : "エージェントとチャット", |
|
|
|
"Chat message" : "チャットメッセージ", |
|
|
|
"A chat message to send to the agent." : "エージェントに送信するチャットメッセージ。", |
|
|
|
"Confirmation" : "確認", |
|
|
|
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "以前に要求されたアクションを承認するかどうか: 0なら拒否、1なら承認。", |
|
|
|
"Conversation token" : "会話トークン", |
|
|
|
"A token representing the conversation." : "会話を表すトークン。", |
|
|
|
"Generated response" : "生成された応答", |
|
|
|
"The response from the chat model." : "チャットモデルからの応答。", |
|
|
|
"The new conversation token" : "新しい会話トークン", |
|
|
|
"Send this along with the next interaction." : "次の交流と一緒にこれを送る。", |
|
|
|
"Requested actions by the agent" : "エージェントが要求するアクション", |
|
|
|
"Actions that the agent would like to carry out in JSON format." : "エージェントが JSON 形式で実行したいアクション。", |
|
|
|
"Context write" : "コンテキストを書く", |
|
|
|
"Writes text in a given style based on the provided source material." : "提供されたソース資料に基づいて、指定されたスタイルでテキストを作成します。", |
|
|
|
"Writing style" : "文体", |
|
|
@ -338,6 +350,12 @@ OC.L10N.register( |
|
|
|
"Describe a task that you want the assistant to do or ask a question" : "アシスタントに実行してほしいタスクまたは質問を記述します", |
|
|
|
"Generated reply" : "生成された返信", |
|
|
|
"The generated text from the assistant" : "アシスタントから生成されたテキスト", |
|
|
|
"Change Tone" : "トーンを変更", |
|
|
|
"Change the tone of a piece of text." : "文章のトーンを変更する。", |
|
|
|
"Write a text that you want the assistant to rewrite in another tone." : "アシスタントに別のトーンで書き直してもらいたい文章を書く。", |
|
|
|
"Desired tone" : "希望するトーン", |
|
|
|
"In which tone should your text be rewritten?" : "どのトーンで書き直すべきか?", |
|
|
|
"The rewritten text in the desired tone, written by the assistant:" : "アシスタントが書き直した、希望するトーンの文章:", |
|
|
|
"Chat" : "チャット", |
|
|
|
"Chat with the assistant" : "アシスタントとチャット", |
|
|
|
"System prompt" : "システムプロンプト", |
|
|
@ -346,6 +364,15 @@ OC.L10N.register( |
|
|
|
"The history of chat messages before the current message, starting with a message by the user" : "ユーザーのメッセージから始まる、現在のメッセージより前のチャットメッセージの履歴", |
|
|
|
"Response message" : "応答メッセージ", |
|
|
|
"The generated response as part of the conversation" : "会話の一部として生成された応答", |
|
|
|
"Chat with tools" : "ツールでチャット", |
|
|
|
"Chat with the language model with tool calling support." : "ツール呼び出しサポートを使用して言語モデルとチャット。", |
|
|
|
"Tool message" : "ツールメッセージ", |
|
|
|
"The result of tool calls in the last interaction" : "直近のインタラクションにおけるツール呼び出しの結果", |
|
|
|
"Available tools" : "利用可能なツール", |
|
|
|
"The available tools in JSON format" : "JSON形式で利用可能なツール", |
|
|
|
"The response from the chat model" : "チャットモデルからの応答", |
|
|
|
"Tool calls" : "ツールコール", |
|
|
|
"Tools call instructions from the model in JSON format" : "JSON形式のモデルからのツール呼び出し命令", |
|
|
|
"Formalize text" : "テキストの形式化", |
|
|
|
"Takes a text and makes it sound more formal" : "テキストを使用して、よりフォーマルに聞こえるようにします", |
|
|
|
"Write a text that you want the assistant to formalize" : "アシスタントに形式化してもらいたいテキストを入力します", |
|
|
@ -356,7 +383,12 @@ OC.L10N.register( |
|
|
|
"Original text" : "原文", |
|
|
|
"The original text to generate a headline for" : "見出しを生成する元のテキスト", |
|
|
|
"The generated headline" : "生成された見出し", |
|
|
|
"Proofread" : "校正", |
|
|
|
"Proofreads a text and lists corrections" : "文章を校正し、訂正箇所をリストアップする", |
|
|
|
"Text" : "テキスト", |
|
|
|
"The text to proofread" : "校正するテキスト", |
|
|
|
"Corrections" : "修正", |
|
|
|
"The corrections that should be made in your text" : "テキストに加えるべき修正", |
|
|
|
"Reformulate text" : "テキストを書き直す", |
|
|
|
"Takes a text and reformulates it" : "テキストを受け取り、それを書き直す", |
|
|
|
"Write a text that you want the assistant to reformulate" : "アシスタントに書き直してもらいたいテキストを入力します", |
|
|
|