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

146 lines
3.8 KiB
JSON

{
"CHAT_LIST": {
"LOADING": "대화를 가져오는 중",
"LOAD_MORE_CONVERSATIONS": "더 많은 대화 불러오기",
"EOF": "모든 대화를 불러왔습니다 🎉",
"LIST": {
"404": "이 그룹에는 활성 대화가 없습니다."
},
"FAILED_TO_SEND": "전송 실패",
"TAB_HEADING": "대화",
"MENTION_HEADING": "멘션",
"UNATTENDED_HEADING": "미응대",
"SEARCH": {
"INPUT": "사람, 채팅, 저장된 응답 검색..."
},
"FILTER_ALL": "모두",
"ASSIGNEE_TYPE_TABS": {
"me": "나에게 할당",
"unassigned": "지정되지 않음",
"all": "모두"
},
"CHAT_STATUS_FILTER_ITEMS": {
"open": {
"TEXT": "열림"
},
"resolved": {
"TEXT": "해결됨"
},
"pending": {
"TEXT": "보류 중"
},
"snoozed": {
"TEXT": "일시 중지됨"
},
"all": {
"TEXT": "모두"
}
},
"VIEW_FILTER": "보기",
"SORT_TOOLTIP_LABEL": "대화 정렬",
"CHAT_SORT": {
"STATUS": "상태",
"ORDER_BY": "정렬 기준"
},
"CHAT_TIME_STAMP": {
"CREATED": {
"LATEST": "생성됨",
"OLDEST": "생성 일시:"
},
"LAST_ACTIVITY": {
"NOT_ACTIVE": "최근 활동:",
"ACTIVE": "최근 활동"
}
},
"SORT_ORDER_ITEMS": {
"last_activity_at_asc": {
"TEXT": "최근 활동: 오래된 순"
},
"last_activity_at_desc": {
"TEXT": "최근 활동: 최신 순"
},
"created_at_desc": {
"TEXT": "생성 일시: 최신 순"
},
"created_at_asc": {
"TEXT": "생성 일시: 오래된 순"
},
"priority_desc": {
"TEXT": "우선순위: 높은 순"
},
"priority_asc": {
"TEXT": "우선순위: 낮은 순"
},
"waiting_since_asc": {
"TEXT": "응답 대기: 오래된 순"
},
"waiting_since_desc": {
"TEXT": "응답 대기: 최신 순"
},
"priority_desc_created_at_asc": {
"TEXT": "우선순위: 높은 순, 생성일: 오래된 순"
}
},
"ATTACHMENTS": {
"image": {
"CONTENT": "사진 메시지"
},
"audio": {
"CONTENT": "음성 메시지"
},
"video": {
"CONTENT": "영상 메시지"
},
"file": {
"CONTENT": "파일 첨부"
},
"location": {
"CONTENT": "위치"
},
"ig_reel": {
"CONTENT": "Instagram Reel"
},
"fallback": {
"CONTENT": "URL을 공유했습니다"
},
"contact": {
"CONTENT": "연락처 공유"
},
"embed": {
"CONTENT": "임베디드 콘텐츠"
}
},
"CHAT_SORT_BY_FILTER": {
"TITLE": "대화 정렬",
"DROPDOWN_TITLE": "정렬 기준",
"ITEMS": {
"LATEST": {
"NAME": "최근 활동 일시",
"LABEL": "최근 활동"
},
"CREATED_AT": {
"NAME": "생성 일시",
"LABEL": "생성 일시"
},
"LAST_USER_MESSAGE_AT": {
"NAME": "마지막 사용자 메시지 일시",
"LABEL": "마지막 메시지"
}
}
},
"RECEIVED_VIA_EMAIL": "이메일을 통해 수신됨",
"VIEW_TWEET_IN_TWITTER": "트위터에서 트윗 보기",
"REPLY_TO_TWEET": "트윗에 응답하기",
"LINK_TO_STORY": "인스타그램 스토리로 이동",
"SENT": "성공적으로 전송됨",
"READ": "성공적으로 읽음",
"DELIVERED": "성공적으로 전달됨",
"NO_MESSAGES": "메시지 없음",
"NO_CONTENT": "콘텐츠를 사용할 수 없습니다.",
"HIDE_QUOTED_TEXT": "인용문 숨기기",
"SHOW_QUOTED_TEXT": "인용문 보기",
"MESSAGE_READ": "읽음",
"SENDING": "전송 중"
}
}