Skip to content

Commit

Permalink
chore: 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Sep 26, 2023
1 parent c226d07 commit 4f9232c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
failed: 'Failed',
verify: 'Verify',
unauthorizedTips: 'Unauthorized, please verify first.',
stopResponding: 'Stop Responding',
stopResponding: 'Stop Responding',
},
chat: {
newChatButton: 'New Chat',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
failed: '실패',
verify: '검증',
unauthorizedTips: '인증되지 않았습니다. 먼저 확인하십시오.',
stopResponding: '응답 중지',
stopResponding: '응답 중지',
},
chat: {
newChatButton: '새로운 채팅',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
failed: 'Не удалось',
verify: 'Проверить',
unauthorizedTips: 'Не авторизован, сначала подтвердите свою личность.',
stopResponding: 'Прекращение отклика',
stopResponding: 'Прекращение отклика',
},
chat: {
newChatButton: 'Новый чат',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
failed: '操作失败',
verify: '验证',
unauthorizedTips: '未经授权,请先进行验证。',
stopResponding: '停止响应',
stopResponding: '停止响应',
},
chat: {
newChatButton: '新建聊天',
Expand Down

0 comments on commit 4f9232c

Please sign in to comment.