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: {
|
datasetForm: {
|
||||||
title: {
|
title: {
|
||||||
info: 'Knowledge settings'
|
info: 'Knowledge Settings'
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
datasetName: {
|
datasetName: {
|
||||||
|
|||||||
@ -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)',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user