Skip to content

Commit

Permalink
feat: "Stop Responding" 国际化,使用 chatgpt 翻译 (Chanzhaoyu#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 committed May 31, 2023
1 parent 1cb5393 commit bc390ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
failed: 'Failed',
verify: 'Verify',
unauthorizedTips: 'Unauthorized, please verify first.',
stopResponding: 'Stop Responding',
},
chat: {
newChatButton: 'New Chat',
Expand Down
1 change: 1 addition & 0 deletions src/locales/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
failed: '실패',
verify: '검증',
unauthorizedTips: '인증되지 않았습니다. 먼저 확인하십시오.',
stopResponding: '응답 중지',
},
chat: {
newChatButton: '새로운 채팅',
Expand Down
1 change: 1 addition & 0 deletions src/locales/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
failed: 'Не удалось',
verify: 'Проверить',
unauthorizedTips: 'Не авторизован, сначала подтвердите свою личность.',
stopResponding: 'Прекращение отклика',
},
chat: {
newChatButton: 'Новый чат',
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
failed: '操作失败',
verify: '验证',
unauthorizedTips: '未经授权,请先进行验证。',
stopResponding: '停止响应',
},
chat: {
newChatButton: '新建聊天',
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
failed: '操作失敗',
verify: '驗證',
unauthorizedTips: '未經授權,請先進行驗證。',
stopResponding: '終止回應',
},
chat: {
newChatButton: '新增對話',
Expand Down
2 changes: 1 addition & 1 deletion src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ onUnmounted(() => {
<template #icon>
<SvgIcon icon="ri:stop-circle-line" />
</template>
Stop Responding
{{ t('common.stopResponding') }}
</NButton>
</div>
</div>
Expand Down

0 comments on commit bc390ef

Please sign in to comment.