feat: "Stop Responding" 国际化,使用 chatgpt 翻译 (#1735)

This commit is contained in:
舜岳 2023-05-31 14:05:53 +08:00 committed by GitHub
parent 1cb5393b91
commit bc390ef09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export default {
failed: 'Failed',
verify: 'Verify',
unauthorizedTips: 'Unauthorized, please verify first.',
stopResponding: 'Stop Responding',
},
chat: {
newChatButton: 'New Chat',

View File

@ -26,6 +26,7 @@ export default {
failed: '실패',
verify: '검증',
unauthorizedTips: '인증되지 않았습니다. 먼저 확인하십시오.',
stopResponding: '응답 중지',
},
chat: {
newChatButton: '새로운 채팅',

View File

@ -26,6 +26,7 @@ export default {
failed: 'Не удалось',
verify: 'Проверить',
unauthorizedTips: 'Не авторизован, сначала подтвердите свою личность.',
stopResponding: 'Прекращение отклика',
},
chat: {
newChatButton: 'Новый чат',

View File

@ -26,6 +26,7 @@ export default {
failed: '操作失败',
verify: '验证',
unauthorizedTips: '未经授权,请先进行验证。',
stopResponding: '停止响应',
},
chat: {
newChatButton: '新建聊天',

View File

@ -26,6 +26,7 @@ export default {
failed: '操作失敗',
verify: '驗證',
unauthorizedTips: '未經授權,請先進行驗證。',
stopResponding: '終止回應',
},
chat: {
newChatButton: '新增對話',

View File

@ -502,7 +502,7 @@ onUnmounted(() => {
<template #icon>
<SvgIcon icon="ri:stop-circle-line" />
</template>
Stop Responding
{{ t('common.stopResponding') }}
</NButton>
</div>
</div>