mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
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:
@ -818,8 +818,7 @@ Example: https://fsn1.your-objectstorage.com`,
|
|||||||
modelsToBeAdded: 'Models to be added',
|
modelsToBeAdded: 'Models to be added',
|
||||||
addTheModel: 'Add',
|
addTheModel: 'Add',
|
||||||
apiKey: 'API-Key',
|
apiKey: 'API-Key',
|
||||||
apiKeyMessage:
|
apiKeyMessage: 'Please enter the API key',
|
||||||
'Please enter the API key (for locally deployed model,ignore this).',
|
|
||||||
apiKeyTip:
|
apiKeyTip:
|
||||||
'The API key can be obtained by registering the corresponding LLM supplier.',
|
'The API key can be obtained by registering the corresponding LLM supplier.',
|
||||||
showMoreModels: 'View models',
|
showMoreModels: 'View models',
|
||||||
|
|||||||
@ -788,7 +788,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
|||||||
modelsToBeAdded: '待添加的模型',
|
modelsToBeAdded: '待添加的模型',
|
||||||
addTheModel: '添加',
|
addTheModel: '添加',
|
||||||
apiKey: 'API-Key',
|
apiKey: 'API-Key',
|
||||||
apiKeyMessage: '请输入api key(如果是本地部署的模型,请忽略它)',
|
apiKeyMessage: '请输入api key',
|
||||||
apiKeyTip: 'API key可以通过注册相应的LLM供应商来获取。',
|
apiKeyTip: 'API key可以通过注册相应的LLM供应商来获取。',
|
||||||
showMoreModels: '展示更多模型',
|
showMoreModels: '展示更多模型',
|
||||||
hideModels: '隐藏模型',
|
hideModels: '隐藏模型',
|
||||||
|
|||||||
@ -160,7 +160,7 @@ const ProfilePage: FC = () => {
|
|||||||
<AvatarUpload
|
<AvatarUpload
|
||||||
value={profile.avatar}
|
value={profile.avatar}
|
||||||
onChange={handleAvatarUpload}
|
onChange={handleAvatarUpload}
|
||||||
tips={'This will be displayed on your profile.'}
|
tips={t('avatarTip')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user