You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.",
119
-
loginLogoTip: "Login page right-side logo. Recommended size is 204*52. Supports JPG, PNG, GIF formats, with a maximum file size of 10 MB.",
114
+
websiteLogoTip:
115
+
'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.',
116
+
loginLogoTip:
117
+
'Login page right-side logo. Recommended size is 204*52. Supports JPG, PNG, GIF formats, with a maximum file size of 10 MB.',
120
118
loginBackgroundTip:
121
119
'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.',
122
120
websiteName: 'Website Name',
@@ -146,14 +144,14 @@ export default {
146
144
smtpPortPlaceholder: 'Please enter SMTP port',
147
145
smtpUser: 'SMTP User',
148
146
smtpUserPlaceholder: 'Please enter SMTP user',
149
-
sendEmail: 'Sender\'s Email',
150
-
sendEmailPlaceholder: 'Please enter the sender\'s email',
147
+
sendEmail: "Sender's Email",
148
+
sendEmailPlaceholder: "Please enter the sender's email",
151
149
smtpPassword: 'SMTP Password',
152
150
smtpPasswordPlaceholder: 'Please enter SMTP password',
153
151
enableSSL: 'Enable SSL (if the SMTP port is 465, you usually need to enable SSL)',
154
-
enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)'
152
+
enableTLS: 'Enable TLS (if the SMTP port is 587, you usually need to enable TLS)',
155
153
},
156
-
group: {
154
+
group: {
157
155
title: 'Team Member',
158
156
member: 'Member',
159
157
manage: 'Owner',
@@ -166,7 +164,8 @@ export default {
166
164
delete: {
167
165
button: 'Remove',
168
166
confirmTitle: 'Wheather to remove the member:',
169
-
confirmMessage: "After removal, the member's knowledge base and application permissions will be revoked.",
167
+
confirmMessage:
168
+
"After removal, the member's knowledge base and application permissions will be revoked.",
0 commit comments