feat: Locations

This commit is contained in:
zhangzhanwei 2025-06-16 18:49:03 +08:00 committed by zhanweizhang7
parent 11dfcd4d60
commit cbc552f971
3 changed files with 112 additions and 3 deletions

View File

@ -1,3 +1,32 @@
export default {
title: 'Resource Authorization',
member:'Member',
manage: 'Owner',
permissionSetting: 'Permission Setting',
addMember: 'Add Member',
addSubTitle: 'After members log in,they can access the data you have authorized.',
searchBar: {
placeholder: 'Please enter the username to search'
},
delete: {
button: 'Remove',
confirmTitle: 'Wheather to remove the member:',
confirmMessage: "After removal, the member's knowledge base and application permissions will be revoked. "
},
setting: {
management: ' management',
check: 'check'
},
teamForm: {
form: {
userName: {
label: 'Username/Email',
placeholder: "Please enter the member's username or email",
requiredMessage: 'Please enter Username/Email',
},
},
}
}

View File

@ -17,6 +17,13 @@ export default {
moduleName: 'Module name'
},
member: {
title: 'Members'
title: 'Members',
add: 'Add Member',
workspace: 'worksapce',
role: 'role',
delete: {
button: 'remove',
confirmTitle: 'Whether to remove the member:',
}
};
}
}

View File

@ -1,5 +1,10 @@
export default {
title: 'System',
subTitle: 'Syetem Settings',
shared: 'Shared',
shared_resources: 'Shared Resources',
share_knowledge: 'Shared Knowledge',
authorized_workspace: 'Authorize Workspace',
test: 'Test Connection',
testSuccess: 'Successful',
testFailed: 'Test connection failed',
@ -92,6 +97,46 @@ export default {
setting: ' Setting',
access: 'Access'
}
},
theme: {
title: 'Appearance Settings',
platformDisplayTheme: 'Platform Display Theme',
customTheme: 'Custom Theme',
platformLoginSettings: 'Platform Login Settings',
custom: 'Custom',
pagePreview: 'Page Preview',
default: 'Default',
restoreDefaults: 'Restore Defaults',
orange: 'Orange',
green: 'Green',
purple: 'Purole',
red: 'Red',
loginBackground: 'Login Background',
loginLogo: 'Login Logo',
websiteLogo: 'Website Logo',
replacePicture: 'Replace Picture',
websiteLogoTip: "The logo displayed on the top of the website. The recommended size is 48*48. It supports JPG, PNG, and GIF formats, with a size not exceeding 10MB.",
loginLogoTip: "Login page right-side logo. Recommended size is 204*52. Supports JPG, PNG, GIF formats, with a maximum file size of 10 MB.",
loginBackgroundTip:
'Left background image, vector image recommended size 576 * 900, bitmap recommended size 1152 * 1800; Supports JPG, PNG, GIF, with a size not exceeding 10 MB.',
websiteName: 'Website Name',
websiteNamePlaceholder: 'Please enter the WebsiteName',
websiteNameTip: 'The platform name displayed on the web page tab.',
websiteSlogan: 'Welcome Slogan',
websiteSloganPlaceholder: 'Please enter the Welcome Slogan',
websiteSloganTip: 'Welcome message under the product logo',
defaultSlogan: 'Welcome to MaxKB Open Source AI Assistant',
logoDefaultTip: 'Default is MaxKB login interface, supports custom settings',
defaultTip: 'Default is MaxKB platform interface, supports custom settings',
platformSetting: 'Platform Setting',
showUserManual: 'Show User Manual',
showForum: 'Show Forum',
showProject: 'Show Project Address',
urlPlaceholder: 'Please enter URL address',
abandonUpdate: 'Abandon Update',
saveAndApply: 'Save and Apply',
fileMessageError: 'The file size exceeds 10M',
saveSuccess: 'Appearance setting successful',
},
email: {
title: 'Email Settings',
@ -107,5 +152,33 @@ export default {
smtpPasswordPlaceholder: 'Please enter SMTP password',
enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)',
enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)'
}
},
group: {
title: 'Team Member',
member: 'Member',
manage: 'Owner',
permissionSetting: 'Permission Setting',
addMember: 'Add Member',
addSubTitle: 'Members can access the data authorized by you after logging in',
searchBar: {
placeholder: 'Please enter username to search',
},
delete: {
button: 'Remove',
confirmTitle: 'Wheather to remove the member:',
confirmMessage: "After removal, the member's knowledge base and application permissions will be revoked.",
},
setting: {
management: 'manegement',
check: 'check',
},
form: {
userName: {
label: 'Username/Email',
placeholder: "Please enter the member's username or email",
requiredMessage: 'Please enter Username/Email',
},
},
},
}