diff --git a/apps/systemtags/l10n/ja.js b/apps/systemtags/l10n/ja.js index 5051951a09ef0..c79280a115aa3 100644 --- a/apps/systemtags/l10n/ja.js +++ b/apps/systemtags/l10n/ja.js @@ -68,6 +68,7 @@ OC.L10N.register( "Manage tags" : "タグを管理", "Applying tags changes…" : "タグの変更を適用しています...", "Search or create tag" : "タグを検索または作成する", + "Change tag color" : "タグの色を変更する", "Create new tag" : "新しいタグを作成", "Select or create tags to apply to all selected files" : "選択した全てのファイルに適用するタグを選択または作成する", "Cancel" : "キャンセル", diff --git a/apps/systemtags/l10n/ja.json b/apps/systemtags/l10n/ja.json index b387b61b05fe6..3b9248389845a 100644 --- a/apps/systemtags/l10n/ja.json +++ b/apps/systemtags/l10n/ja.json @@ -66,6 +66,7 @@ "Manage tags" : "タグを管理", "Applying tags changes…" : "タグの変更を適用しています...", "Search or create tag" : "タグを検索または作成する", + "Change tag color" : "タグの色を変更する", "Create new tag" : "新しいタグを作成", "Select or create tags to apply to all selected files" : "選択した全てのファイルに適用するタグを選択または作成する", "Cancel" : "キャンセル", diff --git a/apps/user_status/l10n/zh_CN.js b/apps/user_status/l10n/zh_CN.js index c9a0d791f05bd..1731ed11741cb 100644 --- a/apps/user_status/l10n/zh_CN.js +++ b/apps/user_status/l10n/zh_CN.js @@ -40,7 +40,7 @@ OC.L10N.register( "Invisible" : "隐身", "Offline" : "离线", "There was an error saving the new status" : "保存新状态时出错", - "30 minutes" : "30分钟", + "30 minutes" : "30 分钟", "1 hour" : "1小时", "4 hours" : "4小时", "Mute all notifications" : "静音所有通知", diff --git a/apps/user_status/l10n/zh_CN.json b/apps/user_status/l10n/zh_CN.json index 81669009598f5..af2a981d88f5a 100644 --- a/apps/user_status/l10n/zh_CN.json +++ b/apps/user_status/l10n/zh_CN.json @@ -38,7 +38,7 @@ "Invisible" : "隐身", "Offline" : "离线", "There was an error saving the new status" : "保存新状态时出错", - "30 minutes" : "30分钟", + "30 minutes" : "30 分钟", "1 hour" : "1小时", "4 hours" : "4小时", "Mute all notifications" : "静音所有通知", diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 3d8aa44c887bf..4573f7e0b3368 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 1d59f61994c95..b2ee6efbcbfc9 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 bbe0c7202533f..fbeeebe1e670c 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 3df5d661b161e..34e5e3d3c60c9 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" : "空文件",