mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore(i18n): optimize english translations and standardize title case (#2367)
This commit is contained in:
parent
9ed8155c95
commit
0ea642521c
|
|
@ -27,7 +27,7 @@ export default {
|
|||
},
|
||||
datasetForm: {
|
||||
title: {
|
||||
info: 'Knowledge settings'
|
||||
info: 'Knowledge Settings'
|
||||
},
|
||||
form: {
|
||||
datasetName: {
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in New Issue