Files
leadchat/app/javascript/dashboard/i18n/locale/ko/bulkActions.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

46 lines
2.3 KiB
JSON

{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "{conversationCount}개의 대화가 선택되었습니다",
"AGENT_SELECT_LABEL": "에이전트 선택",
"ASSIGN_CONFIRMATION_LABEL": "{conversationCount}개의 {conversationLabel}을(를) 배정하시겠습니까?",
"UNASSIGN_CONFIRMATION_LABEL": "{conversationCount}개의 {conversationLabel} 배정을 해제하시겠습니까?",
"GO_BACK_LABEL": "뒤로 가기",
"ASSIGN_LABEL": "배정",
"YES": "예",
"SEARCH_INPUT_PLACEHOLDER": "검색",
"ASSIGN_AGENT_TOOLTIP": "에이전트 배정",
"ASSIGN_TEAM_TOOLTIP": "팀 배정",
"ASSIGN_SUCCESFUL": "대화가 성공적으로 배정되었습니다.",
"ASSIGN_FAILED": "대화 배정에 실패했습니다. 다시 시도하십시오.",
"RESOLVE_SUCCESFUL": "대화가 성공적으로 해결되었습니다.",
"RESOLVE_FAILED": "대화 해결에 실패했습니다. 다시 시도하십시오.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "이 페이지에 표시된 대화만 선택되었습니다.",
"AGENT_LIST_LOADING": "에이전트 로딩 중",
"UPDATE": {
"CHANGE_STATUS": "상태 변경",
"SNOOZE_UNTIL": "일시 중지",
"UPDATE_SUCCESFUL": "대화 상태가 성공적으로 업데이트되었습니다.",
"UPDATE_FAILED": "대화 업데이트에 실패했습니다. 다시 시도하십시오."
},
"LABELS": {
"ASSIGN_LABELS": "라벨 배정",
"NO_LABELS_FOUND": "라벨을 찾을 수 없습니다",
"ASSIGN_SELECTED_LABELS": "선택한 라벨 배정",
"ASSIGN_SUCCESFUL": "라벨이 성공적으로 배정되었습니다.",
"ASSIGN_FAILED": "라벨 배정에 실패했습니다. 다시 시도하십시오."
},
"TEAMS": {
"TEAM_SELECT_LABEL": "팀 선택",
"NONE": "없음",
"NO_TEAMS_AVAILABLE": "이 계정에 추가된 팀이 없습니다.",
"ASSIGN_SELECTED_TEAMS": "선택한 팀 배정",
"ASSIGN_SUCCESFUL": "팀이 성공적으로 배정되었습니다.",
"ASSIGN_FAILED": "팀 배정에 실패했습니다. 다시 시도하십시오."
},
"RESOLVE": {
"ALL_MISSING_ATTRIBUTES": "필수 속성이 누락되어 대화를 해결할 수 없습니다",
"PARTIAL_SUCCESS": "일부 대화는 필수 속성이 필요하여 건너뛰었습니다"
}
}
}