mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
Optimize the style and logic of the profile (#8639)
### What problem does this PR solve? Optimize the style and logic of the profile [#3221 ](https://github.com/infiniflow/ragflow/issues/3221) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -552,6 +552,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
avatar: 'Avatar',
|
||||
avatarTip: 'This will be displayed on your profile.',
|
||||
profileDescription: 'Update your photo and personal details here.',
|
||||
maxTokens: 'Max Tokens',
|
||||
maxTokensMessage: 'Max Tokens is required',
|
||||
@ -584,6 +585,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
currentPassword: 'Current password',
|
||||
currentPasswordMessage: 'Please input your password!',
|
||||
newPassword: 'New password',
|
||||
changePassword: 'Change Password',
|
||||
newPasswordMessage: 'Please input your password!',
|
||||
newPasswordDescription:
|
||||
'Your new password must be more than 8 characters.',
|
||||
|
||||
@ -535,6 +535,7 @@ export default {
|
||||
setting: {
|
||||
profile: '概述',
|
||||
avatar: '头像',
|
||||
avatarTip: '這會在你的個人主頁展示',
|
||||
profileDescription: '在此更新您的照片和個人詳細信息。',
|
||||
maxTokens: '最大token數',
|
||||
maxTokensMessage: '最大token數是必填項',
|
||||
@ -567,6 +568,7 @@ export default {
|
||||
currentPassword: '當前密碼',
|
||||
currentPasswordMessage: '請輸入當前密碼',
|
||||
newPassword: '新密碼',
|
||||
changePassword: '修改密碼',
|
||||
newPasswordMessage: '請輸入新密碼',
|
||||
newPasswordDescription: '您的新密碼必須超過 8 個字符。',
|
||||
confirmPassword: '確認新密碼',
|
||||
|
||||
@ -556,6 +556,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
setting: {
|
||||
profile: '概要',
|
||||
avatar: '头像',
|
||||
avatarTip: '这会在你的个人主页展示',
|
||||
profileDescription: '在此更新您的照片和个人详细信息。',
|
||||
maxTokens: '最大token数',
|
||||
maxTokensMessage: '最大token数是必填项',
|
||||
@ -588,6 +589,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
currentPassword: '当前密码',
|
||||
currentPasswordMessage: '请输入当前密码',
|
||||
newPassword: '新密码',
|
||||
changePassword: '修改密码',
|
||||
newPasswordMessage: '请输入新密码',
|
||||
newPasswordDescription: '您的新密码必须超过 8 个字符。',
|
||||
confirmPassword: '确认新密码',
|
||||
|
||||
Reference in New Issue
Block a user