fix(i18n): add missing translation keys for model provider form fields (#17551)

This commit is contained in:
chanx
2026-07-30 14:06:37 +08:00
committed by GitHub
parent 0139d6f8c3
commit 493f605889
2 changed files with 6 additions and 2 deletions

View File

@@ -2014,6 +2014,7 @@ Example: Virtual Hosted Style`,
addTheModel: 'Add',
apiKey: 'API Key',
apiKeyMessage: 'Please enter the API Key',
apiKeyPlaceholder: 'Please enter the API Key',
apiKeyTip:
'The API Key can be obtained by registering the corresponding LLM supplier.',
aimlapiGetKey: 'Get API key',
@@ -2051,6 +2052,7 @@ Example: Virtual Hosted Style`,
paddleocrAccessTokenPlaceholder: 'Your AI Studio token (optional)',
paddleocrAlgorithm: 'PaddleOCR Algorithm',
paddleocrAlgorithmMessage: 'Please select a PaddleOCR algorithm',
paddleocrSelectAlgorithm: 'Select Algorithm',
mineruApiserver: 'MinerU API Server',
mineruApiserverMessage: 'Please input the MinerU API Server URL!',
mineruApiserverPlaceholder: 'e.g. http://host.docker.internal:9987',
@@ -2199,9 +2201,9 @@ Example: Virtual Hosted Style`,
FishAudioModelNameMessage:
'Please give your speech synthesis model a name',
addFishAudioAK: 'Fish Audio API Key',
addFishAudioAKMessage: 'Please input your API Key',
FishAudioAKMessage: 'Please input your API Key',
addFishAudioRefID: 'FishAudio Reference ID',
addFishAudioRefIDMessage:
FishAudioRefIDMessage:
'Please input the Reference ID (leave blank to use the default model).',
GoogleModelIDMessage: 'Please input your model ID!',
addGoogleProjectID: 'Project ID',

View File

@@ -1699,6 +1699,7 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
addTheModel: '添加',
apiKey: 'API Key',
apiKeyMessage: '请输入API Key',
apiKeyPlaceholder: '请输入API Key',
apiKeyTip: 'API Key可以通过注册相应的LLM供应商来获取。',
aimlapiGetKey: '获取 API Key',
aimlapiCheckStatus: '检查状态',
@@ -1733,6 +1734,7 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取实体和关系
paddleocrAccessTokenPlaceholder: '您的 AI Studio 令牌(可选)',
paddleocrAlgorithm: 'PaddleOCR 算法',
paddleocrAlgorithmMessage: '请选择 PaddleOCR 算法',
paddleocrSelectAlgorithm: '选择算法',
mineruApiserver: 'MinerU API 服务器',
mineruApiserverMessage: '请输入 MinerU API 服务器地址!',
mineruApiserverPlaceholder: '例如http://host.docker.internal:9987',