Fix some multilingual issues (#11382)

### What problem does this PR solve?

Fix some multilingual issues

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-19 19:14:43 +08:00
committed by GitHub
parent 0cc5d7a8a6
commit 9c24d5d44a
3 changed files with 3 additions and 4 deletions

View File

@ -818,8 +818,7 @@ Example: https://fsn1.your-objectstorage.com`,
modelsToBeAdded: 'Models to be added',
addTheModel: 'Add',
apiKey: 'API-Key',
apiKeyMessage:
'Please enter the API key (for locally deployed model,ignore this).',
apiKeyMessage: 'Please enter the API key',
apiKeyTip:
'The API key can be obtained by registering the corresponding LLM supplier.',
showMoreModels: 'View models',

View File

@ -788,7 +788,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
modelsToBeAdded: '待添加的模型',
addTheModel: '添加',
apiKey: 'API-Key',
apiKeyMessage: '请输入api key(如果是本地部署的模型,请忽略它)',
apiKeyMessage: '请输入api key',
apiKeyTip: 'API key可以通过注册相应的LLM供应商来获取。',
showMoreModels: '展示更多模型',
hideModels: '隐藏模型',

View File

@ -160,7 +160,7 @@ const ProfilePage: FC = () => {
<AvatarUpload
value={profile.avatar}
onChange={handleAvatarUpload}
tips={'This will be displayed on your profile.'}
tips={t('avatarTip')}
/>
</div>
</div>