Skip to content

Commit

Permalink
Update ko.json (#740)
Browse files Browse the repository at this point in the history
* Update ko.json

Update Korean

* Update src/i18n/locales/ko.json

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>

* Update src/i18n/locales/ko.json

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>

---------

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
  • Loading branch information
VenusGirl and PeterDaveHello authored Mar 7, 2024
1 parent 31e94e7 commit 0af017c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
"description": "설명",
"botNameDesc": "선택한 응답의 봇 이름",
"botResponseDesc": "선택된 응답",
"loading": "로드 중..."
"loading": "로드 중...",
"updateDebounceInterval": "메시지 업데이트 간격 (밀리초)",
"updateDebounceIntervalDesc": "이 값은 AI봇이 응답할 때 메시지 업데이트 속도를 조절합니다. 값이 높으면 메시지 처리가 지연되고 한 번에 업데이트되는 것이 더 효율적입니다. 값이 낮으면 메시지가 더 빨리 업데이트되지만 성능 문제가 발생할 수 있습니다."
},
"bot": {
"creatingConversation": "대화를 만드는 중...",
Expand Down Expand Up @@ -112,7 +114,9 @@
"azureOpenAIApiVersionPrompt": "https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#completions에서 지원되는 버전 다운로드"
},
"bard": {
"name": "Gemini"
"name": "Gemini",
"gemini-pro": "Gemini",
"gemini-ultra": "Gemini 고급"
},
"bingChat": {
"name": "Copilot",
Expand Down Expand Up @@ -333,4 +337,4 @@
"25": "25",
"50": "50",
"100": "100"
}
}

0 comments on commit 0af017c

Please sign in to comment.