这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frontend/src/locales/ja/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,17 @@ const TRANSLATIONS = {
provider: {
title: "ワークスペースエージェントのLLMプロバイダー",
description:
"このワークスペースの@agentエージェントで使用するLLMプロバイダーとモデルを指定します。",
"このワークスペースの@agentで使用するLLMプロバイダーとモデルを指定します。",
},
mode: {
chat: {
title: "ワークスペースエージェントのチャットモデル",
description:
"このワークスペースの@agentエージェントで使用するチャットモデルを指定します。",
"このワークスペースの@agentで使用するチャットモデルを指定します。",
},
title: "ワークスペースエージェントのモデル",
description:
"このワークスペースの@agentエージェントで使用するLLMモデルを指定します。",
"このワークスペースの@agentで使用するLLMモデルを指定します。",
wait: "-- モデルを読み込み中 --",
},
skill: {
Expand Down Expand Up @@ -816,7 +816,7 @@ const TRANSLATIONS = {
customAgents: {
title: "カスタムAIエージェント",
description: "コードなしで強力なAIエージェントと自動化を構築。",
primaryAction: "@エージェントを使用してチャット",
primaryAction: "@agentを使用してチャット",
secondaryAction: "エージェントフローを構築",
},
slashCommands: {
Expand Down