Files
leadchat/app/javascript/dashboard/i18n/locale/ko/integrationApps.json
Jungu Lee b866886b55 feat(i18n): complete Korean (ko) translations to 100% coverage (#13583)
Translate all English strings to Korean across 41 frontend locale files
and 2 backend locale files. Add structurally missing keys and translate
existing keys that were left in English.

# Pull Request Template

## Description

Please include a summary of the change and issue(s) fixed. Also, mention
relevant motivation, context, and any dependencies that this change
requires.
Fixes # (issue)

## Type of change

Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality not to work as expected)
- [ ] This change requires a documentation update

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration.


## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] I have commented on my code, particularly in hard-to-understand
areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream
modules

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 16:54:26 -07:00

67 lines
2.4 KiB
JSON

{
"INTEGRATION_APPS": {
"FETCHING": "통합을 가져오는 중",
"NO_HOOK_CONFIGURED": "이 계정에 구성된 {integrationId} 통합이 없습니다.",
"HEADER": "애플리케이션",
"STATUS": {
"ENABLED": "사용함",
"DISABLED": "사용 안 함"
},
"CONFIGURE": "구성",
"ADD_BUTTON": "새 훅 추가",
"DELETE": {
"TITLE": {
"INBOX": "삭제 확인",
"ACCOUNT": "연결 해제"
},
"MESSAGE": {
"INBOX": "삭제하시겠습니까?",
"ACCOUNT": "연결을 해제하시겠습니까?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "예, 삭제합니다",
"ACCOUNT": "예, 연결을 해제합니다"
},
"CANCEL_BUTTON_TEXT": "취소",
"API": {
"SUCCESS_MESSAGE": "훅이 성공적으로 삭제되었습니다",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도하십시오."
}
},
"LIST": {
"FETCHING": "통합 훅을 가져오는 중",
"INBOX": "받은 메시지함",
"DELETE": {
"BUTTON_TEXT": "삭제"
},
"ACTIONS": "액션"
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "받은 메시지함 선택",
"PLACEHOLDER": "받은 메시지함 선택"
},
"SUBMIT": "만들기",
"CANCEL": "취소"
},
"API": {
"SUCCESS_MESSAGE": "통합 훅이 성공적으로 추가되었습니다",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도하십시오."
}
},
"CONNECT": {
"BUTTON_TEXT": "연결"
},
"DISCONNECT": {
"BUTTON_TEXT": "연결 해제"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow는 대화형 인터페이스를 구축하기 위한 자연어 처리 플랫폼입니다. {installationName}와(과) 통합하면 봇이 먼저 문의를 처리하고 필요할 때 에이전트에게 전달할 수 있습니다. 리드 평가에 도움이 되고 FAQ 응답을 통해 에이전트 업무량을 줄여줍니다. Dialogflow를 추가하려면 Google Console에서 서비스 계정을 만들고 자격 증명을 공유하십시오. 자세한 내용은 문서를 참조하십시오"
},
"COUNT": "{n}개의 통합 | {n}개의 통합",
"SEARCH_PLACEHOLDER": "검색...",
"NO_RESULTS": "검색과 일치하는 결과가 없습니다"
}
}