diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ja.js | 32 | ||||
-rw-r--r-- | lib/l10n/ja.json | 32 | ||||
-rw-r--r-- | lib/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 4 |
4 files changed, 68 insertions, 4 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 3d8aa44c887..4573f7e0b33 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -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" : "アシスタントに書き直してもらいたいテキストを入力します", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 1d59f61994c..b2ee6efbcbf 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -308,8 +308,20 @@ "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" : "文体", @@ -336,6 +348,12 @@ "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" : "システムプロンプト", @@ -344,6 +362,15 @@ "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" : "アシスタントに形式化してもらいたいテキストを入力します", @@ -354,7 +381,12 @@ "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" : "アシスタントに書き直してもらいたいテキストを入力します", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index bbe0c720253..fbeeebe1e67 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -74,9 +74,9 @@ OC.L10N.register( "_in %n year_::_in %n years_" : ["%n年内"], "_%n year ago_::_%n years ago_" : ["%n 年前"], "_in %n hour_::_in %n hours_" : ["%n小时内"], - "_%n hour ago_::_%n hours ago_" : ["%n小时前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], "_in %n minute_::_in %n minutes_" : ["%n分钟内"], - "_%n minute ago_::_%n minutes ago_" : ["%n分钟前"], + "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], "in a few seconds" : "几秒钟内", "seconds ago" : "几秒前", "Empty file" : "空文件", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 3df5d661b16..34e5e3d3c60 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -72,9 +72,9 @@ "_in %n year_::_in %n years_" : ["%n年内"], "_%n year ago_::_%n years ago_" : ["%n 年前"], "_in %n hour_::_in %n hours_" : ["%n小时内"], - "_%n hour ago_::_%n hours ago_" : ["%n小时前"], + "_%n hour ago_::_%n hours ago_" : ["%n 小时前"], "_in %n minute_::_in %n minutes_" : ["%n分钟内"], - "_%n minute ago_::_%n minutes ago_" : ["%n分钟前"], + "_%n minute ago_::_%n minutes ago_" : ["%n 分钟前"], "in a few seconds" : "几秒钟内", "seconds ago" : "几秒前", "Empty file" : "空文件", |