chore(i18n): optimize english translations and standardize title case (#2367)

This commit is contained in:
guqing 2025-02-24 15:52:40 +08:00 committed by GitHub
parent 9ed8155c95
commit 0ea642521c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ export default {
},
datasetForm: {
title: {
info: 'Knowledge settings'
info: 'Knowledge Settings'
},
form: {
datasetName: {

View File

@ -136,15 +136,15 @@ export default {
saveSuccess: 'Appearance settings successfully applied'
},
email: {
title: 'Mail Settings',
title: 'Email Settings',
smtpHost: 'SMTP Host',
smtpHostPlaceholder: 'Please enter SMTP host',
smtpPort: 'SMTP Port',
smtpPortPlaceholder: 'Please enter SMTP port',
smtpUser: 'SMTP User',
smtpUserPlaceholder: 'Please enter SMTP user',
sendEmail: 'Send Email',
sendEmailPlaceholder: 'Please enter send email',
sendEmail: 'Sender\'s Email',
sendEmailPlaceholder: 'Please enter the sender\'s email',
smtpPassword: 'SMTP Password',
smtpPasswordPlaceholder: 'Please enter SMTP password',
enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)',