chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -7,6 +7,7 @@ const translation = {
agents: 'エージェント戦略',
models: 'モデル',
datasources: 'データソース',
triggers: 'トリガー',
},
categorySingle: {
agent: 'エージェント戦略',
@@ -15,6 +16,7 @@ const translation = {
tool: 'ツール',
extension: '拡張',
datasource: 'データソース',
trigger: 'トリガー',
},
list: {
source: {
@@ -45,6 +47,7 @@ const translation = {
update: '更新',
detail: '詳細',
remove: '削除',
back: '戻る',
},
toolSelector: {
descriptionPlaceholder: 'ツールの目的の簡単な説明、例えば、特定の場所の温度を取得すること。',
@@ -306,6 +309,12 @@ const translation = {
specifyPluginsToUpdate: '更新するプラグインを指定してください',
partialUPdate: '以下の{{num}}プラグインのみが自動更新されます',
},
readmeInfo: {
title: 'リードミー',
needHelpCheckReadme: '助けが必要ですかREADMEを確認してください。',
noReadmeAvailable: 'READMEは利用できません',
failedToFetch: 'README の取得に失敗しました',
},
}
export default translation