mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? feat: upload file in FileManager #345 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -382,7 +382,7 @@ export default {
|
||||
passwordDescription:
|
||||
'Please enter your current password to change your password.',
|
||||
model: 'Model Providers',
|
||||
modelDescription: 'Manage your account settings and preferences here.',
|
||||
modelDescription: 'Set the model parameter and API Key here.',
|
||||
team: 'Team',
|
||||
logout: 'Log out',
|
||||
username: 'Username',
|
||||
|
||||
@ -352,7 +352,7 @@ export default {
|
||||
password: '密碼',
|
||||
passwordDescription: '請輸入您當前的密碼以更改您的密碼。',
|
||||
model: '模型提供商',
|
||||
modelDescription: '在此管理您的帳戶設置和首選項。',
|
||||
modelDescription: '在此設置模型參數和 API Key。',
|
||||
team: '團隊',
|
||||
logout: '登出',
|
||||
username: '使用者名稱',
|
||||
|
||||
@ -369,7 +369,7 @@ export default {
|
||||
password: '密码',
|
||||
passwordDescription: '请输入您当前的密码以更改您的密码。',
|
||||
model: '模型提供商',
|
||||
modelDescription: '在此管理您的帐户设置和首选项。',
|
||||
modelDescription: '在此设置模型参数和 API Key。',
|
||||
team: '团队',
|
||||
logout: '登出',
|
||||
username: '用户名',
|
||||
|
||||
Reference in New Issue
Block a user