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: { datasetForm: {
title: { title: {
info: 'Knowledge settings' info: 'Knowledge Settings'
}, },
form: { form: {
datasetName: { datasetName: {

View File

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