Skip to content

Commit a7b3732

Browse files
author
Kerwin
committed
chore: 敏感词提示
1 parent 92d95b0 commit a7b3732

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

src/components/common/Setting/Audit.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ onMounted(() => {
156156
<NButton :loading="testing" type="info" @click="testAudit()">
157157
{{ $t('common.test') }}
158158
</NButton>
159+
<p class="text-xs text-[#b4bbc4] text-left">
160+
{{ $t('common.auditTip') }}
161+
</p>
159162
</div>
160163
</div>
161164
</div>

src/locales/en-US.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default {
3535
passwordConfirm: 'Confirm Password',
3636
resetPassword: 'Reset Password',
3737
resetPasswordMail: 'Send Reset Password Mail',
38+
auditTip: 'Sensitive words do not take effect on Admin.',
3839
},
3940
chat: {
4041
newChatButton: 'New Chat',

src/locales/ko-KR.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default {
3535
passwordConfirm: '비밀번호 확인',
3636
resetPassword: '암호를 재설정',
3737
resetPasswordMail: '비밀번호 재설정 메일 보내기',
38+
auditTip: 'Sensitive words do not take effect on Admin.',
3839
},
3940
chat: {
4041
newChatButton: '새 채팅',

src/locales/zh-CN.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default {
3535
passwordConfirm: '确认密码',
3636
resetPassword: '重置密码',
3737
resetPasswordMail: '发送重置密码邮件',
38+
auditTip: '敏感词对管理员不生效',
3839
},
3940
chat: {
4041
newChatButton: '新建聊天',

src/locales/zh-TW.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default {
3535
passwordConfirm: '確認密碼',
3636
resetPassword: '重置密码',
3737
resetPasswordMail: '发送重置密码邮件',
38+
auditTip: '敏感词对管理员不生效',
3839
},
3940
chat: {
4041
newChatButton: '新建對話',

0 commit comments

Comments
 (0)