fix(i18n): "道具" into "ツール" (#22666)

This commit is contained in:
doskoi
2025-07-20 22:23:08 +09:00
committed by GitHub
parent cb660e8104
commit bd2014d13b
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ const translation = {
category: { category: {
extensions: '拡張機能', extensions: '拡張機能',
all: 'すべて', all: 'すべて',
tools: '道具', tools: 'ツール',
bundles: 'バンドル', bundles: 'バンドル',
agents: 'エージェント戦略', agents: 'エージェント戦略',
models: 'モデル', models: 'モデル',
@@ -11,7 +11,7 @@ const translation = {
agent: 'エージェント戦略', agent: 'エージェント戦略',
model: 'モデル', model: 'モデル',
bundle: 'バンドル', bundle: 'バンドル',
tool: '道具', tool: 'ツール',
extension: '拡張', extension: '拡張',
}, },
list: { list: {
@@ -60,7 +60,7 @@ const translation = {
uninstalledTitle: 'ツールがインストールされていません', uninstalledTitle: 'ツールがインストールされていません',
empty: 'ツールを追加するには「+」ボタンをクリックしてください。複数のツールを追加できます。', empty: 'ツールを追加するには「+」ボタンをクリックしてください。複数のツールを追加できます。',
paramsTip1: 'LLM 推論パラメータを制御します。', paramsTip1: 'LLM 推論パラメータを制御します。',
toolLabel: '道具', toolLabel: 'ツール',
unsupportedTitle: 'サポートされていないアクション', unsupportedTitle: 'サポートされていないアクション',
toolSetting: 'ツール設定', toolSetting: 'ツール設定',
unsupportedMCPTool: '現在選択されているエージェント戦略プラグインのバージョンはMCPツールをサポートしていません。', unsupportedMCPTool: '現在選択されているエージェント戦略プラグインのバージョンはMCPツールをサポートしていません。',

View File

@@ -887,7 +887,7 @@ const translation = {
modelNotSelected: 'モデルが選択されていません', modelNotSelected: 'モデルが選択されていません',
toolNotAuthorizedTooltip: '{{tool}} 認可されていません', toolNotAuthorizedTooltip: '{{tool}} 認可されていません',
toolNotInstallTooltip: '{{tool}}はインストールされていません', toolNotInstallTooltip: '{{tool}}はインストールされていません',
tools: '道具', tools: 'ツール',
learnMore: 'もっと学ぶ', learnMore: 'もっと学ぶ',
configureModel: 'モデルを設定する', configureModel: 'モデルを設定する',
model: 'モデル', model: 'モデル',